[Lcdproc] Segfault on VIA EPIA CN10000EG Fanless with picolcd

Robert Buchholz rbu@gentoo.org
Sat Jul 14 09:54:02 2007


On Friday, 13. July 2007 22:08, Bas Rijniersce wrote:
> Hello,
>
> I'm trying to install lcdproc on a VIA EPIA CN10000EG running CentOS
> 4.3. The LCD is a picolcd used in the (very nice) M300-LCD enclosure
> made by mini-box.com
>
> After starting the LCD daemon with detailed logging enabled (and in
> the foreground) it quites with a "Floating Point Exception".
>
> I had problem running Asterisk (opensource PBX) on similar hardware
> and needed to specify i386 as the architecture to "correct" the auto
> detection of i686.
>
> I ran configure with the following options:
> ./configure --enable-driver=picolcd --build=i386 --host=i386

Please compile and run a debug version CVS version again like so:
  ./configure --enable-debug --enable-driver=picolcd
  make
  gdb ./server/LCDd
  > set args -c <path to config> -f
  > run
  (wait for segfault)
  > bt full

Maybe you can get some more information that could help out of that.

Regards,

Robert