#110 closed bug (fixed)
StyledEdit doesn't save a file successfully on Haiku
Reported by: | korli | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
StyledEdit on Haiku doesn't save with success a file: launch "StyledEdit ~/config/settings/kernel/drivers/kernel" make some changes and save. launch again : no changes saved.
As it happens only on Haiku, it could be related to storage kit or kernel side.
Change History (17)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Maybe add status check on calls of status_t StyledEditWindow::Save(BMessage *message) as it must return silently an error somehow. Then something could be wrong in storage kit, who knows ...
comment:3 by , 19 years ago
Status: | new → assigned |
---|
comment:4 by , 19 years ago
Owner: | changed from | to
---|
comment:5 by , 19 years ago
Another weird testcase: cp config/settings/kernel/drivers/kernel ./ head kernel StyledEdit kernel => modifies a comment at the top of the file then quits with saving head kernel
The file is empty, though filesize isn't zero. Then "StyledEdit kernel" shows bad data.
comment:8 by , 19 years ago
I tried again with http://www.schmidp.com/public/haiku/images/rev16260_raw.tar. bz2 in QEmu and it actually failed often but not everytime. Could be a cache or fs problem after all.
comment:10 by , 19 years ago
Component: | Applications → Kernel |
---|
comment:11 by , 19 years ago
Owner: | changed from | to
---|
comment:12 by , 19 years ago
Status: | assigned → new |
---|
comment:15 by , 19 years ago
Status: | new → closed |
---|
comment:16 by , 19 years ago
Resolution: | → fixed |
---|
Works well, instead, with a file created with StyledEdit itself.