-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core dump on SmartOS joyent_20150320T005835Z #68
Comments
Also should add to this that I am keen to test or provide anything required. |
It looks something surprising in one of the following calls. Could you please try them on SmartOS? This function works OK on other platforms AFAIK: |
@rbalint there seem to be no CLOCK_MONOTONIC_RAW in Illumos http://illumos.org/man/3HEAD/time.h |
This fixes wolfcw#68 by not trying to call clock_gettime(CLOCK_MONOTONIC + 1, ...);. This clock may not exist and tha call may crash the program.
Please try this PR: #69 |
Seems that this issue is more sinister, still core dumping (dump looks the same). I can give you access to an instance to test this if you OK with that. |
Just a quick one, the 32bit version of libfaketimeMT.so.1 is working fine with 32 bit apps. The 64bit version is affected only. |
... |
Tried with a newer GCC 4.9 same results. In a nutshell:
Must be a 64 bit specific issue triggering this problem. |
Just a heads up, this is indeed a GCC issue there is an open issue for this now here: TritonDataCenter/pkgsrc#264 Feel free to close this one. |
Successfully compiles on SmartOS but core dumps when running
date
.Extracted a core stack with
mdb
please see below if this is of any help.If required can also provide the full coredump file.
Release is: joyent_20150320T005835Z
The text was updated successfully, but these errors were encountered: