Closed Bug 5145 Opened 25 years ago Closed 25 years ago

M4 binary crashes when I select Edit|Preferences

Categories

(Core Graveyard :: Tracking, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: mozilla-bugs, Assigned: don)

Details

If I start Mozilla using ./mozilla-apprunner.sh and after waiting for it to initialize go to Edit|Preferences, Mozilla always crashes. If I do the same thing under gdb, I get: ... Doing Startup... Looking up BrowserAppCore... Creating BrowserAppCore... BrowserAppCore has been created. Adding BrowserAppCore to AppCoreManager... ...probably for a second time, because the constructor of nsBaseAppCore does this! Gtk-CRITICAL **: file gtkbox.c: line 332 (gtk_box_pack_start): assertion `child->parent == NULL' failed. menu selected Created nsPrefsCore nsMessengerNameSet::InitializeClasses() Initializing base classes nsComposerNameSet::InitializeClasses() Initializing base classes nsMessengerNameSet::AddNameSet() Registering Messenger in the JS namespace nsComposerNameSet::AddNameSet() Registering Composer in the JS namespace nsMessengerNameSet::InitializeClasses() Initializing base classes nsComposerNameSet::InitializeClasses() Initializing base classes Program received signal SIGBUS, Bus error. 0x408bc360 in __emulate_poll (fds=0x815a5e8, nfds=3, timeout=0) at ../sysdeps/unix/bsd/poll.c:51 ../sysdeps/unix/bsd/poll.c:51: No such file or directory. (gdb) bt #0 0x408bc360 in __emulate_poll (fds=0x815a5e8, nfds=3, timeout=0) at ../sysdeps/unix/bsd/poll.c:51 #1 0x408bc2c0 in poll (fds=0x815a5e8, nfds=3, timeout=0) at ../sysdeps/unix/sysv/linux/poll.c:56 #2 0x80dc63a in g_main_poll (timeout=0, use_priority=1, priority=0) at gmain.c:991 #3 0x80dc1c7 in g_main_iterate (block=1, dispatch=1) at gmain.c:789 #4 0x80dc471 in g_main_run (loop=0x825b5f8) at gmain.c:912 #5 0x807fbaf in gtk_main () at gtkmain.c:475 #6 0x40073de9 in nsAppShell::Run () #7 0x40013c22 in nsAppShellService::Run () #8 0x80509a6 in main () (gdb) I am using Mozilla M4 build on RedHat 5.2/Intel (+ all updates) with kernel 2.0.37-pre6, glibc-2.0.7-29
Assignee: shuang → don
THis is not a UI bug, but a code bug and Don''s group is handling this.
Component: Pref UI → Apprunner
I've just tested it on the mozilla/nightly/99-04-20/ build and it worked fine.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Resolved as WORKSFORME. I can't reporduce the problem. Is this still happening for you?
Status: RESOLVED → VERIFIED
marking verified
Moving from Apprunner to Other component temporarily whilst don and I set proper component. Apprunner component will be retired/deleted shortly.
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.