monsdar / CxxProf

CxxProf is a manual instrumented Profiling library for C++. It's goal is to provide easy integration into existing projects with just as little overhead as possible. It should be easy to remove the profiling mechanism during compile and runtime from the code.
GNU General Public License v3.0
58 stars 5 forks source link

Tests are failing with SegFault on Travis and drione.io #44

Open monsdar opened 10 years ago

monsdar commented 10 years ago

It seems as if since cxxprof_static has been made a static library, the tests on Travis and drone.io are failing due to a SegFault. However this is not happening on my test systems (Linux 32 and 64 bit). I wasn't able to figure out why these are failing at first glance. Perhaps its only a problem with the configuration of those (they are both configured pretty equal and use the same system in the background).

It could also be a problem with the thirdparty.