Closed
Bug 294633
Opened 20 years ago
Closed 20 years ago
Sunbird 0.2 crashes at startup (Segmentation fault)
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 287522
People
(Reporter: vincent-moz, Assigned: mostafah)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Firefox/1.0.4 (Debian package 1.0.4-1)
Build Identifier:
ay:~> sunbird
/home/lefevre/sunbird/lib/sunbird-0.2/run-mozilla.sh: line 423: 17830
Segmentation fault (core dumped) "$prog" ${1+"$@"}
Oh no! /home/lefevre/sunbird/lib/sunbird-0.2/sunbird-bin just dumped a core file.
ay:~> gdb /home/lefevre/sunbird/lib/sunbird-0.2/sunbird-bin core
GNU gdb 6.3-debian
[...]
(gdb) bt
#0 0x0f6e13d0 in g_option_context_add_main_entries ()
from /usr/lib/libglib-2.0.so.0
#1 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#2 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#3 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#4 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#5 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#6 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#7 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#8 0x0f6e17fc in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
Previous frame inner to this frame (corrupt stack?)
Reproducible: Always
Steps to Reproduce:
Here's my mozconfig file:
. $topsrcdir/calendar/sunbird/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-sunbird
ac_add_options --enable-optimize
ac_add_options --disable-debug
ac_add_options --enable-reorder
ac_add_options --enable-strip
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --disable-freetype2
ac_add_options --disable-tests
ac_add_options --enable-xterm-updates
ac_add_options --disable-pedantic
ac_add_options --prefix=$HOME/sunbird
Comment 1•20 years ago
|
||
./sunbird -calendar
dup of some other bug (and discussed a few times on the newgroup), but i don't
know the number, so just marking wfm.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 2•20 years ago
|
||
Now that Bugzilla has waked up, I could see bug 287522 suggesting the -calendar
option. Indeed, this solved the problem.
*** This bug has been marked as a duplicate of 287522 ***
Resolution: WORKSFORME → DUPLICATE
| Reporter | ||
Comment 4•20 years ago
|
||
I said that the -calendar option was suggested in bug 287522, but it isn't
necessarily a duplicate of this bug since the reporter of bug 287522 said that
the -calendar option had no effect for him. However the crash occurs at the same
place.
Comment 5•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•