Opened 11 years ago

Closed 6 years ago

#10079 closed enhancement (fixed)

HaikuDepot doesn't quit when can't access Internet

Reported by: jessicah Owned by: stippi
Priority: low Milestone: R1
Component: Applications/HaikuDepot Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

When HaikuDepot can't access the Internet (I'm behind a proxy server), it doesn't quit.

Attachments (1)

haikudepot.report.txt (10.6 KB ) - added by jessicah 11 years ago.

Download all attachments as: .zip

Change History (8)

by jessicah, 11 years ago

Attachment: haikudepot.report.txt added

comment:1 by luroh, 10 years ago

See also #10233.

comment:2 by luroh, 10 years ago

I am no longer able to repeat this problem.

comment:3 by luroh, 9 years ago

Resolution: fixed
Status: newclosed

I am again able to repeat this problem. :)

comment:4 by luroh, 9 years ago

Resolution: fixed
Status: closedreopened

comment:5 by stippi, 9 years ago

Priority: normallow
Type: bugenhancement

I tested several times with unplugged cable. Each time HaikuDepot stays in the Deskbar for a short while and then it properly quits. This is due to the tear-down sequence: In its destructor, the Model stops the package populator thread which communicates with the web-app. That thread is waiting for the HTTP services thread to return, and that one blocks on the network request and eventually times out (after about 30 seconds?). It could be possible to change how these threads communicate, they could use BMessages. Then they wouldn't need to wait for each other during teardown, but only if they are not still sharing data structures somehow. In any case, HaikuDepot does not dead-lock, it's just an irritation that it stays in Deskbar a little longer. To reflect that, I am changing ticket properties.

comment:6 by apl-haiku, 6 years ago

I suspect that Stephan has diagnosed this problem correctly. Better cancellation behaviour was introduced in 3094fef308a6aaaef9827863a0a99640bdaaa5af; Jessica and luroh could I please ask you to try this issue again and see if the problem has gone away. If so, can you then also close this ticket -- thanks.

Version 0, edited 6 years ago by apl-haiku (next)

comment:7 by apl-haiku, 6 years ago

Resolution: fixed
Status: reopenedclosed

This issue is resolved now.

Note: See TracTickets for help on using tickets.