|
From: <sl...@bl...> - 2004-08-19 20:41:51
|
Ronald Pijnacker <pij...@ds...> writes: > This week I installed snapshot 20040710. I ran into a couple of problems: > > - When logging in (vnc + XDMCP) WindowMaker now gets a floating point > exception. This doesn't happen with the previous snapshots or in > native linux. Can you check with gdb if it is failing for the same reason as Firefox and Xdvi fail for me? See http://www.macs.hw.ac.uk/~jbw/colinux-floating-point.mbox for my messages containing details of how to check a core dump with gdb. If you are seeing the same kind of failure I am seeing, then some instruction to transfer a value into a floating point register will have yielded a wacky value in the register, perhaps a few instructions before the crash. For me, I always see the programs crash when they use cvttsd2si to convert the content of a floating point register to an integer, but it seems something has already gone wrong a few steps before the crash. Also, what precise CPU do you have? I have an Intel Pentium M (mobile) CPU. > - /dev/cobd1 is mapped to the first partition, which holds a ext3 fs. > Until now I could mount it with no problems. However, in this snapshot > I cannot anymore: "no such device". If you are using devfs (e.g., if you are using Gentoo), then the pseudo file /dev/cobd1 will not be created. Instead, devfs will create /dev/cobd/1. See the earlier messages on the mailing list about this. -- Joe |