https://bugs.linaro.org/show_bug.cgi?id=3024
--- Comment #4 from Bill Fischofer <[email protected]> --- Verified that bad behavior still present in master: bill@Ubuntu64:~/linaro/odp/example/traffic_mgmt$ gdb ./odp_traffic_mgmt core GNU gdb (Ubuntu 7.12.50.20170314-0ubuntu1.1) 7.12.50.20170314-git Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./odp_traffic_mgmt...done. warning: core file may not match specified executable file. [New LWP 6814] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `./odp_traffic_mgmt'. Program terminated with signal SIGABRT, Aborted. #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 58 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 #1 0x00007fd05023737a in __GI_abort () at abort.c:89 #2 0x000055a6b7ee7fea in signal_handler (signal=15) at odp_traffic_mgmt.c:742 #3 <signal handler called> #4 0x00007fd0505d7920 in __accept_nocancel () at ../sysdeps/unix/syscall-template.S:84 #5 0x000055a6b7f0748d in wait_requests (sock=<optimized out>) at _fdserver.c:560 #6 _odp_fdserver_init_global () at _fdserver.c:654 #7 0x000055a6b7eea267 in odp_init_global (instance=0x7ffe740a8938, params=0x55a6b8127840 <ODP_INIT_PARAMS>, platform_params=<optimized out>) at odp_init.c:70 #8 0x000055a6b7ee71bf in main (argc=1, argv=0x7ffe740a8da8) at odp_traffic_mgmt.c:766 (gdb) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
