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 224071 - view menu setup failure
view menu setup failure
Status: RESOLVED DUPLICATE of bug 215344
Product: GAL
Classification: Deprecated
Component: GalView
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Chris Lahey
Evolution QA team
: 224088 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-05-01 07:43 UTC by Not Zed
Modified: 2002-08-13 00:20 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Not Zed 2002-05-01 07:43:18 UTC
I have no idea.  I was trying to recreate 21939, and this happened.

The view_menus item in the folderbrowser is actually NULL, so I have no
idea whats happened, perhaps the view_menu's got cleared out while they
were being used, and the pointer here is a stale one.

Note, the folder browser hasn't been destroyed, so something else must've
cleared the view_menus item.

I suspect some corba call recursion destroyed something when it was being used.



(gdb) where
  • #0 gal_view_menus_unmerge
    at gal-view-menus.c line 441
  • #1 build_stuff
    at gal-view-menus.c line 402
  • #2 gal_view_menus_apply
    at gal-view-menus.c line 430
  • #3 folder_browser_ui_setup_view_menus
    at folder-browser-ui.c line 284
  • #4 got_folder
    at folder-browser.c line 864
  • #5 get_folder_got
    at mail-ops.c line 1297
  • #6 mail_msgport_replied
    at mail-mt.c line 391
  • #7 g_io_unix_dispatch
    at giounix.c line 135
  • #8 g_main_dispatch
    at gmain.c line 656
  • #9 g_main_iterate
    at gmain.c line 877
  • #10 g_main_run
    at gmain.c line 935
  • #11 gtk_main
    at gtkmain.c line 524
  • #12 bonobo_main
    at bonobo-main.c line 284
  • #13 main
    at main.c line 162
  • #14 __libc_start_main
argv=0xbfffferic/libc-start.c:92
(gdb) p *gvm
$1 = {base = {klass = 0xabadf00d, flags = 0, ref_count = 0, object_data =
0x0}, (gdb) up
Comment 1 Jeffrey Stedfast 2002-05-01 21:43:11 UTC
is bug#224088 related?
Comment 2 Jeffrey Stedfast 2002-05-01 22:40:11 UTC
*** bug 224088 has been marked as a duplicate of this bug. ***
Comment 3 Dan Winship 2002-08-13 00:20:50 UTC

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