XFree86 segfaulting on recent CURRENT

2002-08-22 Thread Martin Blapp


Hi all,

I used to have a functionaly working X. After I made world
I see now this:

write(0,0x81e6040,11)= 11 (0xb)
write(0,0x81e6040,19)= 19 (0x13)
break(0x8983000) = 0 (0x0)
ioctl(4,MEMRANGE_GET,0xbfbffa10) ERR#45 'Operation not supported
'
mmap(0x0,131072,0x3,0x1,4,0xa)   = 673927168 (0x282b5000)
mmap(0x0,65536,0x3,0x1,4,0xf)= 674058240 (0x282d5000)
mmap(0x0,4096,0x1,0x1,4,0x0) = 673910784 (0x282b1000)
munmap(0x282b1000,0x1000)= 0 (0x0)
mmap(0x0,65536,0x1,0x1,4,0xc)= 674123776 (0x282e5000)
munmap(0x282e5000,0x1)   = 0 (0x0)
mmap(0x0,65536,0x1,0x1,4,0xd)= 674123776 (0x282e5000)
munmap(0x282e5000,0x1)   = 0 (0x0)
mmap(0x0,65536,0x1,0x1,4,0xe)= 674123776 (0x282e5000)
munmap(0x282e5000,0x1)   = 0 (0x0)
sigaction(SIGSEGV,0xbfbff908,0xbfbff8e8) = 0 (0x0)

I've removed everything and build a new X. Same symptoms.

Mmap problem ?
Martin

Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED]
--
ImproWare AG, UNIXSP  ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 061 826 93 00: +41 61 826 93 01
PGP: finger -l [EMAIL PROTECTED]
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: XFree86 segfaulting on recent CURRENT

2002-08-22 Thread Soeren Schmidt

It seems Martin Blapp wrote:
 I used to have a functionaly working X. After I made world
 I see now this:
...
 I've removed everything and build a new X. Same symptoms.
 
 Mmap problem ?

I saw the same problem here, but after upgrading to sources around
1200GMT aug 21 the problem seems to be fixed...

-Søren

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: XFree86 segfaulting on recent CURRENT

2002-08-22 Thread Martin Blapp


Hi,

I don't know why, but adding this to XF86Config:

Option  NoInt10

Solved the problem.

Thank you anyways ;-)
Martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message