Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Crash with Qt 4.8 on QUrl destructor #10304

Closed
ariya opened this issue Dec 12, 2011 · 1 comment
Closed

Crash with Qt 4.8 on QUrl destructor #10304

ariya opened this issue Dec 12, 2011 · 1 comment
Assignees
Milestone

Comments

@ariya
Copy link
Owner

ariya commented Dec 12, 2011

ariya.hi...@gmail.com commented:

As reported by Jon Leighton. Related upstream Qt bug: https://bugreports.qt.nokia.com/browse/QTBUG-23021.
See the stack trace: https://gist.github.com/1448569

0 0x0000003f7f940cfa in __memcpy_ssse3_back () from /lib64/libc.so.6

1 0x0000003f8a4c86fc in QString::realloc (this=0x7ffefffce200, alloc=13707443) at /usr/include/bits/string3.h:52

2 0x0000003f8a52e0f6 in reserve (asize=<optimized out>, this=0x7ffefffce200) at ../../src/corelib/tools/qstring.h:881

3 operator+=<QLatin1Char, QString> (b=<optimized out>, a=...) at ../../src/corelib/tools/qstringbuilder.h:447

4 QUrlPrivate::authority (this=0x7fff9c012720, options=...) at io/qurl.cpp:3552

5 0x0000003f8a52fd22 in QUrlPrivate::validate (this=0x7fff9c012720) at io/qurl.cpp:3796

6 0x0000003f8a52fed6 in QUrl::port (this=0x7ffefffce330) at io/qurl.cpp:4827

7 0x0000003f8aa93b74 in QHttpThreadDelegate::startRequest (this=0xbb7840) at access/qhttpthreaddelegate.cpp:271

8 0x0000003f8aaf62c5 in QHttpThreadDelegate::qt_static_metacall (_o=0xbb7840, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at .moc/release-shared/moc_qhttpthreaddelegate_p.cpp:113

9 0x0000003f8a5909e6 in QObject::event (this=0xbb7840, e=<optimized out>) at kernel/qobject.cpp:1194

10 0x0000003c151c96f4 in notify_helper (e=0xcbe5e0, receiver=0xbb7840, this=0x65baa0) at kernel/qapplication.cpp:4518

Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #304.
🌟   1 people had starred this issue at the time of migration.

@ariya
Copy link
Owner Author

ariya commented Dec 19, 2011

ariya.hi...@gmail.com commented:

Fixed in 38269c7b35.

 
Metadata Updates

  • Status updated: Fixed

@ariya ariya closed this as completed Dec 19, 2011
@ghost ghost assigned ariya Mar 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant