Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#385 closed bug (fixed)

[Virtual Memory] Calling BeginLineArray with a count <= 0

Reported by: diver Owned by: sikosis
Priority: normal Milestone: R1
Component: Preferences Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Virtual Memory from R5 crashes on launch with this debug output:

GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)

Thread 722 called debugger(): Calling BeginLineArray with a count <= 0 Reading symbols from /boot/beos/system/lib/libbe.so...(no debugging symbols found)...done. Loaded symbols for /boot/beos/system/lib/libbe.so Reading symbols from /boot/beos/system/lib/libnet.so...(no debugging symbols found)...done. Loaded symbols for /boot/beos/system/lib/libnet.so Reading symbols from /boot/beos/system/lib/libroot.so...done. Loaded symbols for /boot/beos/system/lib/libroot.so Reading symbols from /boot/beos/system/lib/libstdc++.hrev4.so...done. Loaded symbols for /boot/beos/system/lib/libstdc++.hrev4.so Reading symbols from /boot/beos/system/lib/libsocket.so...done. Loaded symbols for /boot/beos/system/lib/libsocket.so

[Switching to team /BeBox/beos/preferences/Virtual (718) thread VirtualMemory (722)] 0x0041a28f in _kern_debugger () from /boot/beos/system/lib/libroot.so (gdb) bt #0 0x0041a28f in _kern_debugger () from /boot/beos/system/lib/libroot.so #1 0x0041565f in debugger () from /boot/beos/system/lib/libroot.so #2 0x00315de7 in BView::BeginLineArray () from /boot/beos/system/lib/libbe.so #3 0x00304f5f in BSlider::DrawHashMarks () from /boot/beos/system/lib/libbe.so #4 0x00304343 in BSlider::DrawSlider () from /boot/beos/system/lib/libbe.so #5 0x003042a6 in BSlider::Draw () from /boot/beos/system/lib/libbe.so #6 0x00318b66 in BView::_Draw () from /boot/beos/system/lib/libbe.so #7 0x0031c296 in BWindow::DispatchMessage ()

from /boot/beos/system/lib/libbe.so

#8 0x0031f68c in BWindow::task_looper () from /boot/beos/system/lib/libbe.so #9 0x002a37eb in BLooper::_task0_ () from /boot/beos/system/lib/libbe.so #10 0x00419850 in thread_entry () from /boot/beos/system/lib/libroot.so #11 0x7003ffec in ?? () (gdb)

Change History (3)

comment:1 by korli, 18 years ago

Resolution: fixed

comment:2 by korli, 18 years ago

Status: newclosed

comment:3 by korli, 18 years ago

Fixed in rev 16981.

Note: See TracTickets for help on using tickets.