Closed
Bug 779063
Opened 13 years ago
Closed 13 years ago
GTK Open Dialog Causes Crash
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 778666
People
(Reporter: arky, Unassigned)
Details
(Keywords: crash)
Attachments
(2 files)
Clicking on [browse] button causes a crash.
http://a.maimult.ro/lmo/files.php?l=my-MM&p=28&pf=/toolkit/chrome/mozapps/extensions&s=
Reporter | ||
Comment 1•13 years ago
|
||
Backtrace
Comment 2•13 years ago
|
||
Is it about Firefox or Thunderbird?
Can you provide a valid stack trace with debug symbols?
Reporter | ||
Comment 3•13 years ago
|
||
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Scoobidiver from comment #2)
> Is it about Firefox or Thunderbird?
> Can you provide a valid stack trace with debug symbols?
Does this help?
Comment 5•13 years ago
|
||
(In reply to arky from comment #4)
> Does this help?
Some symbols are still missing. See ??:
#0 0x013a5fd7 in ?? () from /usr/lib/firefox-trunk/libxul.so
#1 0x013be1a8 in ?? () from /usr/lib/firefox-trunk/libxul.so
#2 0x013af386 in ?? () from /usr/lib/firefox-trunk/libxul.so
#3 0x013c2785 in ?? () from /usr/lib/firefox-trunk/libxul.so
#4 0x013901b4 in ?? () from /usr/lib/firefox-trunk/libxul.so
#5 0x013bd36b in ?? () from /usr/lib/firefox-trunk/libxul.so
Reporter | ||
Comment 6•13 years ago
|
||
Can you suggest which packages to install for these symbols on Ubuntu
Comment 7•13 years ago
|
||
Try with Nightly: http://nightly.mozilla.org/
Reporter | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Perfect! One of these crashes is happening in accessibility code, so let's throw this over there.
Component: File Handling → Disability Access APIs
Product: Firefox → Core
Comment 10•13 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #9)
> Perfect! One of these crashes is happening in accessibility code, so let's
> throw this over there.
the a11y one is bug 778666, the flash player thing I'm not sure about off hand, but I'd doubt its a11y related.
Comment 11•13 years ago
|
||
bug 778666 doesn't happen in 14.0.1. Let's wait it's fixed before trying again with your STR.
Component: Disability Access APIs → Untriaged
Product: Core → Firefox
Version: Trunk → 14 Branch
Comment 12•13 years ago
|
||
(In reply to arky from comment #6)
> Can you suggest which packages to install for these symbols on Ubuntu
sudo apt-get install firefox-dbg
(from the ubuntu maintainer ; I don't use ubuntu)
Comment 13•13 years ago
|
||
Comment 14•13 years ago
|
||
Arky, does it happen with the latest Nightly where bug 778666 is fixed?
Reporter | ||
Comment 15•13 years ago
|
||
Looks like the problem is fixed in nightly :)
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•