Open
Bug 597838
Opened 15 years ago
Updated 2 years ago
reproducible hang in xul trees when resizing to ~minwidth (tested winxp, win7) [@ hang | nsViewManager::ProcessPendingUpdates]
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - |
People
(Reporter: giorgio.liscio, Unassigned)
Details
(Keywords: hang)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100908 Firefox/4.0b6pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100908 Firefox/4.0b6pre
hi, probably it's a windows issue, and xp and seven(aero) both are tested affected
when a xul tree is resized near to its min-width when the horizontal scrollbar buttons appears the windows crashes
run the xul file and resize the window in width to reproduce it
thank you
Reproducible: Always
Updated•15 years ago
|
blocking2.0: --- → ?
Comment 4•15 years ago
|
||
reproducible always only on the trunk. freeze happens randomly when the unnessesary horizontal scrollbar shows up. (that shows up on previous versions also, but not freeze)
https://developer.mozilla.org/en/How_to_get_a_stacktrace_with_WinDbg
please install the 32bit version of windbg.
Severity: normal → critical
Keywords: crash,
stackwanted
I have chatzilla freezing on xulrunner-2.0b8 when resizing the user list to 0.
Host OS : Fedora rawhide i686
Comment 7•15 years ago
|
||
robert: i was expecting an access violation, your stack just shows you manually broke into the process.
if it's indeed a hang, you should run:
!analyze -v -hang
as the final step
Comment 9•15 years ago
|
||
the first trunk where happens: [XULRunner 2.0b4pre/20100813033105]
the last trunk where not: the splitter goes crazy (it supposed to be a bugfix
for that)
timeless: i'll do that today a little bit of later.
Comment 10•15 years ago
|
||
yes its a hang with 100% core usage
Status: UNCONFIRMED → NEW
Component: XP Toolkit/Widgets: XUL → Layout: View Rendering
Ever confirmed: true
Keywords: stackwanted
QA Contact: xptoolkit.xul → layout.view-rendering
Summary: reproducible hang? in xul trees when resizing to ~minwidth (tested winxp, win7) → reproducible hang in xul trees when resizing to ~minwidth (tested winxp, win7) [@ hang | nsViewManager::ProcessPendingUpdates]
| Assignee | ||
Updated•8 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Comment 11•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: critical → --
Comment 12•2 years ago
|
||
The severity field is not set for this bug.
:tnikkel, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(tnikkel)
Comment 13•2 years ago
|
||
Would love to stop getting nagged about bugs that haven't been touched in a decade by bugbot.
Severity: -- → S3
Flags: needinfo?(tnikkel) → needinfo?(smujahid)
Comment 14•2 years ago
|
||
This is part of the process of migrating bugs to the new severity system, see comment 11.
Flags: needinfo?(smujahid)
You need to log in
before you can comment on or make changes to this bug.
Description
•