¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: LinBPQ error & exit


 

Does it crash randomly or only when you do something with the KAM?

Thanks,
John

On 25/04/2025 22:01, John G8BPQ via groups.io wrote:
Yes, that's what I needed, thanks.

It is crashing processing a KAM frame. I can't immediately see the problem but I'll look in more detail tomorrow.

73,
John


On 25/04/2025 18:01, Misko YT7MPB via groups.io wrote:
John,

Is that you asked for:

ham@localhost:~/linbpq$ addr2line -e linbpq 0x112e85 0x523e85 0x8ea71
0x49fa71 0x8eb18 0x49fb18 0x8eb18 0x49fb18 0x8ea36 0x49fa36 0x8d72e
0x49e72e 0xca4a2 0x4db4a2 0xcd77b 0x4de77b
/mnt/Source/bpq32/CommonSource/LinBPQ.c:394
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:807
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:829
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:829
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:790
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:339
??:0
/mnt/Source/bpq32/CommonSource/cMain.c:505
??:0
/mnt/Source/bpq32/CommonSource/cMain.c:2062
??:0
ham@localhost:~/linbpq$ addr2line -e linbpq 0x112e85 0x523e85 0x8ea71
0x49fa71 0x8eb18 0x49fb18 0x8eb18 0x49fb18 0x8ea36 0x49fa36 0x8d72e
0x49e72e 0xca4a2 0x4db4a2 0xcd77b 0x4de77b 0x1895 0x525dde
/mnt/Source/bpq32/CommonSource/LinBPQ.c:394
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:807
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:829
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:829
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:790
??:0
/mnt/Source/bpq32/CommonSource/KAMPactor.c:339
??:0
/mnt/Source/bpq32/CommonSource/cMain.c:505
??:0
/mnt/Source/bpq32/CommonSource/cMain.c:2062
??:0
??:0
??:0
ham@localhost:~/linbpq$

PS: Maybe I missed some. So let me know.

Misko YT7MPB


On 4/24/25 18:53, John G8BPQ via groups.io wrote:
You can run at any time. Can you try with the other address on each line
of the
dump?

Thanks
John


On 24 Apr 2025 14:21, "Misko YT7MPB via groups.io"
<skoric@...>
wrote:

???? ham@localhost:~/linbpq$ addr2line -e linbpq 0x523e85 0x49fa71 0x49fb18
???? 0x49fa36
???? ??:0
???? ??:0
???? ??:0
???? ??:0
???? ham@localhost:~/linbpq$

???? (PS: I ran that command when no problem occurred. Should I run it only
???? when the problem appears?)

???? Misko YT7MPB


???? On 4/22/25 20:19, John G8BPQ via groups.io wrote:
????? > Could you run addr2line -e linbpq 0x523e85 0x49fa71 0x49fb18
0x49fa36
????? >
????? > That should give the source lines where the problem occurred.
????? >
????? > Thanks,
????? > John
????? >
????? > On 22/04/2025 16:50, Misko YT7MPB via groups.io wrote:
????? >> Hello,
????? >>
????? >> I have just noticed that LinBPQ sometimes prematurely exits. (I am
???? unsure whether it is an issue related to KAM driver I added recently.)
???? See the initialization of all ports, and later what fails ...
????? >>
????? >> Initialising Port 01???? Telnet Server
????? >> Initialising Port 02???? SCS Pactor /dev/ttyUSB1
????? >> Initialising Port 03???? TCPKISS IP 127.0.0.1 Port 8001 Chan A
????? >> Initialising Port 04
????? >> UZ7HO Host 127.0.0.1 Port 8000 Chan A
????? >> Initialising Port 05
????? >> UZ7HO Host 127.0.0.1 Port 8000 Chan B
????? >> Initialising Port 06???? KAM Pactor /dev/ttyUSB3
????? >> Using Shared Memory /BPQAPRSSharedMem
????? >> Map APRS Shared Memory Allocated at 0x43000000
????? >> APRS Digi/Gateway Enabled
????? >> Trying to start ./QtBPQAPRS
????? >>
????? >> Rig Control Enabled
????? >> MQTT Enabled 0
????? >> Starting Chat
????? >> Config File is /home/ham/linbpq/chatconfig.cfg
????? >> Chat Started
????? >> Starting Mail
????? >> Config File is /home/ham/linbpq/linmail.cfg
????? >> Config Processed
????? >> Mail Started
????? >> Using Shared Memory /BPQAPRSSharedMem
????? >> Map APRS Shared Memory Allocated at 0x43000000
????? >> Shared Memory Size 3401584 Max 33554432
????? >> LinBPQ Configured with MaxStations 1000 APRSCall YU7BPQ
????? >> SIGSEGV Received
????? >> ./linbpq(+0x112e85)[0x523e85]
????? >> linux-gate.so.1(__kernel_sigreturn+0x0)[0xb7f5a564]
????? >> ./linbpq(+0x8ea71)[0x49fa71]
????? >> ./linbpq(+0x8eb18)[0x49fb18]
????? >> ./linbpq(+0x8eb18)[0x49fb18]
????? >> ./linbpq(+0x8ea36)[0x49fa36]
????? >> ./linbpq(+0x8d72e)[0x49e72e]
????? >> ./linbpq(+0xca4a2)[0x4db4a2]
????? >> ./linbpq(+0xcd77b)[0x4de77b]
????? >> ./linbpq(main+0x1895)[0x525dde]
????? >>
????? >> Any idea?
????? >>
????? >> Misko YT7MPB
????? >>
????? >>
????? >>
????? >>
????? >>
????? >







Join [email protected] to automatically receive all group messages.