Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF8 Bug #2

Closed
soakbot opened this issue Sep 27, 2013 · 1 comment
Closed

UTF8 Bug #2

soakbot opened this issue Sep 27, 2013 · 1 comment

Comments

@soakbot
Copy link

soakbot commented Sep 27, 2013

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)

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.

@soakbot soakbot mentioned this issue Sep 27, 2013
@waddlesplash
Copy link
Member

Duplicate of #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants