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 481970 - crash in Anjuta IDE: I created a "Hello World...
crash in Anjuta IDE: I created a "Hello World...
Status: RESOLVED DUPLICATE of bug 471971
Product: anjuta
Classification: Applications
Component: unknown
2.2.0
Other All
: High critical
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-30 19:35 UTC by kopolov
Modified: 2007-09-30 20:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description kopolov 2007-09-30 19:35:53 UTC
What were you doing when the application crashed?
I created a "Hello World" project.
I used the wizard to do this.
Chose C++ console project.
Changed the name from foobar-cpp to Hello-World
Press Next Next Next until the project was created.
Then Build --> compile project
After
Build --> Execute (worked, it showe "Hello world!")
After,
I went to the Files tree (right part of the screen) and selected the "src" option.
I selected "hello-world" (there were 3 files under src "hello-world", "main.cc", "Makefile.am").
A window appeared asking me to choose which application to use to open the requesed file (hello-world).
I selected the first application there (sorry, cannot remember the name) and then it crushed.


Distribution: Fedora release 7 (Moonshine)
Gnome Release: 2.18.3 2007-07-02 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.22.9-91.fc7 #1 SMP Thu Sep 27 23:10:59 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: Enforcing
Accessibility: Disabled
GTK+ Theme: Glider
Icon Theme: gnome

Memory status: size: 94134272 vsize: 94134272 resident: 55726080 share: 45973504 rss: 55726080 rss_rlim: 4294967295
CPU usage: start_time: 1191180428 rtime: 362 utime: 276 stime: 86 cutime:1048 cstime: 356 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/anjuta'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208437024 (LWP 16430)]
[New Thread -1258894448 (LWP 21307)]
(no debugging symbols found)
0x00110402 in __kernel_vsyscall ()

Thread 1 (Thread -1208437024 (LWP 16430))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 ??
    from /usr/lib/anjuta/libanjuta-profiler.so
  • #5 ??
    from /usr/lib/anjuta/libanjuta-profiler.so
  • #6 ianjuta_file_open
    from /usr/lib/libanjuta.so.0
  • #7 ??
    from /usr/lib/anjuta/libanjuta-loader.so
  • #8 ianjuta_file_loader_load
    from /usr/lib/libanjuta.so.0
  • #9 ??
    from /usr/lib/anjuta/libanjuta-file-manager.so
  • #10 ??
    from /usr/lib/anjuta/libanjuta-file-manager.so
  • #11 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #13 ??
    from /lib/libgobject-2.0.so.0
  • #14 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #15 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #16 gtk_tree_view_row_activated
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #18 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 ??
    from /lib/libgobject-2.0.so.0
  • #20 g_closure_invoke
    from /lib/libgobject-2.0.so.0
  • #21 ??
    from /lib/libgobject-2.0.so.0
  • #22 g_signal_emit_valist
    from /lib/libgobject-2.0.so.0
  • #23 g_signal_emit
    from /lib/libgobject-2.0.so.0
  • #24 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #26 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #27 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #28 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #29 ??
    from /lib/libglib-2.0.so.0
  • #30 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #31 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #32 main
  • #0 __kernel_vsyscall


----------- .xsession-errors ---------------------
** Message: Spawning script
(anjuta:16430): Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed
(anjuta:16430): Gdk-CRITICAL **: gdk_window_hide: assertion `GDK_IS_WINDOW (window)' failed
** Message: Spawning script
(anjuta:16430): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found
(anjuta:16430): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found
(anjuta:16430): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found
** (anjuta:16430): WARNING **: GProfOptions: Trying to get option value with no target.
--------------------------------------------------
Comment 1 Johannes Schmid 2007-09-30 20:06:47 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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