Closed
Bug 578076
Opened 15 years ago
Closed 14 years ago
Crash in [@ QString::fromLocal8Bit] when loading google.com
Categories
(Core Graveyard :: Widget: Qt, defect)
Core Graveyard
Widget: Qt
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 589520
People
(Reporter: dougt, Unassigned)
Details
(Keywords: crash)
Crash Data
I am seeing this frequently, but not always:
#4 <signal handler called>
#5 0x00007f70432ba650 in QString::fromLocal8Bit(char const*, int) () from /usr/lib/libQtCore.so.4
#6 0x00007f70433685ac in QCoreApplication::arguments() () from /usr/lib/libQtCore.so.4
#7 0x00007f70438c4081 in ?? () from /usr/lib/libQtGui.so.4
#8 0x00007f70438c4e39 in ?? () from /usr/lib/libQtGui.so.4
#9 0x00007f703e4f04b2 in _SmcProcessMessage () from /usr/lib/libSM.so.6
#10 0x00007f703e2e10c4 in IceProcessMessages () from /usr/lib/libICE.so.6
#11 0x00007f70438af3bf in ?? () from /usr/lib/libQtGui.so.4
#12 0x00007f7043379e3f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#13 0x00007f70433c5c6e in QSocketNotifier::activated(int) () from /usr/lib/libQtCore.so.4
#14 0x00007f7043380fb3 in QSocketNotifier::event(QEvent*) () from /usr/lib/libQtCore.so.4
#15 0x00007f704383a22c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#16 0x00007f70438406fb in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#17 0x00007f704336706c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#18 0x00007f70433908ca in ?? () from /usr/lib/libQtCore.so.4
#19 0x00007f703fdac8c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#20 0x00007f703fdb0748 in ?? () from /lib/libglib-2.0.so.0
#21 0x00007f703fdb08fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#22 0x00007f7043390513 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/libQtCore.so.4
#23 0x00007f70438ea46e in ?? () from /usr/lib/libQtGui.so.4
Valgrind bitched about the same place with:
==12514== Conditional jump or move depends on uninitialised value(s)
==12514== at 0x9EE3586: QCoreApplication::arguments() (in /usr/lib/libQtCore.so.4.6.2)
==12514== by 0x9325080: ??? (in /usr/lib/libQtGui.so.4.6.2)
==12514== by 0x9325E38: ??? (in /usr/lib/libQtGui.so.4.6.2)
==12514== by 0xED034B1: _SmcProcessMessage (in /usr/lib/libSM.so.6.0.1)
==12514== by 0xEF180C3: IceProcessMessages (in /usr/lib/libICE.so.6.3.0)
==12514== by 0x93103BE: ??? (in /usr/lib/libQtGui.so.4.6.2)
==12514== by 0x9EF4E3E: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/libQtCore.so.4.6.2)
==12514== by 0x9F40C6D: QSocketNotifier::activated(int) (in /usr/lib/libQtCore.so.4.6.2)
==12514== by 0x9EFBFB2: QSocketNotifier::event(QEvent*) (in /usr/lib/libQtCore.so.4.6.2)
==12514== by 0x929B22B: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/libQtGui.so.4.6.2)
==12514== by 0x92A16FA: QApplication::notify(QObject*, QEvent*) (in /usr/lib/libQtGui.so.4.6.2)
==12514== by 0x9EE206B: QCoreApplication::notifyInternal(QObject*, QEvent*) (in /usr/lib/libQtCore.so.4.6.2)
Keywords: crash
Summary: Crash in QString::fromLocal8Bit when loading google.com → Crash in [@ QString::fromLocal8Bit] when loading google.com
Comment 1•15 years ago
|
||
hmm...is it e10s?
Reporter | ||
Comment 2•15 years ago
|
||
m-c, but e10s is enabled.
Comment 3•14 years ago
|
||
I guess this is related to 589520
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ QString::fromLocal8Bit]
Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•