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 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.
The text was updated successfully, but these errors were encountered:
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
CAUTION: comments not extracted from issues. See OsDrawer or the WaybackMachine for issue comments.
The text was updated successfully, but these errors were encountered: