You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I close a note, I get an error. It doesn't occur when I close a newly created note, only on existing notes. I downloaded the code and recompiled, but I got the same error. I tried to attach an example, but it was too large. Here is a backtrace from the debugger:
(gdb) backtrace
#0 0xffff0114 in ?? () #1 0x0050312e in debugger () from /boot/system/lib/libroot.so #2 0x0050eb39 in _assert_fail () from /boot/system/lib/libroot.so #3 0x005840fc in BPrivate::processHeap::free ()
from /boot/system/lib/libroot.so #4 0x005859c1 in free () from /boot/system/lib/libroot.so #5 0x00501224 in __builtin_delete () from /boot/system/lib/libroot.so #6 0x003bcfa1 in BView::~BView () from /boot/system/lib/libbe.so #7 0x00387aa0 in BScrollView::~BScrollView () from /boot/system/lib/libbe.so #8 0x003bcef7 in BView::~BView () from /boot/system/lib/libbe.so #9 0x00219a47 in NoteView::~NoteView (this=0x18031660, __in_chrg=3)
at /HaikuData/Source Code/takenotes/NoteView.cpp:108
#10 0x003bcef7 in BView::~BView () from /boot/system/lib/libbe.so #11 0x003c9d4f in BWindow::~BWindow () from /boot/system/lib/libbe.so #12 0x00212e97 in NoteWindow::~NoteWindow (this=0x1802ee60, __in_chrg=3)
at /HaikuData/Source Code/takenotes/NoteWindow.cpp:240
#13 0x002ff4ba in BLooper::Quit () from /boot/system/lib/libbe.so #14 0x003ca4ce in BWindow::Quit () from /boot/system/lib/libbe.so #15 0x00219088 in NoteWindow::Quit (this=0x1802ee60)
at /HaikuData/Source Code/takenotes/NoteWindow.cpp:1273
#16 0x0021903a in NoteWindow::QuitRequested (this=0x1802ee60)
at /HaikuData/Source Code/takenotes/NoteWindow.cpp:1265
#17 0x00300a6c in BLooper::_QuitRequested () from /boot/system/lib/libbe.so #18 0x002ff03e in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #19 0x003cd2d9 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #20 0x003d1574 in BWindow::task_looper () from /boot/system/lib/libbe.so #21 0x003005af in BLooper::_task0 () from /boot/system/lib/libbe.so #22 0x0050777a in thread_entry () from /boot/system/lib/libroot.so #23 0x700c1fec in ?? ()
CAUTION: comments not extracted from issues. See OsDrawer or the WaybackMachine for issue comments.
The text was updated successfully, but these errors were encountered:
Creator: Sean Healy
URL: http://dev.osdrawer.net/issues/547
Whenever I close a note, I get an error. It doesn't occur when I close a newly created note, only on existing notes. I downloaded the code and recompiled, but I got the same error. I tried to attach an example, but it was too large. Here is a backtrace from the debugger:
(gdb) backtrace
#0 0xffff0114 in ?? ()
#1 0x0050312e in debugger () from /boot/system/lib/libroot.so
#2 0x0050eb39 in _assert_fail () from /boot/system/lib/libroot.so
#3 0x005840fc in BPrivate::processHeap::free ()
from /boot/system/lib/libroot.so
#4 0x005859c1 in free () from /boot/system/lib/libroot.so
#5 0x00501224 in __builtin_delete () from /boot/system/lib/libroot.so
#6 0x003bcfa1 in BView::~BView () from /boot/system/lib/libbe.so
#7 0x00387aa0 in BScrollView::~BScrollView () from /boot/system/lib/libbe.so
#8 0x003bcef7 in BView::~BView () from /boot/system/lib/libbe.so
#9 0x00219a47 in NoteView::~NoteView (this=0x18031660, __in_chrg=3)
#10 0x003bcef7 in BView::~BView () from /boot/system/lib/libbe.so
#11 0x003c9d4f in BWindow::~BWindow () from /boot/system/lib/libbe.so
#12 0x00212e97 in NoteWindow::~NoteWindow (this=0x1802ee60, __in_chrg=3)
#13 0x002ff4ba in BLooper::Quit () from /boot/system/lib/libbe.so
#14 0x003ca4ce in BWindow::Quit () from /boot/system/lib/libbe.so
#15 0x00219088 in NoteWindow::Quit (this=0x1802ee60)
#16 0x0021903a in NoteWindow::QuitRequested (this=0x1802ee60)
#17 0x00300a6c in BLooper::_QuitRequested () from /boot/system/lib/libbe.so
#18 0x002ff03e in BLooper::DispatchMessage () from /boot/system/lib/libbe.so
#19 0x003cd2d9 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so
#20 0x003d1574 in BWindow::task_looper () from /boot/system/lib/libbe.so
#21 0x003005af in BLooper::_task0 () from /boot/system/lib/libbe.so
#22 0x0050777a in thread_entry () from /boot/system/lib/libroot.so
#23 0x700c1fec in ?? ()
CAUTION: comments not extracted from issues. See OsDrawer or the WaybackMachine for issue comments.
The text was updated successfully, but these errors were encountered: