Ticket #47 (new defect)

Opened 19 months ago

Last modified 19 months ago

NSGlue_Assertion

Reported by: musteatyemen Owned by:
Keywords: Assert Crash Cc:

Description (last modified by musteatyemen) (diff)

Happened while leaving inline ruby session (Learn Ruby interactively) to go to the home page.

Able to reproduce, see comment below.

---------------------------
NSGlue_Assertion
---------------------------
ASSERTION: reflow dirty lines failed: 'NS_SUCCEEDED(rv)', file c:/Sandbox/Firefox/mozilla/layout/generic/nsBlockFrame.cpp, line 904

Click Abort to exit the Application.
Click Retry to Debug the Application..
Click Ignore to continue running the Application.
---------------------------
Abort   Retry   Ignore   
---------------------------

Change History

follow-up: ↓ 2   Changed 19 months ago by musteatyemen

  • description modified (diff)

How to reproduce. Type the folling into the Interactive ruby session.

chan = Hacker('why').channel('lobby')

=> (Channel why's lobby)

chan.say ":)"

The chan.say will stall, during which click the Home button in the upper left.

This is able to reproduce the assertion successfully.

in reply to: ↑ 1   Changed 19 months ago by warren_s

Replying to musteatyemen:

How to reproduce.

Alternatively, this works for me:

1. Open HH. 2. Click lightbulb icon (bug is reproduced consistently on Lesson 2A) 3. Click Try Ruby icon 4. Click "Home" icon. This should trigger the assertion. 5. Weep.

Note: See TracTickets for help on using tickets.