Closed
Bug 534842
Opened 16 years ago
Closed 16 years ago
attempt to install English GB dictionary as extension via Get Add-ons tab search results causes crash
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: bugzilla, Unassigned)
Details
(Keywords: crash, stackwanted)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.15) Gecko/2009102814 Ubuntu/8.10 (intrepid) Firefox/3.0.15
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.5) Gecko/20091130 Thunderbird/3.0
Downloaded and installed English (GB) version of TB.
no dictionary present. Used extension manager to locate dictionary and, during install, the application crashes with an error in the X subsystem.
The program 'thunderbird-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 49719 error_code 2 request_code 53 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb6edd7c7]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb6edd96e]
#2 /usr/lib/libX11.so.6 [0xb7764619]
#3 /usr/lib/libXrender.so.1(XRenderFreePicture+0x41) [0xb750df41]
#4 /usr/lib/libQtGui.so.4 [0xb47d96bf]
#5 /usr/lib/libQtGui.so.4 [0xb47da17d]
#6 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x5d) [0xb47ce9ad]
#7 /usr/lib/libQtGui.so.4(_ZN7QPixmapD1Ev+0x30) [0xb47cedb0]
#8 /usr/lib/kde4/plugins/styles/oxygen.so [0xb455531a]
#9 /usr/lib/kde4/plugins/styles/oxygen.so [0xb455f64f]
#10 /usr/lib/kde4/plugins/styles/oxygen.so [0xb455fec0]
#11 /usr/lib/kde4/plugins/styles/oxygen.so [0xb4564c35]
#12 /usr/lib/kde4/plugins/styles/oxygen.so [0xb4578a2b]
#13 /lib/tls/i686/cmov/libc.so.6(exit+0x89) [0xb707fd89]
#14 /usr/lib/libgdk-x11-2.0.so.0 [0xb7a3b6b7]
#15 /usr/lib/libbonoboui-2.so.0 [0xb66f0d15]
#16 /usr/lib/libX11.so.6(_XError+0x109) [0xb775cef9]
#17 /usr/lib/libX11.so.6 [0xb7764fe8]
#18 /usr/lib/libX11.so.6(_XReply+0x15a) [0xb776539a]
#19 /usr/lib/libX11.so.6(XGetGeometry+0x6d) [0xb7740a6d]
Reproducible: Always
Steps to Reproduce:
1. Go to extension manager
2. enter "dictionary" in search and find
3. Choose English (British) Dictionary, and install
4. Starts to indicate downloading and crash occurs
Actual Results:
crashes and does not install dictionary
Expected Results:
should install dictionary
If I download the dictionary extension and install via install button on extension manager, then extension installs fine.
Comment 1•16 years ago
|
||
there have been some dictionary install crashes. I don't recall that en-gb was one of them
a hodge podge list from the past year:
https://bugzilla.mozilla.org/buglist.cgi?type1-0-0=substring;order=Last%20Changed;field0-0-0=short_desc;type0-0-1=anywordssubstr;field0-0-1=component;value2-0-0=notacrash;type1-0-1=substring;field2-0-0=status_whiteboard;value1-0-1=crash;resolution=FIXED;resolution=INVALID;resolution=WONTFIX;resolution=DUPLICATE;resolution=WORKSFORME;resolution=EXPIRED;resolution=MOVED;resolution=---;type2-0-0=nowordssubstr;chfieldto=Now;query_format=advanced;chfieldfrom=350d;value1-0-0=crash;value0-0-1=dict%20spell%20add-on;type0-0-0=substring;value0-0-0=dict;field1-0-0=short_desc;product=Core;product=Firefox;product=MailNews%20Core;product=Thunderbird;product=Toolkit;field1-0-1=keywords
Keywords: crash
Summary: attempt to install English GB dictionary as extension causes crash → attempt to install English GB dictionary as extension via Get Add-ons tab search results causes crash
Version: unspecified → 3.0
Comment 2•16 years ago
|
||
Sounds like this *might* have something to do with either xpinstall or the extension manager.
Component: Installer → Add-ons Manager
Product: Thunderbird → Toolkit
QA Contact: installer → add-ons.manager
Version: 3.0 → 1.9.1 Branch
rs: nah, this could be anything, it could be em that is tickling a theme bug in oxygen.so, or it could be something else.
Reporter: please try disabling your Qt theme.
Also, please read the instructions you get from the console, specifically this portion that you helpfully included:
> To debug your program, run it with the --sync command line
> option to change this behavior.
http://developer.mozilla.org/En/How_to_get_a_stacktrace_for_a_bug_report#Linux
has instructions for various distros, you will want to install symbols for
at least:
libxcb-xlib, libX11, libXrender, libQtGui, oxygen, libgdk-x11, libbonoboui
Updated•16 years ago
|
Keywords: stackwanted
Comment 4•16 years ago
|
||
No real info to go on here, closing as incomplete
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•