Open
Bug 669268
Opened 15 years ago
Updated 3 years ago
Thunderbird 7.01a 2011-07-04 - Error: (new component).QueryInterface is not a function
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: e.cg, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110704 Firefox/7.0a1
Build ID: 20110704030740
Steps to reproduce:
After kill SIGTERM thunderbird and relaunch
Actual results:
i have in JS Console Error :
Error: (new component).QueryInterface is not a function
Source File: resource://gre/modules/XPCOMUtils.jsm
Line: 301
Error: tree is undefined
Source File: chrome://messenger/content/folderPane.js
Line: 885
After restart with --debug and run in gdb it's works :
(gdb) run
Starting program: /opt/thunderbird/thunderbird-bin
[Thread debugging using libthread_db enabled]
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
By cons if i stop process and relaunch. The problem it's not fixed
OS: Other → Linux
Hardware: All → x86_64
Comment 2•15 years ago
|
||
Where do you get this error on Tools -> Error console ?
Does it works better if you start Thunderbird with the -safe-mode flag ?
I get the JS Error Console in th menubar Tools -> Error Console.
After a launch in safe mode and restart it's work by cons i'm not test kill with SIGTERM to reproduce the same problem
Thks Usul
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•