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

[linrad] Linrad 02.06a




Hello Leif,-

xlinrad crashes under Debian Sarge and shows the following Segmentation Fault debbuged with gdb. I send it to you just in case it gives you some clues. Is the 890=0x37A port a parallel port register? What is it used for under Linrad?

Thanks


73, Ramiro. EA1ABZ.




Starting program: /home/ramiro/linrad-02.06/xlinrad
[Thread debugging using libthread_db enabled]
[New Thread 1076191360 (LWP 6578)]
[New Thread 1088125872 (LWP 6581)]
[New Thread 1096514480 (LWP 6582)]
[New Thread 1104903088 (LWP 6583)]
[New Thread 1113291696 (LWP 6584)]
[Thread 1088125872 (LWP 6581) exited]
[New Thread 1123199920 (LWP 6585)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1123199920 (LWP 6585)]
0x080bdc9c in lir_outb (byte=25 '\031', port=890) at io.h:99
99        __asm__ __volatile__ ("outb %b0,%w1": :"a" (value), "Nd" (port));
(gdb)



This is the function:


void lir_outb(char byte, int port)
{
int i;
#if VALGRIND == TRUE
i=byte*port;
#else
i=1000;
outb(byte,port);
while(i>0)i--;
#endif
}

#############################################################
This message is sent to you because you are subscribed to
 the mailing list <linrad@xxxxxxxxxxxxxxxxxxxxx>.
To unsubscribe, E-mail to: <linrad-off@xxxxxxxxxxxxxxxxxxxxx>
To switch to the DIGEST mode, E-mail to <linrad-digest@xxxxxxxxxxxxxxxxxxxxx>
To switch to the INDEX mode, E-mail to <linrad-index@xxxxxxxxxxxxxxxxxxxxx>
Send administrative queries to  <linrad-request@xxxxxxxxxxxxxxxxxxxxx>

LINRADDARNIL