Port-amiga archive

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

X11 crash on NetBSD 1.4



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:

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.




Home | Main Index | Thread Index | Old Index