You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you're doing and what's happening:
wget tau.uoregon.edu/pdt_lite.tgz #This is a ~200MB tarball containing the pdtoolkit, a source parser used for code performance analysis instrumentation
tar -zxf -pdt_lite.tgz
cd pdtoolkit-3.25.1/x86_64/bin
gunzip edgcpfe.gz #Normally this would be provided by doing ./configure;make;make install in the top level directory
./edgcpfe #If getting to this point is a pain in the neck I can look for a way to provide this 9MB file directly. This is not the only provided binary that crashes but they all do so with a similar stacktrace. We do not have access to the source for these parsers.
What's wrong / what should be happening instead:
This pre-compiled parser binary crashes with a segmentation fault. This happens in normal usage with the expected arguments but also when run with no arguments. It runs normally on all other known x86_64 platforms.
Starting program: /home/wspear/bin/test/pdtoolkit-3.25.1/x86_64/bin/edgcpfe
Program received signal SIGSEGV, Segmentation fault.
0xffffffffff600400 in ?? ()
(gdb) bt
#0 0xffffffffff600400 in ?? ()
#1 0x00000000005a763d in time ()
#2 0x0000000000496398 in get_time () at host_envir.c:1899
#3 0x00000000004963bc in get_timer (timer=0x7ffffffedce0) at host_envir.c:1910
#4 0x0000000000403194 in cfe_main (argc=1, argv=0x7ffffffedf88) at cfe.c:81
#5 0x0000000000403290 in main (argc=1, argv=0x7ffffffedf88) at cfe.c:188
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Your Windows build number: 10.0.18363.752
What you're doing and what's happening:
wget tau.uoregon.edu/pdt_lite.tgz #This is a ~200MB tarball containing the pdtoolkit, a source parser used for code performance analysis instrumentation
tar -zxf -pdt_lite.tgz
cd pdtoolkit-3.25.1/x86_64/bin
gunzip edgcpfe.gz #Normally this would be provided by doing
./configure;make;make install
in the top level directory./edgcpfe #If getting to this point is a pain in the neck I can look for a way to provide this 9MB file directly. This is not the only provided binary that crashes but they all do so with a similar stacktrace. We do not have access to the source for these parsers.
What's wrong / what should be happening instead:
This pre-compiled parser binary crashes with a segmentation fault. This happens in normal usage with the expected arguments but also when run with no arguments. It runs normally on all other known x86_64 platforms.
Strace of the failing command: gist
Backtrace:
The text was updated successfully, but these errors were encountered: