It's odd, because I should be trapping and ignoring?SIGPIPE. Do you
get the same error message when not running under gdb?
Thanks,
John
On 15/02/2025 17:46, Lee Bengston via
groups.io wrote:
toggle quoted message
Show quoted text
Fyi, this is when running the .62 code, but I believe it's
the same issue I've been seeing since trying to upgrade from
.53 to .56.? The .62 binary was built from source
Thread 1 "linbpq" received signal SIGPIPE, Broken
pipe.
Download failed: Invalid argument.? Continuing without source
file ./csu/../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S.
__libc_do_syscall () at
../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47
warning: 47 ? ?
../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file
or directory
(gdb) bt
#0 ?__libc_do_syscall () at
../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47
#1 ?0xb6e97158 in __libc_send (flags=0, len=1, buf=0x9ef956,
fd=36) at ../sysdeps/unix/sysv/linux/send.c:26
#2 ?__libc_send (fd=36, buf=0x9ef956, len=1, flags=0) at
../sysdeps/unix/sysv/linux/send.c:23
#3 ?0x005df3a2 in InnerProcessData (TNC=0x9b05e0,
sockptr=0x9ef918, sock=36, STREAM=0x9b1190, len=4) at
TelnetV6.c:3777
#4 ?0x005dec08 in DataSocket_Read (TNC=0x9b05e0,
sockptr=0x9ef918, sock=36, STREAM=0x9b1190) at
TelnetV6.c:3603
#5 ?0x005db9ee in TelnetPoll (Port=4) at TelnetV6.c:2216
#6 ?0x005d8d8c in ExtProc (fn=1, port=4, buff=0x75c3d8
<DATAAREA+578116>) at TelnetV6.c:1029
#7 ?0x005592e8 in EXTRX (PORTVEC=0x6d2030
<DATAAREA+11932>) at cMain.c:430
#8 ?0x0055cfb2 in TIMERINTERRUPT () at cMain.c:2431
#9 ?0x005a8806 in main (argc=1, argv=0xbea1cd54) at
LinBPQ.c:1576
(gdb)
Fyi, the 3 of us that have seen this issue are all running
LinBPQ and communicating to VARA running on a Windows
computer. I thought it was related to incoming vara
connections, but the last time it happened I could not
correlate it to VARA.
I'll try the binary version from the beta downloads in case
the behavior is different.
73,
Lee K5DAT
On Sat, Feb 15, 2025 at
8:00?AM John G8BPQ via <john.wiseman=
[email protected]>
wrote:
I've
uploaded a new verion of BPQ32/LinBPQ (.62) to my beta site
and
github.
Main changes are fixing a bug in resequencing NETROM packet
and adding
compression of NETROM frames and an interface for the
WhatsPac client.
73, John