Closed
Bug 175759
Opened 23 years ago
Closed 23 years ago
Segfault on startup in latest nightly builds not present in 0.3
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 175306
People
(Reporter: todd1, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021014 Phoenix/0.3
Build Identifier: http://komodo.mozilla.org/pub/phoenix/nightly/latest-trunk/phoenix-i686-pc-linux-gnu.tar.gz
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 29450)]
0x4037b3dc in gdk_image_new () from /usr/lib/libgdk-1.2.so.0
(gdb)
Reproducible: Always
Steps to Reproduce:
1. Try to start phoenix
2.
3.
Actual Results:
Select User Profile screen briefly appeared before it crashed.
Comment 1•23 years ago
|
||
Can you please remove (or move away) your profile directory ~/.phoenix and try
again? Post back here with your result.
Comment 3•23 years ago
|
||
Can you tell us when this started happening? All info you can provide is of
importance. Are you using the latest build now?
Please try to get a talkback crash or run phoenix though gdb and get a
backtrace. The latter can be done by following the docs at the following URL but
replacing "mozilla" with phoenix:
http://www.mozilla.org/unix/debugging-faq.html#how_do_i
Ok I spent time downloading nightlies since the 0.3 release till I found the
first one that crashed. That luckly build if 2002101508. 2002-10-14-16 works
for me. I was not aware of a phoenix talkback nightly build. Ill paste the
full backtrace.
(gdb) bt
#0 0x4037b3dc in gdk_image_new () from /usr/lib/libgdk-1.2.so.0
#1 0x40bc91ab in xeno_gradient_realize ()
from /usr/lib/gtk/themes/engines/libxeno.so
Cannot access memory at address 0x2
(gdb)
Comment 5•23 years ago
|
||
Ok, this is probably a fallout from bug 142334, since the checkin of that
checkin occured between these two builds.
Add bryner to CC and marking as NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•23 years ago
|
||
By the way Todd, can you tell us something about your environment? What GTK
version do you use, what window manager etc.
Comment 7•23 years ago
|
||
This looks like the Xenophilia 0.7 engine crash.
*** This bug has been marked as a duplicate of 175306 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•