After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 545544 - Anjuta Freezes on running compiled non-compiled project code from the Run dialog.
Anjuta Freezes on running compiled non-compiled project code from the Run dia...
Status: RESOLVED DUPLICATE of bug 538344
Product: anjuta
Classification: Applications
Component: plugins: build-basic-autotools
SVN TRUNK
Other All
: Normal critical
: ---
Assigned To: Sébastien Granjoux
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-30 16:07 UTC by Arun Chaganty
Modified: 2008-07-31 10:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arun Chaganty 2008-07-30 16:07:25 UTC
Steps to reproduce:
1. Open a file that is not in a directory (not required)
2. Create a Makefile, and make.
3. Run the program


Stack trace:
(gdb) bt full
  • #0 __kernel_vsyscall
  • #1 read
    from /lib/libpthread.so.0
  • #2 vte_terminal_io_read
    from /usr/lib/libvte.so.9
  • #3 g_io_unix_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #4 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #5 g_main_context_iterate
    from /usr/lib/libglib-2.0.so.0
  • #6 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #7 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #8 main
    at main.c line 397


Other information:
I've tested this using a variety of code, from something that requires input (scanf) to a "Hello World".
Comment 1 Sébastien Granjoux 2008-07-30 17:51:01 UTC
Do you get a freeze if you don't use a terminal ?

If no, it's probably a bug in vte. You can check if you have the affected version by looking at other duplicates of bug #538344.
Comment 2 Arun Chaganty 2008-07-31 10:45:26 UTC
No, I don't, but without running in the terminal, it's pretty useless. I'm marking this as a duplicate of bug #538344. Sorry, I should have checked more throughly first.
Comment 3 Arun Chaganty 2008-07-31 10:45:57 UTC

*** This bug has been marked as a duplicate of 538344 ***