Opened 11 years ago

Closed 11 years ago

#9207 closed bug (invalid)

WebPositive crash in BWebView::Draw / BView::Sync

Reported by: kallisti5 Owned by: leavengood
Priority: normal Milestone: R1/beta1
Component: Applications/WebPositive Version: R1/Development
Keywords: BWebView::Draw Cc:
Blocked By: Blocking:
Platform: All

Description

gcc4 hrev44854

Saw this crash once while typing something into the url bar.

If not enough information, feel free to close... Only saw this crash once.

is[Switching to team /boot/apps/WebPositive (274) thread w>WebPositive (285)]
0x01b83a86 in BLooper::check_lock () from /boot/system/lib/libbe.so
(gdb) bt
#0  0x01b83a86 in BLooper::check_lock () from /boot/system/lib/libbe.so
#1  0x01c2942a in BView::_CheckOwnerLock () from /boot/system/lib/libbe.so
#2  0x01c29467 in BView::Sync () from /boot/system/lib/libbe.so
#3  0x019b3d95 in BWebView::Draw () from /boot/common/lib/libwebkit.so
#4  0x18d97ee8 in ?? ()
#5  0x18d64128 in ?? ()
#6  0x7813762c in ?? ()
#7  0x019b3d0e in BWebView::Draw () from /boot/common/lib/libwebkit.so
Previous frame inner to this frame (corrupt stack?)

Change History (2)

comment:1 by axeld, 11 years ago

Please always include the actual debugger message. In this case, it's likely not a segfault, but a debugger call. And if that is the case, the above stack trace hints at a general problem.

comment:2 by kallisti5, 11 years ago

Resolution: invalid
Status: newclosed

marking invalid for now... I never saw this again. Reopen if anyone else sees this crash.

Note: See TracTickets for help on using tickets.