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 #1

Open
soakbot opened this issue Sep 27, 2013 · 0 comments
Open

UTF8 Bug #1

soakbot opened this issue Sep 27, 2013 · 0 comments
Labels

Comments

@soakbot
Copy link

soakbot commented Sep 27, 2013

Creator: Sean Healy
URL: http://dev.osdrawer.net/issues/546

Whenever I save a note with UTF8 text in the filename, the note will not open again afterward. 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  0x0042dd9f in BPrivate::Archiving::BUnarchiveManager::GetArchivableForToken
    () from /boot/system/lib/libbe.so
#3  0x0042c04c in long BUnarchiver::GetObject<BArchivable> ()
   from /boot/system/lib/libbe.so
#4  0x0042c0a4 in long BUnarchiver::FindObject<BArchivable> ()
   from /boot/system/lib/libbe.so
#5  0x003e55fa in long BUnarchiver::FindObject<BView> ()
   from /boot/system/lib/libbe.so
#6  0x003bcd52 in BView::AllUnarchived () from /boot/system/lib/libbe.so
#7  0x0042de8b in BPrivate::Archiving::BUnarchiveManager::UnarchiverLeaving ()
   from /boot/system/lib/libbe.so
#8  0x0042bff4 in BUnarchiver::~BUnarchiver () from /boot/system/lib/libbe.so
#9  0x003bc41a in BView::BView () from /boot/system/lib/libbe.so
#10 0x002197dc in NoteView::NoteView (this=0x18031660, msg=0x1801a0f0, 
    handler=0x0) at /HaikuData/Source Code/takenotes/NoteView.cpp:87
#11 0x002128b5 in NoteWindow::NoteWindow (this=0x1802ee60, ref=0x7ffeebb8)
    at /HaikuData/Source Code/takenotes/NoteWindow.cpp:215
#12 0x00211011 in NoteApplication::OpenNote (this=0x7ffeee6c, ref=0x7ffeebb8)
    at /HaikuData/Source Code/takenotes/NoteApplication.cpp:279
#13 0x002113b5 in NoteApplication::RefsReceived (this=0x7ffeee6c, 
    message=0x1801ab90)
    at /HaikuData/Source Code/takenotes/NoteApplication.cpp:347
#14 0x002f5ba6 in BApplication::DispatchMessage ()
   from /boot/system/lib/libbe.so
#15 0x003009c1 in BLooper::task_looper () from /boot/system/lib/libbe.so
#16 0x002f4839 in BApplication::Run () from /boot/system/lib/libbe.so
#17 0x00211803 in main ()
    at /HaikuData/Source Code/takenotes/NoteApplication.cpp:414

CAUTION: comments not extracted from issues. See OsDrawer or the WaybackMachine for issue comments.

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

No branches or pull requests

2 participants