[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#793543: xserver-xorg segmentation fault at startup on testing



Control: reassign -1 libc0.3

Samuel Thibault, le Sun 09 Aug 2015 21:12:50 +0200, a écrit :
> Matthias, could you send the output of
> 
> lspci -vv

My guess is that the BAR is around something like 0xfe000000, and it
seems the latest version of libpciaccess uses mmap64, which detects
that this can't hold in an off_t (which is signed) and thus returns
EOVERFLOW.  It happens that the RPC interface is actually using
vm_offset_t (which is unsigned) so it should actually work.  I'll patch
this in libc0.3, thus reassigning.

Samuel


Reply to: