Opened 8 years ago
Closed 8 years ago
#13445 closed bug (fixed)
[SoftwareUpdater] crash
Reported by: | diver | Owned by: | perelandra |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/SoftwareUpdater | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
SoftwareUpdater crashed when started with no network connection.
Attachments (1)
Change History (10)
by , 8 years ago
Attachment: | SoftwareUpdater-28670-debug-24-04-2017-13-43-32.report added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
follow-up: 4 comment:3 by , 8 years ago
@perelandra we usually leave the bug report open until the fix actually lands in git master with a hrev to be tested by the reporter.
comment:4 by , 8 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to korli:
@perelandra we usually leave the bug report open until the fix actually lands in git master with a hrev to be tested by the reporter.
OK
comment:5 by , 8 years ago
Also, it's not a good idea to use fprintf()
when you don't actually have any formatting to do. Use fputs()
instead.
comment:6 by , 8 years ago
In all the code I've browsed through I don't recall seeing fputs or puts used so that doesn't seem to be strictly enforced. I had to look those up to know what they do. How about using: fprintf(stderr, "%s", string) ?
comment:7 by , 8 years ago
patch: | 1 → 0 |
---|
comment:8 by , 8 years ago
Fixed code in hrev51148, also removed the ability to "Continue anyway" when no network is detected since there relly is no point in doing so.
comment:9 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Thanks for the report. This will be fixed in version 1.0.1. Strangely this only happened on x64.