DynamoRIO / DynamoRIO/dynamorio
ASSERT (3.2.1744 tshark) core/linux/loader.c:422 lib_base != NULL
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [byron.c....@gmail.com](https://code.google.com/u/101184679827294438523/) on December 03, 2012 19:00:45_
This report is nearly identical to issue #1001 , which I just filed for tcpdump.
1. This is a custom build of DynamoRIO, checked out from " http://dynamorio.googlecode.com/svn/trunk/ " on 2012-11-30.
2. My machine is running Ubuntu 12.04 with packages updated within the last week.
3. The application is "tshark", which reports the following version information:
TShark 1.6.7
Compiled (64-bit) with GLib 2.32.0, with libpcap (version unknown), with libz 1.2.3.4, with POSIX capabilities (Linux), without libpcre, with SMI 0.4.8, with c-ares 1.7.5, with Lua 5.1, without Python, with GnuTLS 2.12.14, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP.
Running on Linux 3.2.0-32-generic, with libpcap version 1.1.1, with libz 1.2.3.4.
Built using gcc 4.6.3.
4. This version of tshark is 64-bit.
5. The command line for launching with DR is:
$DYNAMORIO_HOME/bin64/drrun -early -debug tshark -c 5
6. The command line without DR is:
tshark -c 5
and results in:
Capturing on eth1
0.000000 128.195.204.108 -> 128.195.204.114 ESP 158 ESP (SPI=0x00000303)
0.000200 128.195.204.114 -> 128.195.204.108 ESP 174 ESP (SPI=0x00000203)
0.186690 128.195.204.126 -> 128.195.205.255 NBNS 92 Name query NB WSCL<20>
0.204630 fe80::39e6:29f:ed7:d9f4 -> ff02::1:ff3f:6731 ICMPv6 86 Neighbor Solicitation
0.348948 fe80::48ca:b388:91c6:1c4a -> ff02::1:3 LLMNR 84 Standard query A wpad
5 packets captured
7. No client is being used in this scenario.
8. Using the -debug flag prints one curiosity and one assert before exiting. Here is the output:
9. This DynamoRIO crash can be reproduced by following the steps I have mentioned above.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1002_
Contributor guide
Assessment
This issue has not been assessed yet.