Bug 104536
| Summary: | [Qt] Web Inspector shows empty window and crashes when closing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | bugzilla |
| Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Critical | CC: | dung.phamquang, jturcotte |
| Priority: | P1 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
bugzilla
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jocelyn Turcotte
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
(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
Cool, thank you for verifying :)