Wireshark-bugs: [Wireshark-bugs] [Bug 10485] New: Invalid free opening pcap file
Date: Fri, 19 Sep 2014 15:16:54 +0000
Bug ID 10485
Summary Invalid free opening pcap file
Product Wireshark
Version unspecified
Hardware x86
OS Debian
Status UNCONFIRMED
Severity Major
Priority Low
Component Capture file support (libwiretap)
Assignee bugzilla-admin@wireshark.org
Reporter tecnik@gmail.com

Created attachment 13076 [details]
file that causes crash

Build Information:
TShark (Wireshark) 1.99.0 (v1.99.0-rc1-1764-gfee9277 from master)

Copyright 1998-2014 Gerald Combs <gerald@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with libpcap, without POSIX capabilities, without libnl, with
libz 1.2.7, with GLib 2.32.4, without SMI, without c-ares, without ADNS,
without
Lua, without GnuTLS, without Gcrypt, without Kerberos, without GeoIP.

Running on Linux 3.14-kali1-amd64, with locale en_GB.UTF-8, with libpcap
version
1.3.0, with libz 1.2.7.
      Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz (with SSE4.2)

Built using gcc 4.7.2.

--
valgrind: 

==1494== Memcheck, a memory error detector
==1494== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==1494== Using Valgrind-3.9.0 and LibVEX; rerun with -h for copyright info
==1494== Command: tshark -r doescrash_ws
==1494== Parent PID: 43548
==1494== 
==1494== Conditional jump or move depends on uninitialised value(s)
==1494==    at 0xAA54953: vfprintf (vfprintf.c:1623)
==1494==    by 0xAAFDE5F: __vsnprintf_chk (vsnprintf_chk.c:65)
==1494==    by 0xA0E7C11: g_snprintf (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4)
==1494==    by 0x4178AD: cf_open_error_message (tshark.c:4250)
==1494==    by 0x4174E6: cf_open (tshark.c:4073)
==1494==    by 0x413ACE: main (tshark.c:2080)
==1494== 
==1494== Use of uninitialised value of size 8
==1494==    at 0xAA54CBA: vfprintf (vfprintf.c:1623)
==1494==    by 0xAAFDE5F: __vsnprintf_chk (vsnprintf_chk.c:65)
==1494==    by 0xA0E7C11: g_snprintf (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4)
==1494==    by 0x4178AD: cf_open_error_message (tshark.c:4250)
==1494==    by 0x4174E6: cf_open (tshark.c:4073)
==1494==    by 0x413ACE: main (tshark.c:2080)
==1494== 
==1494== Invalid read of size 1
==1494==    at 0xAA54CBA: vfprintf (vfprintf.c:1623)
==1494==    by 0xAAFDE5F: __vsnprintf_chk (vsnprintf_chk.c:65)
==1494==    by 0xA0E7C11: g_snprintf (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4)
==1494==    by 0x4178AD: cf_open_error_message (tshark.c:4250)
==1494==    by 0x4174E6: cf_open (tshark.c:4073)
==1494==    by 0x413ACE: main (tshark.c:2080)
==1494==  Address 0x5 is not stack'd, malloc'd or (recently) free'd
==1494== 
==1494== 
==1494== Process terminating with default action of signal 11 (SIGSEGV)
==1494==  Access not within mapped region at address 0x5
==1494==    at 0xAA54CBA: vfprintf (vfprintf.c:1623)
==1494==    by 0xAAFDE5F: __vsnprintf_chk (vsnprintf_chk.c:65)
==1494==    by 0xA0E7C11: g_snprintf (in
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4)
==1494==    by 0x4178AD: cf_open_error_message (tshark.c:4250)
==1494==    by 0x4174E6: cf_open (tshark.c:4073)
==1494==    by 0x413ACE: main (tshark.c:2080)
==1494==  If you believe this happened as a result of a stack
==1494==  overflow in your program's main thread (unlikely but
==1494==  possible), you can try to increase the size of the
==1494==  main thread stack using the --main-stacksize= flag.
==1494==  The main thread stack size used in this run was 8388608.
==1494== 
==1494== HEAP SUMMARY:
==1494==     in use at exit: 15,096,525 bytes in 153,869 blocks
==1494==   total heap usage: 202,317 allocs, 48,448 frees, 27,231,838 bytes
allocated
==1494== 
==1494== LEAK SUMMARY:
==1494==    definitely lost: 29 bytes in 4 blocks
==1494==    indirectly lost: 0 bytes in 0 blocks
==1494==      possibly lost: 298,780 bytes in 2,822 blocks
==1494==    still reachable: 14,797,716 bytes in 151,043 blocks
==1494==         suppressed: 0 bytes in 0 blocks
==1494== Rerun with --leak-check=full to see details of leaked memory
==1494== 
==1494== For counts of detected and suppressed errors, rerun with: -v
==1494== Use --track-origins=yes to see where uninitialised values come from
==1494== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 41 from 5)

Running as user "root" and group "root". This could be dangerous.
*** glibc detected *** tshark: free(): invalid pointer: 0x00007f6cbf6b7eb0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x76d76)[0x7f6cbf3a7d76]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x6c)[0x7f6cbf3acb1c]
tshark[0x4178ba]
tshark[0x4174e7]
tshark[0x413acf]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)[0x7f6cbf34fead]
tshark[0x40a879]
======= Memory map: ========
00400000-00449000 r-xp 00000000 08:01 814782                            
/usr/local/bin/tshark
00649000-0064b000 rw-p 00049000 08:01 814782                            
/usr/local/bin/tshark
0064b000-0064f000 rw-p 00000000 00:00 0 
02544000-02ff1000 rw-p 00000000 00:00 0                                  [heap]
7f6cb4000000-7f6cb4021000 rw-p 00000000 00:00 0 
7f6cb4021000-7f6cb8000000 ---p 00000000 00:00 0 
7f6cbafe5000-7f6cbaffa000 r-xp 00000000 08:01 1045519                   
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6cbaffa000-7f6cbb1fa000 ---p 00015000 08:01 1045519                   
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6cbb1fa000-7f6cbb1fb000 rw-p 00015000 08:01 1045519                   
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f6cbb1fb000-7f6cbb1fc000 ---p 00000000 00:00 0 
7f6cbb1fc000-7f6cbbbfa000 rw-p 00000000 00:00 0 
7f6cbbbfa000-7f6cbbbfb000 ---p 00000000 00:00 0 
7f6cbbbfb000-7f6cbc0fe000 rw-p 00000000 00:00 0 
7f6cbc1e2000-7f6cbc300000 r--p 00000000 08:01 922035                    
/usr/lib/locale/wo_SN/LC_COLLATE
7f6cbc300000-7f6cbc424000 rw-p 00000000 00:00 0 
7f6cbc424000-7f6cbc426000 r-xp 00000000 08:01 814752                    
/usr/local/lib/wireshark/plugins/1.99.0/stats_tree.so
7f6cbc426000-7f6cbc626000 ---p 00002000 08:01 814752                    
/usr/local/lib/wireshark/plugins/1.99.0/stats_tree.so
7f6cbc626000-7f6cbc627000 rw-p 00002000 08:01 814752                    
/usr/local/lib/wireshark/plugins/1.99.0/stats_tree.so
7f6cbc627000-7f6cbc6b8000 r-xp 00000000 08:01 814762                    
/usr/local/lib/wireshark/plugins/1.99.0/wimax.so
7f6cbc6b8000-7f6cbc8b7000 ---p 00091000 08:01 814762                    
/usr/local/lib/wireshark/plugins/1.99.0/wimax.so
7f6cbc8b7000-7f6cbc8dd000 rw-p 00090000 08:01 814762                    
/usr/local/lib/wireshark/plugins/1.99.0/wimax.so
7f6cbc8dd000-7f6cbc8de000 rw-p 00000000 00:00 0 
7f6cbc8de000-7f6cbc8fa000 r-xp 00000000 08:01 813813                    
/usr/local/lib/wireshark/plugins/1.99.0/ethercat.so
7f6cbc8fa000-7f6cbcaf9000 ---p 0001c000 08:01 813813                    
/usr/local/lib/wireshark/plugins/1.99.0/ethercat.so
7f6cbcaf9000-7f6cbcb04000 rw-p 0001b000 08:01 813813                    
/usr/local/lib/wireshark/plugins/1.99.0/ethercat.so
7f6cbcb04000-7f6cbcb37000 r-xp 00000000 08:01 814673                    
/usr/local/lib/wireshark/plugins/1.99.0/opcua.so
7f6cbcb37000-7f6cbcd36000 ---p 00033000 08:01 814673                    
/usr/local/lib/wireshark/plugins/1.99.0/opcua.so
7f6cbcd36000-7f6cbcd45000 rw-p 00032000 08:01 814673                    
/usr/local/lib/wireshark/plugins/1.99.0/opcua.so
7f6cbcd45000-7f6cbcd50000 r-xp 00000000 08:01 814045                    
/usr/local/lib/wireshark/plugins/1.99.0/irda.so
7f6cbcd50000-7f6cbcf4f000 ---p 0000b000 08:01 814045                    
/usr/local/lib/wireshark/plugins/1.99.0/irda.so
7f6cbcf4f000-7f6cbcf52000 rw-p 0000a000 08:01 814045                    
/usr/local/lib/wireshark/plugins/1.99.0/irda.so
7f6cbcf52000-7f6cbcf53000 rw-p 00000000 00:00 0 
7f6cbcf53000-7f6cbcf64000 r-xp 00000000 08:01 814767                    
/usr/local/lib/wireshark/plugins/1.99.0/wimaxasncp.so
7f6cbcf64000-7f6cbd164000 ---p 00011000 08:01 814767                    
/usr/local/lib/wireshark/plugins/1.99.0/wimaxasncp.so
7f6cbd164000-7f6cbd167000 rw-p 00011000 08:01 814767                    
/usr/local/lib/wireshark/plugins/1.99.0/wimaxasncp.so
7f6cbd167000-7f6cbd16b000 r-xp 00000000 08:01 814048                    
/usr/local/lib/wireshark/plugins/1.99.0/m2m.so
7f6cbd16b000-7f6cbd36b000 ---p 00004000 08:01 814048                    
/usr/local/lib/wireshark/plugins/1.99.0/m2m.so
7f6cbd36b000-7f6cbd36c000 rw-p 00004000 08:01 814048                    
/usr/local/lib/wireshark/plugins/1.99.0/m2m.so
7f6cbd36c000-7f6cbd3ca000 r-xp 00000000 08:01 814723                    
/usr/local/lib/wireshark/plugins/1.99.0/profinet.so
7f6cbd3ca000-7f6cbd5c9000 ---p 0005e000 08:01 814723                    
/usr/local/lib/wireshark/plugins/1.99.0/profinet.so
7f6cbd5c9000-7f6cbd5e2000 rw-p 0005d000 08:01 814723                    
/usr/local/lib/wireshark/plugins/1.99.0/profinet.so
7f6cbd5e2000-7f6cbd5f4000 r-xp 00000000 08:01 813815                    
/usr/local/lib/wireshark/plugins/1.99.0/gryphon.so
7f6cbd5f4000-7f6cbd7f3000 ---p 00012000 08:01 813815                    
/usr/local/lib/wireshark/plugins/1.99.0/gryphon.so
7f6cbd7f3000-7f6cbd7fa000 rw-p 00011000 08:01 813815                    
/usr/local/lib/wireshark/plugins/1.99.0/gryphon.so
7f6cbd7fa000-7f6cbd830000 r-xp 00000000 08:01 813811                    
/usr/local/lib/wireshark/plugins/1.99.0/docsis.so
7f6cbd830000-7f6cbda2f000 ---p 00036000 08:01 813811                    
/usr/local/lib/wireshark/plugins/1.99.0/docsis.so
7f6cbda2f000-7f6cbda3f000 rw-p 00035000 08:01 813811                    
/usr/local/lib/wireshark/plugins/1.99.0/docsis.so
7f6cbda3f000-7f6cbda5a000 r-xp 00000000 08:01 814050                    
/usr/local/lib/wireshark/plugins/1.99.0/mate.so
7f6cbda5a000-7f6cbdc59000 ---p 0001b000 08:01 814050                    
/usr/local/lib/wireshark/plugins/1.99.0/mate.so
7f6cbdc59000-7f6cbdc5a000 rw-p 0001a000 08:01 814050                    
/usr/local/lib/wireshark/plugins/1.99.0/mate.so
7f6cbdc5a000-7f6cbdc6d000 rw-p 00000000 00:00 0 
7f6cbdc6d000-7f6cbdc7d000 r-xp 00000000 08:01 814769                    
/usr/local/lib/wireshark/plugins/1.99.0/wimaxmacphy.so
7f6cbdc7d000-7f6cbde7d000 ---p 00010000 08:01 814769                    
/usr/local/lib/wireshark/plugins/1.99.0/wimaxmacphy.so
7f6cbde7d000-7f6cbde84000 rw-p 00010000 08:01 814769                    
/usr/local/lib/wireshark/plugins/1.99.0/wimaxmacphy.so
7f6cbde84000-7f6cbdea1000 r-xp 00000000 08:01 814754                    
/usr/local/lib/wireshark/plugins/1.99.0/unistim.so
7f6cbdea1000-7f6cbe0a1000 ---p 0001d000 08:01 814754                    
/usr/local/lib/wireshark/plugins/1.99.0/unistim.so
7f6cbe0a1000-7f6cbe0ab000 rw-p 0001d000 08:01 814754                    
/usr/local/lib/wireshark/plugins/1.99.0/unistim.so
7f6cbe0ab000-7f6cbe0b6000 r-xp 00000000 08:01 1045567                   
/lib/x86_64-linux-gnu/libnss_files-2.13.so
7f6cbe0b6000-7f6cbe2b5000 ---p 0000b000 08:01 1045567                   
/lib/x86_64-linux-gnu/libnss_files-2.13.so
7f6cbe2b5000-7f6cbe2b6000 r--p 0000a000 08:01 1045567                   
/lib/x86_64-linux-gnu/libnss_files-2.13.so
7f6cbe2b6000-7f6cbe2b7000 rw-p 0000b000 08:01 1045567                   
/lib/x86_64-linux-gnu/libnss_files-2.13.so
7f6cbe2b7000-7f6cbe2c1000 r-xp 00000000 08:01 1045571                   
/lib/x86_64-linux-gnu/libnss_nis-2.13.so
7f6cbe2c1000-7f6cbe4c0000 ---p 0000a000 08:01 1045571                   
/lib/x86_64-linux-gnu/libnss_nis-2.13.so
7f6cbe4c0000-7f6cbe4c1000 r--p 00009000 08:01 1045571                   
/lib/x86_64-linux-gnu/libnss_nis-2.13.so
7f6cbe4c1000-7f6cbe4c2000 rw-p 0000a000 08:01 1045571                   
/lib/x86_64-linux-gnu/libnss_nis-2.13.so
7f6cbe4c2000-7f6cbe4d7000 r-xp 00000000 08:01 1045561                   
/lib/x86_64-linux-gnu/libnsl-2.13.so
7f6cbe4d7000-7f6cbe6d6000 ---p 00015000 08:01 1045561                   
/lib/x86_64-linux-gnu/libnsl-2.13.so
7f6cbe6d6000-7f6cbe6d7000 r--p 00014000 08:01 1045561                   
/lib/x86_64-linux-gnu/libnsl-2.13.so
7f6cbe6d7000-7f6cbe6d8000 rw-p 00015000 08:01 1045561                   
/lib/x86_64-linux-gnu/libnsl-2.13.so
7f6cbe6d8000-7f6cbe6da000 rw-p 00000000 00:00 0 
7f6cbe6da000-7f6cbe6e1000 r-xp 00000000 08:01 1045563                   
/lib/x86_64-linux-gnu/libnss_compat-2.13.so
7f6cbe6e1000-7f6cbe8e0000 ---p 00007000 08:01 1045563                   
/lib/x86_64-linux-gnu/libnss_compat-2.13.so
7f6cbe8e0000-7f6cbe8e1000 r--p 00006000 08:01 1045563                   
/lib/x86_64-linux-gnu/libnss_compat-2.13.so
7f6cbe8e1000-7f6cbe8e2000 rw-p 00007000 08:01 1045563                   
/lib/x86_64-linux-gnu/libnss_compat-2.13.so
7f6cbe8e2000-7f6cbe8e4000 r-xp 00000000 08:01 1045509                   
/lib/x86_64-linux-gnu/libdl-2.13.so
7f6cbe8e4000-7f6cbeae4000 ---p 00002000 08:01 1045509                   
/lib/x86_64-linux-gnu/libdl-2.13.so
7f6cbeae4000-7f6cbeae5000 r--p 00002000 08:01 1045509                   
/lib/x86_64-linux-gnu/libdl-2.13.so
7f6cbeae5000-7f6cbeae6000 rw-p 00003000 08:01 1045509                   
/lib/x86_64-linux-gnu/libdl-2.13.so
7f6cbeae6000-7f6cbeb22000 r-xp 00000000 08:01 1045589                   
/lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f6cbeb22000-7f6cbed22000 ---p 0003c000 08:01 1045589                   
/lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f6cbed22000-7f6cbed23000 rw-p 0003c000 08:01 1045589                   
/lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f6cbed23000-7f6cbed2a000 r-xp 00000000 08:01 1045604                   
/lib/x86_64-linux-gnu/librt-2.13.so
7f6cbed2a000-7f6cbef29000 ---p 00007000 08:01 1045604                   
/lib/x86_64-linux-gnu/librt-2.13.so
7f6cbef29000-7f6cbef2a000 r--p 00006000 08:01 1045604                   
/lib/x86_64-linux-gnu/librt-2.13.so
7f6cbef2a000-7f6cbef2b000 rw-p 00007000 08:01 1045604                   
/lib/x86_64-linux-gnu/librt-2.13.so
7f6cbef2b000-7f6cbef2e000 r-xp 00000000 08:01 679462                    
/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7f6cbef2e000-7f6cbf12d000 ---p 00003000 08:01 679462                    
/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7f6cbf12d000-7f6cbf12e000 r--p 00002000 08:01 679462                    
/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7f6cbf12e000-7f6cbf12f000 rw-p 00003000 08:01 679462                    
/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7f6cbf12f000-7f6cbf130000 r-xp 00000000 08:01 679593                    
/usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.4
7f6cbf130000-7f6cbf32f000 ---p 00001000 08:01 679593                    
/usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.4
7f6cbf32f000-7f6cbf330000 r--p 00000000 08:01 679593                    
/usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.4
7f6cbf330000-7f6cbf331000 rw-p 00001000 08:01 679593                    
/usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3200.4
7f6cbf331000-7f6cbf4b3000 r-xp 00000000 08:01 1045495                   
/lib/x86_64-linux-gnu/libc-2.13.so
7f6cbf4b3000-7f6cbf6b2000 ---p 00182000 08:01 1045495                   
/lib/x86_64-linux-gnu/libc-2.13.so
7f6cbf6b2000-7f6cbf6b6000 r--p 00181000 08:01 1045495                   
/lib/x86_64-linux-gnu/libc-2.13.so
7f6cbf6b6000-7f6cbf6b7000 rw-p 00185000 08:01 1045495                   
/lib/x86_64-linux-gnu/libc-2.13.so
7f6cbf6b7000-7f6cbf6bc000 rw-p 00000000 00:00 0 
7f6cbf6bc000-7f6cbf6d3000 r-xp 00000000 08:01 1045596                   
/lib/x86_64-linux-gnu/libpthread-2.13.so
7f6cbf6d3000-7f6cbf8d2000 ---p 00017000 08:01 1045596                   
/lib/x86_64-linux-gnu/libpthread-2.13.so
7f6cbf8d2000-7f6cbf8d3000 r--p 00016000 08:01 1045596                   
/lib/x86_64-linux-gnu/libpthread-2.13.so
7f6cbf8d3000-7f6cbf8d4000 rw-p 00017000 08:01 1045596                   
/lib/x86_64-linux-gnu/libpthread-2.13.so
7f6cbf8d4000-7f6cbf8d8000 rw-p 00000000 00:00 0 
7f6cbf8d8000-7f6cbf8ee000 r-xp 00000000 08:01 1045638                   
/lib/x86_64-linux-gnu/libz.so.1.2.7
7f6cbf8ee000-7f6cbfaed000 ---p 00016000 08:01 1045638                   
/lib/x86_64-linux-gnu/libz.so.1.2.7
7f6cbfaed000-7f6cbfaee000 r--p 00015000 08:01 1045638                   
/lib/x86_64-linux-gnu/libz.so.1.2.7
7f6cbfaee000-7f6cbfaef000 rw-p 00016000 08:01 1045638                   
/lib/x86_64-linux-gnu/libz.so.1.2.7
7f6cbfaef000-7f6cbfb70000 r-xp 00000000 08:01 1045542                   
/lib/x86_64-linux-gnu/libm-2.13.so
7f6cbfb70000-7f6cbfd6f000 ---p 00081000 08:01 1045542                   
/lib/x86_64-linux-gnu/libm-2.13.so
7f6cbfd6f000-7f6cbfd70000 r--p 00080000 08:01 1045542                   
/lib/x86_64-linux-gnu/libm-2.13.so
7f6cbfd70000-7f6cbfd71000 rw-p 00081000 08:01 1045542                   
/lib/x86_64-linux-gnu/libm-2.13.so
7f6cbfd71000-7f6cbfe66000 r-xp 00000000 08:01 1045523                   
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7f6cbfe66000-7f6cc0066000 ---p 000f5000 08:01 1045523                   
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7f6cc0066000-7f6cc0067000 r--p 000f5000 08:01 1045523                   
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7f6cc0067000-7f6cc0068000 rw-p 000f6000 08:01 1045523                   
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7f6cc0068000-7f6cc0069000 rw-p 00000000 00:00 0 
7f6cc0069000-7f6cc0090000 r-xp 00000000 08:01 813773                    
/usr/local/lib/libwsutil.so.0.0.0
7f6cc0090000-7f6cc028f000 ---p 00027000 08:01 813773                    
/usr/local/lib/libwsutil.so.0.0.0
7f6cc028f000-7f6cc0290000 rw-p 00026000 08:01 813773                    
/usr/local/lib/libwsutil.so.0.0.0
7f6cc0290000-7f6cc0292000 rw-p 00000000 00:00 0 
7f6cc0292000-7f6cc3677000 r-xp 00000000 08:01 813806                    
/usr/local/lib/libwireshark.so.0.0.0
7f6cc3677000-7f6cc3876000 ---p 033e5000 08:01 813806                    
/usr/local/lib/libwireshark.so.0.0.0
7f6cc3876000-7f6cc4ada000 rw-p 033e4000 08:01 813806                    
/usr/local/lib/libwireshark.so.0.0.0
7f6cc4ada000-7f6cc4fa7000 rw-p 00000000 00:00 0 
7f6cc4fa7000-7f6cc5018000 r-xp 00000000 08:01 813789                    
/usr/local/lib/libwiretap.so.0.0.0
7f6cc5018000-7f6cc5218000 ---p 00071000 08:01 813789                    
/usr/local/lib/libwiretap.so.0.0.0
7f6cc5218000-7f6cc521c000 rw-p 00071000 08:01 813789                    
/usr/local/lib/libwiretap.so.0.0.0
7f6cc521c000-7f6cc529c000 rw-p 00000000 00:00 0 
7f6cc529c000-7f6cc52bc000 r-xp 00000000 08:01 1045471                   
/lib/x86_64-linux-gnu/ld-2.13.so
7f6cc5374000-7f6cc5417000 rw-p 00000000 00:00 0 
7f6cc541a000-7f6cc5459000 r--p 00000000 08:01 922036                    
/usr/lib/locale/wo_SN/LC_CTYPE
7f6cc5459000-7f6cc5460000 rw-p 00000000 00:00 0 
7f6cc5460000-7f6cc5498000 r-xp 00000000 08:01 679847                    
/usr/lib/x86_64-linux-gnu/libpcap.so.1.3.0
7f6cc5498000-7f6cc549a000 r--p 00037000 08:01 679847                    
/usr/lib/x86_64-linux-gnu/libpcap.so.1.3.0
7f6cc549a000-7f6cc549b000 rw-p 00039000 08:01 679847                    
/usr/lib/x86_64-linux-gnu/libpcap.so.1.3.0
7f6cc549b000-7f6cc549d000 rw-p 00000000 00:00 0 
7f6cc54a8000-7f6cc54a9000 r--p 00000000 08:01 921175                    
/usr/lib/locale/sid_ET/LC_NUMERIC
7f6cc54a9000-7f6cc54aa000 r--p 00000000 08:01 792440                    
/usr/lib/locale/en_AG/LC_TIME
7f6cc54aa000-7f6cc54ab000 r--p 00000000 08:01 792099                    
/usr/lib/locale/cy_GB.utf8/LC_MONETARY
7f6cc54ab000-7f6cc54ac000 r--p 00000000 08:01 921172                    
/usr/lib/locale/sid_ET/LC_MESSAGES/SYS_LC_MESSAGES
7f6cc54ac000-7f6cc54ad000 r--p 00000000 08:01 922044                    
/usr/lib/locale/wo_SN/LC_PAPER
7f6cc54ad000-7f6cc54ae000 r--p 00000000 08:01 792100                    
/usr/lib/locale/cy_GB.utf8/LC_NAME
7f6cc54ae000-7f6cc54af000 r--p 00000000 08:01 919416                    
/usr/lib/locale/gv_GB.utf8/LC_ADDRESS
7f6cc54af000-7f6cc54b0000 r--p 00000000 08:01 792103                    
/usr/lib/locale/cy_GB.utf8/LC_TELEPHONE
7f6cc54b0000-7f6cc54b1000 r--p 00000000 08:01 922038                    
/usr/lib/locale/wo_SN/LC_MEASUREMENT
7f6cc54b1000-7f6cc54b8000 r--s 00000000 08:01 794334                    
/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f6cc54b8000-7f6cc54b9000 r--p 00000000 08:01 917851                    
/usr/lib/locale/en_GB.utf8/LC_IDENTIFICATION
7f6cc54b9000-7f6cc54bb000 rw-p 00000000 00:00 0 
7f6cc54bb000-7f6cc54bc000 r--p 0001f000 08:01 1045471                   
/lib/x86_64-linux-gnu/ld-2.13.so
7f6cc54bc000-7f6cc54bd000 rw-p 00020000 08:01 1045471                   
/lib/x86_64-linux-gnu/ld-2.13.so
7f6cc54bd000-7f6cc54be000 rw-p 00000000 00:00 0 
7fffbc5a9000-7fffbc5ca000 rw-p 00000000 00:00 0                         
[stack]
7fffbc5fe000-7fffbc600000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                 
[vsyscall]
Aborted


You are receiving this mail because:
  • You are watching all bug changes.