Port-amiga archive

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

Re: X11 crash on NetBSD 1.4



Hi Andrea,

On Tue, Jun 15, 1999 at 07:49:41PM +0100, Andrea wrote:
> Hi!
> 
> After the upgrade to NetBSD 1.4 i experimented funny crashes on X11:(
> 
> It seems to work fine for after a while it crash.
> 
> I also used the patched Xamiga server ,but still there's something wrong.
> 
> Using standard twm all work pretty fine,nearly every programs i tried works 
> without hangs
> But if i tries running WindowMaker i got a crash:
> 

try to manually compile windowmaker without MIT-SHM support.
(listed somewhere when you do ./configure --help)
does xlockmore with the Mesa OpenGL savers also crash ? then you
need to recompile Mesa also without the MIT-SHM support.
(removing a -DSHM from the NetBSD makefile section)

> This is my config
> 
> .xserverrc
> 
> X -dev /dev/grf0 -W 640 -H 512 -D 8 :0
> 
> .xinitrc
> 
> #!/bin/sh
> # $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
> 
> userresources=$HOME/.Xresources
> usermodmap=$HOME/.Xmodmap
> sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
> sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
> 
> # merge in defaults and keymaps
> 
> if [ -f $sysresources ]; then
>     xrdb -merge $sysresources
> fi
> 
> if [ -f $sysmodmap ]; then
>     xmodmap $sysmodmap
> fi
> 
> if [ -f $userresources ]; then
>     xrdb -merge $userresources
> fi
> 
> if [ -f $usermodmap ]; then
>     xmodmap $usermodmap
> fi
> 
> # start some nice programs
> 
> #twm &
> wmaker
> 
> I tried using gdb on core dump.
> 
> #gdb Xamiga Xamiga.core
> GNU gdb 4.17
> Copyright 1998 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "m68k--netbsd"...
> Core was generated by `Xamiga'.
> Program terminated with signal 11, Segmentation fault.
> Reading symbols from /usr/libexec/ld.so...done.
> Reading symbols from /usr/lib/libgnumalloc.so.0.0...done.
> Reading symbols from /usr/lib/libz.so.0.1...done.
> Reading symbols from /usr/lib/libm.so.0.1...done.
> Reading symbols from /usr/lib/libc.so.12.40...done.
> #0  0x712d4 in afbDoBitbltCopy ()
> (gdb) 
> 
> 
> Any clues?
> 
> Sometimes using xdm i also got a xsm.core.

-- 
Ruben van Staveren  -   PGP public key on request   -  ruben%luna.net@localhost
U'nix, because I'm worth it _ //  You too ? -  Luna Internet Services
+31-(0)10.243.1988          \X/   Postbus 28013 3003 KA  Rotterdam NL
echo `echo "xiun"|tr nu oc|sed 'sx\([sx]\)\([xoi]\)x un\2\1 is xg'`ol



Home | Main Index | Thread Index | Old Index