RESOLVED FIXED104536
[Qt] Web Inspector shows empty window and crashes when closing
https://bugs.webkit.org/show_bug.cgi?id=104536
Summary [Qt] Web Inspector shows empty window and crashes when closing
bugzilla
Reported 2012-12-10 05:15:13 PST
Tested with Windows 7 Qt 5 RC Visual Studio 2010 When enabling the Web Inspector you can right-click on any web page and choose 'Inspect'. The Web Inspector window opens, the title of the window is just 'Web Inspector - ' The window is emtpy, i.e. completely white. When closing the window the program crashes often in free.c (retval = HeapFree(_crtheap, 0, pBlock);) or in malloc.c (res = _heap_alloc(size)) This is a shame, because in windows the Web Inspector had already unresolved bugs in Qt 4.8.x that made in unusable for debugging. Now it even got worse.
Attachments
Jocelyn Turcotte
Comment 1 2012-12-12 05:57:55 PST
Thanks for reporting. The fix for the inspector not showing up is being integrated through https://codereview.qt-project.org/42556 and will hopefully make it for the RC2. I couldn't get the crash reproduced, if you can still reproduce it with the RC2 when it gets out (I'm hoping in the next week or two) please let us see a stack trace.
bugzilla
Comment 2 2012-12-19 06:34:38 PST
(In reply to comment #1) > Thanks for reporting. > The fix for the inspector not showing up is being integrated through https://codereview.qt-project.org/42556 and will hopefully make it for the RC2. Thank you very much!! I made several tests with Qt5 RC2 and now the Web Inspector shows up AND it's finally no longer freezing while debugging JavaScript (like it was in Qt4.8.x).
Jocelyn Turcotte
Comment 3 2013-01-02 06:28:06 PST
Cool, thank you for verifying :)
Note You need to log in before you can comment on or make changes to this bug.