Hello everyone,
Time for glibc questions :)
I have a question about utils/mount.c. In the contribution page it says
"Move the mount/umount logic from utils/{,u}mount.c into glibc".
After a short conversation with Thomas here 's how I think I will implement it :
(glibc)/sysdeps/mach/hurd/mount.h
Richard Braun, le Tue 07 Jul 2015 16:33:22 +0200, a écrit :
> This is scary. Justus and I never saw anything wrong in a month
> with regular builds of iceweasel/hurd/glibc packages, and you get
> two assertions in a few days...
Actually I had another one, but with same unavailability of a backtrac
On Tue, Jul 07, 2015 at 12:33:50AM +0200, Samuel Thibault wrote:
> I got another hit, I have attached the screenshot, and here are the
> addrlines:
This is scary. Justus and I never saw anything wrong in a month
with regular builds of iceweasel/hurd/glibc packages, and you get
two assertions in a
On Tue, Jul 07, 2015 at 04:40:27PM +0200, Samuel Thibault wrote:
> > It looks like there is discrepancy between ipc/ipc_object.c:660 and
> > kern/rdxtree.h:94. Can you manage to get -O0 traces ?
>
> I'll try that.
Even with a clean trace, I have a hard time understanding how it could
happen.
I t
Hi Manolis :)
Quoting Manolis Ragkousis (2015-07-07 16:04:30)
> I have a question about utils/mount.c. In the contribution page it says
> "Move the mount/umount logic from utils/{,u}mount.c into glibc".
>
> After a short conversation with Thomas here 's how I think I will implement
> it :
>
> (
Samuel Thibault, le Tue 07 Jul 2015 16:40:27 +0200, a écrit :
> This box keeps building installing packages, building a package,
> deinstalling packages.
A way to reproduce this workload is using pbuilder instead of building
in a system with dependencies already installed.
Samuel
Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
> Sounds awesome. One thing to be aware of (iirc) is that the
> mount/umount code depends on the fstab parser. I'm not sure whether
> it is needed for the mount/umount(2) interface, or just for the
> command line frontend. I bet the for