[haiku-bugs] Re: [Haiku] #13085: Webpositive does not create download folder

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Thu, 24 Aug 2017 05:41:06 -0000

#13085: Webpositive  does not create download folder
----------------------------------------+----------------------------
   Reporter:  vidrep                    |      Owner:  pulkomandy
       Type:  bug                       |     Status:  closed
   Priority:  normal                    |  Milestone:  Unscheduled
  Component:  Applications/WebPositive  |    Version:  R1/Development
 Resolution:  duplicate                 |   Keywords:
 Blocked By:  11632                     |   Blocking:
Has a Patch:  1                         |   Platform:  All
----------------------------------------+----------------------------
Changes (by pulkomandy):

 * status:  reopened => closed
 * resolution:   => duplicate
 * blockedby:   => 11632


Comment:

 This is a different manifestation of #11632.

 When a directory exists, we create files named -0, -1, ... inside it.
 When the download directory does not exist, we create a file with its
 name, then name-1, name-2, etc.

 By the way, all these issues (also the other ones with about:blank which
 you reopened, and some more), are not really related to the haikuwebkit
 version. They are all tied to a race condition (two threads getting out of
 sync) somewhere in the HTTP code, which triggers more or less easily
 depending on your machine, network speed, and the webkit code which just
 happens to have different timings in each version. Hence the issue will
 come and disappear again until we can catch and fix the root problem.

--
Ticket URL: <https://dev.haiku-os.org/ticket/13085#comment:7>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts:

  • » [haiku-bugs] Re: [Haiku] #13085: Webpositive does not create download folder - pulkomandy