#12848 closed bug (fixed)
VirtualMemory crashes on exit if volume is read-only
Reported by: | IIsi50MHz | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Preferences/VirtualMemory | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Test:
- Boot Haiku from CD or other read-only media.
- Open VirtualMemory preflet; it is not necessary to change any setting.
- Close VirtualMemory.
Result: VirtualMemory crashes with segment violation in SettingsWindow::_RecordChoices()
Resolution: VirtualMemory should not attempt to save settings to read-only media. Probably, it should inform the user that virtual memory cannot be used because the boot volume is read-only.
Change History (4)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
No longer reproducible on hrev52357 when booted from CD-RW. (Haven't tested this in a long time.)
Note 1: There is also no warning when trying to set a virtual memory size greater than zero with the CD-RW as the target. The setting is accepted, but allocated size remains zero bytes. Not necessarily an error, but potentially confusing?
Note 2: There is a warning when trying to disable virtual memory, even when still set to automatic size of zero bytes, which seems silly.