Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Nov 2021 15:32:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 258232] www/chromium not downloading but writing empty images.crdownload files
Message-ID:  <bug-258232-28929-UIpBKRHo6f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258232-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258232-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258232

--- Comment #24 from gnikl@justmail.de ---
(In reply to ice from comment #8)
> 14121 chrome   RET   rename -1 errno 18 Cross-device link

I second your finding! There is a change in Chromium v92 that causes downlo=
ads
(this includes installing extensions) to fail (at least on FreeBSD) if the
download destination is on a different filesystem than the temporary file
location. In my case Chromium creates the temporary file in /tmp (a tmpfs f=
s)
and the download location is $HOME/Downloads. The downloads appears to be
successful but the file in $HOME/Downloads is empty. The data is there but =
only
in the temporary dot file in /tmp. Somehow Chromium on FreeBSD thinks that =
the
download destination is on the same fs as the temporary file location. If I
choose /tmp as download destination the download works.

I tried to pinpoint the problematic place in the code but with the amount of
changed code between Chromium releases I was not successful so far.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258232-28929-UIpBKRHo6f>