Custom Query (131 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 131)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#161 fixed Segmentation Fault BNC 2.13 RTNET upload azeddine.benomar@… azeddine.benomar@…
Description

Hello,

The compilation of version 2.13 on a debian 11 went fine. However when I run it to encode our SSR data received from a socket (RTNET): ./bnc -nw --conf BNC_SSR.bnc I get the segmentation fault error.

I run it with gdb to obtain the backtrace I have this:


(gdb) run -nw --conf BNC_SSR.bnc Starting program: /home/debian/ODTS/bnc_org -nw --conf BNC_SSR.bnc [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff3793700 (LWP 401342)] [New Thread 0x7ffff2f92700 (LWP 401343)] [New Thread 0x7ffff2791700 (LWP 401344)] [New Thread 0x7ffff1f86700 (LWP 401346)] [New Thread 0x7ffff1490700 (LWP 401347)] [New Thread 0x7ffff0c8f700 (LWP 401348)] [New Thread 0x7fffdbfff700 (LWP 401353)] [New Thread 0x7fffdb7fe700 (LWP 401354)] [New Thread 0x7fffdaffd700 (LWP 401356)] [New Thread 0x7fffda7fc700 (LWP 401358)] [New Thread 0x7fffd9ffb700 (LWP 401361)]

Thread 8 "bncGetThread" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffdbfff700 (LWP 401353)] bncRtnetUploadCaster::decodeRtnetEpoch (this=0x5555561c1fc0, epochLines=...) at upload/bncrtnetuploadcaster.cpp:392 392 co.Supplied[_ssrCorr->COBOFS_CLOCK] = 1;

(gdb) backtrace #0 bncRtnetUploadCaster::decodeRtnetEpoch (this=0x5555561c1fc0, epochLines=...) at upload/bncrtnetuploadcaster.cpp:392 #1 0x0000555555695092 in bncRtnetUploadCaster::decodeRtnetStream (this=0x5555561c1fc0,

buffer=0x7fffd0009f18 "* 2023 4 4 11 32 5.00000000\nIND 0 1\nG01 APC 3 -17386338.4846 -13827835.8452 -15149029.7755 Clk 1 58859.8123 Vel 3 1828.3513 277.4633 -2369.2365 CoM 3 -17386339.7559 -13827836.4605 -15149030.420"..., bufLen=32336) at upload/bncrtnetuploadcaster.cpp:351

#2 0x000055555568c532 in bncRtnetDecoder::Decode (this=0x5555561bb940,

buffer=0x7fffd0009f18 "* 2023 4 4 11 32 5.00000000\nIND 0 1\nG01 APC 3 -17386338.4846 -13827835.8452 -15149029.7755 Clk 1 58859.8123 Vel 3 1828.3513 277.4633 -2369.2365 CoM 3 -17386339.7559 -13827836.4605 -15149030.420"..., bufLen=32336, errmsg=std::vector of length 0, capacity 0) at upload/bncrtnetdecoder.cpp:99

#3 0x00005555555aa982 in bncGetThread::run (this=0x5555561c1850) at bncgetthread.cpp:520 #4 0x00007ffff6ba8be1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x00007ffff6abfea7 in start_thread (arg=<optimized out>) at pthread_create.c:477 #6 0x00007ffff66b4a2f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Here you find the configuration file and a simple of the RTNET data.

#114 fixed Crashes related to number of TLS relays brandon.owen@… brandon.owen@…
Description

I've recently started testing the TLS relays and (for my server) the caster crashes fairly consistently on start up when over 80 TLS relays are configured. I can have the same number of relays without the -s flag and the software works fine.

The stack traces which the caster reports seem to be inconsistent, as are the kernal logs in /var/log/messages. But typically I see the following kernal logs:

Jun  4 06:08:01 ip-10-0-3-88 casterwatch[6194]: Starting Ntrip caster service
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.912185] ntripdaemon[6258]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b31369e0 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.912267] ntripdaemon[6219]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b3ab6a00 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.912271] ntripdaemon[6221]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b3a36a00 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.912326] ntripdaemon[6339]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b1cf6a00 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.912446] ntripdaemon[6331]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b1ef69b0 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.912583]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.912645] ntripdaemon[6341]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b1c76a00 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.915475] ntripdaemon[6288]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b29b6a00 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.915544] ntripdaemon[6322]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b2136a00 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.915547] ntripdaemon[6231]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b37b60b0 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.919532] ntripdaemon[6245]: segfault at a0 ip 00007ff1c2135725 sp 00007ff1b3436a00 error 4
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.926471]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.926486]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.926496]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.926521]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.926641]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.926645]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.926680]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.933729]  in libcrypto.so.1.0.2k[7ff1c20
12000+232000]
Jun  4 06:08:01 ip-10-0-3-88 kernel: [24243.933787]  in libcrypto.so.1.0.2k[7ff1c2012000+232000]

With accompanying output from the ntripcaster daemon:

NtripCaster Version 2.0.36 Initializing...
NtripCaster comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of NtripCaster under the terms of the
GNU General Public License.
For more information about these matters, see the file named COPYING.
Starting thread engine...
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f32b8002200 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f32b8002200 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f32b8002200 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7f644)[0x7f32fc190644]
/lib64/libc.so.6(+0x83c48)[0x7f32fc194c48]
/lib64/libc.so.6(realloc+0x1d2)[0x7f32fc1968a2]
/lib64/libcrypto.so.10(CRYPTO_realloc+0x49)[0x7f32fc768529]
/lib64/libcrypto.so.10(lh_insert+0x101)[0x7f32fc81dad1]
/lib64/libcrypto.so.10(+0x12640e)[0x7f32fc82040e]
/lib64/libcrypto.so.10(ERR_get_state+0xde)[0x7f32fc820ebe]
/lib64/libcrypto.so.10(ERR_clear_error+0x15)[0x7f32fc821045]
/lib64/libssl.so.10(ssl23_connect+0x45)[0x7f32fcb884a5]
/opt/ntripcaster/sbin/ntripdaemon[0x426f67]
/opt/ntripcaster/sbin/ntripdaemon[0x41b47b]
/opt/ntripcaster/sbin/ntripdaemon[0x41b8e4]
/opt/ntripcaster/sbin/ntripdaemon[0x41b9e6]
/lib64/libpthread.so.0(+0x7de5)[0x7f32fc4e5de5]
/lib64/libc.so.6(clone+0x6d)[0x7f32fc20ef1d]
======= Memory map: ========
======= Backtrace: =========
======= Backtrace: =========
/lib64/libc.so.6(+0x7f644)[0x7f32fc190644]
/lib64/libc.so.6(+0x7f644)[0x7f32fc190644]
/lib64/libc.so.6(+0x83c48)[0x7f32fc194c48]
/lib64/libc.so.6(+0x83c48)[0x7f32fc194c48]
/lib64/libc.so.6(realloc+0x1d2)[0x7f32fc1968a2]
/lib64/libc.so.6(realloc+0x1d2)[0x7f32fc1968a2]
/lib64/libcrypto.so.10(CRYPTO_realloc+0x49)[0x7f32fc768529]
/lib64/libcrypto.so.10(CRYPTO_realloc+0x49)[0x7f32fc768529]
/lib64/libcrypto.so.10(lh_insert+0x101)[0x7f32fc81dad1]
/lib64/libcrypto.so.10(lh_insert+0x101)[0x7f32fc81dad1]
/lib64/libcrypto.so.10(+0x12640e)[0x7f32fc82040e]
/lib64/libcrypto.so.10(+0x12640e)[0x7f32fc82040e]
/lib64/libcrypto.so.10(ERR_get_state+0xde)[0x7f32fc820ebe]
/lib64/libcrypto.so.10(ERR_get_state+0xde)[0x7f32fc820ebe]
/lib64/libcrypto.so.10(ERR_clear_error+0x15)[0x7f32fc821045]
/lib64/libssl.so.10(ssl23_connect+0x45)[0x7f32fcb884a5]
/opt/ntripcaster/sbin/ntripdaemon[0x426f67]
/opt/ntripcaster/sbin/ntripdaemon[0x41b47b]
/opt/ntripcaster/sbin/ntripdaemon[0x41b8e4]
/opt/ntripcaster/sbin/ntripdaemon[0x41b9e6]
/lib64/libpthread.so.0(+0x7de5)[0x7f32fc4e5de5]
/lib64/libc.so.6(clone+0x6d)[0x7f32fc20ef1d]
======= Memory map: ========
/lib64/libcrypto.so.10(ERR_clear_error+0x15)[0x7f32fc821045]
/lib64/libssl.so.10(ssl23_connect+0x45)[0x7f32fcb884a5]
/opt/ntripcaster/sbin/ntripdaemon[0x426f67]
/opt/ntripcaster/sbin/ntripdaemon[0x41b47b]
/opt/ntripcaster/sbin/ntripdaemon[0x41b8e4]
/opt/ntripcaster/sbin/ntripdaemon[0x41b9e6]
/lib64/libpthread.so.0(+0x7de5)[0x7f32fc4e5de5]
/lib64/libc.so.6(clone+0x6d)[0x7f32fc20ef1d]
======= Memory map: ========
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f32b8002200 ***
00400000-00442000 r-xp 00000000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00641000-00645000 rw-p 00041000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00645000-00646000 rw-p 00000000 00:00 0 
01b18000-01cc5000 rw-p 00000000 00:00 0                                  [heap]
01cc5000-01d03000 rw-p 00000000 00:00 0                                  [heap]
7f327bd6a000-7f327bd80000 r-xp 00000000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bd80000-7f327bf7f000 ---p 00016000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf7f000-7f327bf80000 rw-p 00015000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf80000-7f327bf81000 ---p 00000000 00:00 0 
7f327bf81000-7f327bfc0000 rw-p 00000000 00:00 0 
7f327bfc0000-7f327bfc1000 ---p 00000000 00:00 0 
7f327bfc1000-7f327c000000 rw-p 00000000 00:00 0 
7f327c000000-7f327c064000 rw-p 00000000 00:00 0 
7f327c064000-7f3280000000 ---p 00000000 00:00 0 
00400000-00442000 r-xp 00000000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00641000-00645000 rw-p 00041000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00645000-00646000 rw-p 00000000 00:00 0 
01b18000-01cc5000 rw-p 00000000 00:00 0                                  [heap]
01cc5000-01d03000 rw-p 00000000 00:00 0                                  [heap]
7f327bd6a000-7f327bd80000 r-xp 00000000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bd80000-7f327bf7f000 ---p 00016000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf7f000-7f327bf80000 rw-p 00015000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf80000-7f327bf81000 ---p 00000000 00:00 0 
7f327bf81000-7f327bfc0000 rw-p 00000000 00:00 0 
7f327bfc0000-7f327bfc1000 ---p 00000000 00:00 0 
7f327bfc1000-7f327c000000 rw-p 00000000 00:00 0 
7f327c000000-7f327c065000 rw-p 00000000 00:00 0 
7f327c065000-7f3280000000 ---p 00000000 00:00 0 
00400000-00442000 r-xp 00000000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00641000-00645000 rw-p 00041000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00645000-00646000 rw-p 00000000 00:00 0 
01b18000-01cc5000 rw-p 00000000 00:00 0                                  [heap]
01cc5000-01d03000 rw-p 00000000 00:00 0                                  [heap]
7f327bd6a000-7f327bd80000 r-xp 00000000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bd80000-7f327bf7f000 ---p 00016000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf7f000-7f327bf80000 rw-p 00015000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf80000-7f327bf81000 ---p 00000000 00:00 0 
7f327bf81000-7f327bfc0000 rw-p 00000000 00:00 0 
7f327bfc0000-7f327bfc1000 ---p 00000000 00:00 0 
7f327bfc1000-7f327c000000 rw-p 00000000 00:00 0 
7f327c000000-7f327c065000 rw-p 00000000 00:00 0 
7f327c065000-7f3280000000 ---p 00000000 00:00 0 
7f3280000000-7f328003d000 rw-p 00000000 00:00 0 
7f328003d000-7f3284000000 ---p 00000000 00:00 0 
7f3284000000-7f3284054000 rw-p 00000000 00:00 0 
7f3284054000-7f3288000000 ---p 00000000 00:00 0 
7f3288000000-7f3288056000 rw-p 00000000 00:00 0 
7f3288056000-7f328c000000 ---p 00000000 00:00 0 
7f328c000000-7f328c03d000 rw-p 00000000 00:00 0 
7f328c03d000-7f3290000000 ---p 00000000 00:00 0 
7f3290000000-7f3290059000 rw-p 00000000 00:00 0 
7f3290059000-7f3294000000 ---p 00000000 00:00 0 
7f3294000000-7f3294036000 rw-p 00000000 00:00 0 
7f3294036000-7f3298000000 ---p 00000000 00:00 0 
7f3298000000-7f3298056000 rw-p 00000000 00:00 0 
7f3298056000-7f329c000000 ---p 00000000 00:00 0 
7f329c000000-7f329c054000 rw-p 00000000 00:00 0 
7f329c054000-7f32a0000000 ---p 00000000 00:00 0 
7f32a0000000-7f32a0050000 rw-p 00000000 00:00 0 
7f32a0050000-7f32a4000000 ---p 00000000 00:00 0 
7f32a4000000-7f32a4048000 rw-p 00000000 00:00 0 
7f32a4048000-7f32a8000000 ---p 00000000 00:00 0 
7f32a8000000-7f32a8059000 rw-p 00000000 00:07f3280000000-7f328003d000 rw-p 00000000 00:00 0 
7f328003d000-7f3284000000 ---p 00000000 00:00 0 
7f3284000000-7f3284054000 rw-p 00000000 00:00 0 
7f3284054000-7f3288000000 ---p 00000000 00:00 0 
7f3288000000-7f3288056000 rw-p 00000000 00:00 0 
7f3288056000-7f328c000000 ---p 00000000 00:00 0 
7f328c000000-7f328c03d000 rw-p 00000000 00:00 0 
7f328c03d000-7f3290000000 ---p 00000000 00:00 0 
7f3290000000-7f3290059000 rw-p 00000000 00:00 0 
7f3290059000-7f3294000000 ---p 00000000 00:00 0 
7f3294000000-7f3294036000 rw-p 00000000 00:00 0 
7f3294036000-7f3298000000 ---p 00000000 00:00 0 
7f3298000000-7f3298056000 rw-p 00000000 00:00 0 
7f3298056000-7f329c000000 ---p 00000000 00:00 0 
7f329c000000-7f329c054000 rw-p 00000000 00:00 0 
7f329c054000-7f32a0000000 ---p 00000000 00:00 0 
7f32a0000000-7f32a0050000 rw-p 00000000 00:00 0 
7f32a0050000-7f32a4000000 ---p 00000000 00:00 0 
7f32a4000000-7f32a4048000 rw-p 00000000 00:00 0 
7f32a4048000-7f32a8000000 ---p 00000000 00:00 0 
7f32a8000000-7f32a8059000 rw-p 00000000 00:07f3280000000-7f328003d000 rw-p 00000000 00:00 0 
7f328003d000-7f3284000000 ---p 00000000 00:00 0 
7f3284000000-7f3284054000 rw-p 00000000 00:00 0 
7f3284054000-7f3288000000 ---p 00000000 00:00 0 
7f3288000000-7f3288056000 rw-p 00000000 00:00 0 
7f3288056000-7f328c000000 ---p 00000000 00:00 0 
7f328c000000-7f328c03d000 rw-p 00000000 00:00 0 
7f328c03d000-7f3290000000 ---p 00000000 00:00 0 
7f3290000000-7f3290059000 rw-p 00000000 00:00 0 
7f3290059000-7f3294000000 ---p 00000000 00:00 0 
7f3294000000-7f3294036000 rw-p 00000000 00:00 0 
7f3294036000-7f3298000000 ---p 00000000 00:00 0 
7f3298000000-7f3298056000 rw-p 00000000 00:00 0 
7f3298056000-7f329c000000 ---p 00000000 00:00 0 
7f329c000000-7f329c054000 rw-p 00000000 00:00 0 
7f329c054000-7f32a0000000 ---p 00000000 00:00 0 
7f32a0000000-7f32a0050000 rw-p 00000000 00:00 0 
7f32a0050000-7f32a4000000 ---p 00000000 00:00 0 
7f32a4000000-7f32a4048000 rw-p 00000000 00:00 0 
7f32a4048000-7f32a8000000 ---p 00000000 00:00 0 
7f32a8000000-7f32a8059000 rw-p 00000000 00:00 0 
7f32a8059000-7f32ac000000 ---p 00000000 00:00 0 
7f32ac000000-7f32ac03e000 rw-p 00000000 00:00 0 
7f32ac03e000-7f32b0000000 ---p 00000000 00:00 0 
7f32b0000000-7f32b0058000 rw-p 00000000 00:00 0 
7f32b0058000-7f32b4000000 ---p 00000000 00:00 0 
7f32b4000000-7f32b4048000 rw-p 00000000 00:00 0 
7f32b4048000-7f32b8000000 ---p 00000000 00:00 0 
7f32b8000000-7f32b8041000 rw-p 00000000 00:00 0 
7f32b8041000-7f32bc000000 ---p 00000000 00:00 0 
7f32bc000000-7f32bc04d000 rw-p 00000000 00:00 0 
7f32bc04d000-7f32c0000000 ---p 00000000 00:00 0 
7f32c0000000-7f32c0054000 rw-p 00000000 00:00 0 
7f32c0054000-7f32c4000000 ---p 00000000 00:00 0 
7f32c4000000-7f32c4066000 rw-p 00000000 00:00 0 
7f32c4066000-7f32c8000000 ---p 00000000 00:00 0 
7f32c8000000-7f32c8064000 rw-p 00000000 00:00 0 
7f32c8064000-7f32cc000000 ---p 00000000 00:00 0 
7f32cc000000-7f32cc05b000 rw-p 00000000 00:00 0 
7f32cc05b000-7f32d0000000 ---p 00000000 00:00 0 
7f32d0000000-7f32d0043000 rw-p 00000000 00:00 0 
7f32d0043000-7f32d4000000 ---p 00000000======= Backtrace: =========
/lib64/libc.so.6(+0x7f644)[0x7f32fc190644]
/lib64/libc.so.6(+0x83c48)[0x7f32fc194c48]
/lib64/libc.so.6(realloc+0x1d2)[0x7f32fc1968a2]
/lib64/libcrypto.so.10(CRYPTO_realloc+0x49)[0x7f32fc768529]
/lib64/libcrypto.so.10(lh_insert+0x101)[0x7f32fc81dad1]
/lib64/libcrypto.so.10(+0x12640e)[0x7f32fc82040e]
/lib64/libcrypto.so.10(ERR_get_state+0xde)[0x7f32fc820ebe]
/lib64/libcrypto.so.10(ERR_clear_error+0x15)[0x7f32fc821045]
/lib64/libssl.so.10(ssl23_connect+0x45)[0x7f32fcb884a5]
/opt/ntripcaster/sbin/ntripdaemon[0x426f67]
/opt/ntripcaster/sbin/ntripdaemon[0x41b47b]
/opt/ntripcaster/sbin/ntripdaemon[0x41b8e4]
/opt/ntripcaster/sbin/ntripdaemon[0x41b9e6]
/lib64/libpthread.so.0(+0x7de5)[0x7f32fc4e5de5]
0 0 
7f32a805a000-7f32ac000000 ---p 00000000 00:00 0 
7f32ac000000-7f32ac03f000 rw-p 00000000 00:00 0 
7f32ac03f000-7f32b0000000 ---p 00000000 00:00 0 
7f32b0000000-7f32b0058000 rw-p 00000000 00:00 0 
7f32b0058000-7f32b4000000 ---p 00000000 00:00 0 
7f32b4000000-7f32b4048000 rw-p 00000000 00:00 0 
7f32b4048000-7f32b8000000 ---p 00000000 00:00 0 
7f32b8000000-7f32b8041000 rw-p 00000000 00:00 0 
7f32b8041000-7f32bc000000 ---p 00000000 00:00 0 
7f32bc000000-7f32bc04d000 rw-p 00000000 00:00 0 
7f32bc04d000-7f32c0000000 ---p 00000000 00:00 0 
7f32c0000000-7f32c0054000 rw-p 00000000 00:00 0 
7f32c0054000-7f32c4000000 ---p 00000000 00:00 0 
7f32c4000000-7f32c4066000 rw-p 00000000 00:00 0 
7f32c4066000-7f32c8000000 ---p 00000000 00:00 0 
7f32c8000000-7f32c8064000 rw-p 00000000 00:00 0 
7f32c8064000-7f32cc000000 ---p 00000000 00:00 0 
7f32cc000000-7f32cc05b000 rw-p 00000000 00:00 0 
7f32cc05b000-7f32d0000000 ---p 00000000 00:00 0 
7f32d0000000-7f32d0043000 rw-p 00000000 00:00 0 
7f32d0043000-7f32d4000000 ---p 00000000/lib64/libc.so.6(clone+0x6d)[0x7f32fc20ef1d]
======= Memory map: ========
0 0 
7f32a805a000-7f32ac000000 ---p 00000000 00:00 0 
7f32ac000000-7f32ac03f000 rw-p 00000000 00:00 0 
7f32ac03f000-7f32b0000000 ---p 00000000 00:00 0 
7f32b0000000-7f32b0058000 rw-p 00000000 00:00 0 
7f32b0058000-7f32b4000000 ---p 00000000 00:00 0 
7f32b4000000-7f32b4048000 rw-p 00000000 00:00 0 
7f32b4048000-7f32b8000000 ---p 00000000 00:00 0 
7f32b8000000-7f32b8041000 rw-p 00000000 00:00 0 
7f32b8041000-7f32bc000000 ---p 00000000 00:00 0 
7f32bc000000-7f32bc04d000 rw-p 00000000 00:00 0 
7f32bc04d000-7f32c0000000 ---p 00000000 00:00 0 
7f32c0000000-7f32c0054000 rw-p 00000000 00:00 0 
7f32c0054000-7f32c4000000 ---p 00000000 00:00 0 
7f32c4000000-7f32c4066000 rw-p 00000000 00:00 0 
7f32c4066000-7f32c8000000 ---p 00000000 00:00 0 
7f32c8000000-7f32c8064000 rw-p 00000000 00:00 0 
7f32c8064000-7f32cc000000 ---p 00000000 00:00 0 
7f32cc000000-7f32cc05b000 rw-p 00000000 00:00 0 
7f32cc05b000-7f32d0000000 ---p 00000000 00:00 0 
7f32d0000000-7f32d0043000 rw-p 00000000 00:00 0 
7f32d0043000-7f32d4000000 ---p 00000000 00:00 0 
7f32d4000000-7f32d4067000 rw-p 00000000 00:00 0 
7f32d4067000-7f32d8000000 ---p 00000000 00:00 0 
7f32d8000000-7f32d8053000 rw-p 00000000 00:00 0 
7f32d8053000-7f32dc000000 ---p 00000000 00:00 0 
7f32dc000000-7f32dc048000 rw-p 00000000 00:00 0 
7f32dc048000-7f32e0000000 ---p 00000000 00:00 0 
7f32e0000000-7f32e005a000 rw-p 00000000 00:00 0 
7f32e005a000-7f32e4000000 ---p 00000000 00:00 0 
7f32e4000000-7f32e403f000 rw-p 00000000 00:00 0 
7f32e403f000-7f32e8000000 ---p 00000000 00:00 0 
7f32e8000000-7f32e8039000 rw-p 00000000 00:00 0 
7f32e8039000-7f32ec000000 ---p 00000000 00:00 0 
7f32ec000000-7f32ec03e000 rw-p 00000000 00:00 0 
7f32ec03e000-7f32f0000000 ---p 00000000 00:00 0 
7f32f0000000-7f32f0044000 rw-p 00000000 00:00 0 
7f32f0044000-7f32f4000000 ---p 00000000 00:00 0 
7f32f4000000-7f32f40ee000 rw-p 00000000 00:00 0 
7f32f40ee000-7f32f8000000 ---p 00000000 00:00 0 
7f32f803b000-7f32f803c000 ---p 00000000 00:00 0 
7f32f803c000-7f32f807b000 rw-p 00000000 00:00 0 
7f32f807b000-7f32f807c000 ---p 000 00:00 0 
7f32d4000000-7f32d4067000 rw-p 00000000 00:00 0 
7f32d4067000-7f32d8000000 ---p 00000000 00:00 0 
7f32d8000000-7f32d8053000 rw-p 00000000 00:00 0 
7f32d8053000-7f32dc000000 ---p 00000000 00:00 0 
7f32dc000000-7f32dc048000 rw-p 00000000 00:00 0 
7f32dc048000-7f32e0000000 ---p 00000000 00:00 0 
7f32e0000000-7f32e005a000 rw-p 00000000 00:00 0 
7f32e005a000-7f32e4000000 ---p 00000000 00:00 0 
7f32e4000000-7f32e403f000 rw-p 00000000 00:00 0 
7f32e403f000-7f32e8000000 ---p 00000000 00:00 0 
7f32e8000000-7f32e8039000 rw-p 00000000 00:00 0 
7f32e8039000-7f32ec000000 ---p 00000000 00:00 0 
7f32ec000000-7f32ec03e000 rw-p 00000000 00:00 0 
7f32ec03e000-7f32f0000000 ---p 00000000 00:00 0 
7f32f0000000-7f32f0044000 rw-p 00000000 00:00 0 
7f32f0044000-7f32f4000000 ---p 00000000 00:00 0 
7f32f4000000-7f32f40ee000 rw-p 00000000 00:00 0 
7f32f40ee000-7f32f8000000 ---p 00000000 00:00 0 
7f32f803b000-7f32f803c000 ---p 00000000 00:00 0 
7f32f803c000-7f32f807b000 rw-p 00000000 00:00 0 
7f32f807b000-7f32f807c000 ---p 00000400000-00442000 r-xp 00000000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00641000-00645000 rw-p 00041000 103:01 282416                            /opt/ntripcaster/sbin/ntripdaemon
00645000-00646000 rw-p 00000000 00:00 0 
01b18000-01cc5000 rw-p 00000000 00:00 0                                  [heap]
01cc5000-01d03000 rw-p 00000000 00:00 0                                  [heap]
7f327bd6a000-7f327bd80000 r-xp 00000000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bd80000-7f327bf7f000 ---p 00016000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf7f000-7f327bf80000 rw-p 00015000 103:01 734                       /lib64/libgcc_s-7-20170915.so.1
7f327bf80000-7f327bf81000 ---p 00000000 00:00 0 
7f327bf81000-7f327bfc0000 rw-p 00000000 00:00 0 
7f327bfc0000-7f327bfc1000 ---p 00000000 00:00 0 
7f327bfc1000-7f327c000000 rw-p 00000000 00:00 0 
7f327c000000-7f327c066000 rw-p 00000000 00:00 0 
7f327c066000-7f3280000000 ---p 00000000 00:00 0 
 00:00 0 
7f32d4000000-7f32d4067000 rw-p 00000000 00:00 0 
7f32d4067000-7f32d8000000 ---p 00000000 00:00 0 
7f32d8000000-7f32d8053000 rw-p 00000000 00:00 0 
7f32d8053000-7f32dc000000 ---p 00000000 00:00 0 
7f32dc000000-7f32dc048000 rw-p 00000000 00:00 0 
7f32dc048000-7f32e0000000 ---p 00000000 00:00 0 
7f32e0000000-7f32e005a000 rw-p 00000000 00:00 0 
7f32e005a000-7f32e4000000 ---p 00000000 00:00 0 
7f32e4000000-7f32e403f000 rw-p 00000000 00:00 0 
7f32e403f000-7f32e8000000 ---p 00000000 00:00 0 
7f32e8000000-7f32e8039000 rw-p 00000000 00:00 0 
7f32e8039000-7f32ec000000 ---p 00000000 00:00 0 
7f32ec000000-7f32ec03e000 rw-p 00000000 00:00 0 
7f32ec03e000-7f32f0000000 ---p 00000000 00:00 0 
7f32f0000000-7f32f0044000 rw-p 00000000 00:00 0 
7f32f0044000-7f32f4000000 ---p 00000000 00:00 0 
7f32f4000000-7f32f40ee000 rw-p 00000000 00:00 0 
7f32f40ee000-7f32f8000000 ---p 00000000 00:00 0 
7f32f803b000-7f32f803c000 ---p 00000000 00:00 0 
7f32f803c000-7f32f807b000 rw-p 00000000 00:00 0 
7f32f807b000-7f32f807c000 ---p 000^C
[ec2-user@auscors-one ~]$ 
[ec2-user@auscors-one ~]$ 
[ec2-user@auscors-one ~]$ 
[ec2-user@auscors-one ~]$ [04/Jun/2019:06:29:26] WARNING: Unrecognized group [] specified for mount [default]
NtripCaster Version 2.0.36 Initializing...
NtripCaster comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of NtripCaster under the terms of the
GNU General Public License.
For more information about these matters, see the file named COPYING.
Starting thread engine...
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f1c98022fd0 ***
[04/Jun/2019:06:29:51] WARNING: Unrecognized group [] specified for mount [default]
NtripCaster Version 2.0.36 Initializing...
NtripCaster comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of NtripCaster under the terms of the
GNU General Public License.
For more information about these matters, see the file named COPYING.
Starting thread engine...
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***
*** Error in `/opt/ntripcaster/sbin/ntripdaemon': realloc(): invalid next size: 0x00007f442c004520 ***

Sometimes accompanied by a full stack trace ("Backtrace"). Sometimes with no logs from the caster. But always at least one segfault in kernal logs.

I found this similar error in the icecast git repo which was resolved but no info was added: https://github.com/karlheyes/icecast-kh/issues/142

Have you experienced the same limitation?

#189 fixed error compiling BNC v2.13.1 on Ubuntu 24.04 with QT5 garyli@… garyli@…
Description

HI,

I'm compiling BNC v2.13.1 on Ubuntu 24.04 with QT5. From docker file, looks like "debian 12" is supported, but Ubuntu 24.04 uses "debian 13". Should I move to Ubuntu 22.04?

Here is the error: g++ -c -pipe -O2 -fPIC -Wall -Wextra -D_REENTRANT -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/qwt_symbol.o qwt_symbol.cpp qwt_symbol.cpp:20:10: fatal error: qsvgrenderer.h: No such file or directory

20 | #include <qsvgrenderer.h>

| ~

compilation terminated. make[1]: * [Makefile:1231: .obj/qwt_symbol.o] Error 1 make[1]: Leaving directory '/home/garyli/tools/packages/bnc-2.13.1-sources/BNC_2.13.1/qwt' make: * [Makefile:93: sub-qwt-make_first-ordered] Error 2

I think I got the QT5 SVG package installed: sudo apt install libqt5svg5-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done libqt5svg5-dev is already the newest version (5.15.13-1). The following packages were automatically installed and are no longer required:

linux-headers-6.8.0-47 linux-tools-6.8.0-47

Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

Thanks, Gary

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.