control: severity -1 serious

Hello,

> 
> Reading symbols from example/.libs/ndpiReader...done.
> [New LWP 14707]
> [New LWP 14693]
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/arm-linux-gnueabi/libthread_db.so.1".
> Core was generated by 
> `/home/steve/debian/build/ndpi/ndpi-2.2/example/.libs/ndpiReader -p 
> ../example/p'.
> Program terminated with signal SIGBUS, Bus error.
> #0  0xf7e36d64 in ndpi_connection_tracking 
> (ndpi_struct=ndpi_struct@entry=0x1a17148, flow=flow@entry=0xf7202748)
>     at ndpi_main.c:3168
> 3168        if(iphv6 != NULL && 
> NDPI_COMPARE_IPV6_ADDRESS_STRUCTS(&iphv6->ip6_src,
> [Current thread is 1 (Thread 0xf7b8f460 (LWP 14707))]
> (gdb) list
> 3163      } else {
> 3164        if(iph != NULL && iph->saddr < iph->daddr)
> 3165          packet->packet_direction = 1;
> 3166
> 3167    #ifdef NDPI_DETECTION_SUPPORT_IPV6
> 3168        if(iphv6 != NULL && 
> NDPI_COMPARE_IPV6_ADDRESS_STRUCTS(&iphv6->ip6_src,
> 3169                                                              
> &iphv6->ip6_dst) != 0)
> 3170          packet->packet_direction = 1;
> 3171    #endif
> 3172      }
> (gdb) p packet
> $1 = (struct ndpi_packet_struct *) 0xf7202970
> (gdb) p iphv6 
> $2 = (const struct ndpi_ipv6hdr *) 0xf7201b36

this has now became RC, since the package FTBFS with half of the armhf 
builders...


G.

Reply via email to