Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Random Crash GGSCRP #87

Open
maximegmd opened this issue Mar 31, 2015 · 5 comments
Open

Random Crash GGSCRP #87

maximegmd opened this issue Mar 31, 2015 · 5 comments

Comments

@maximegmd
Copy link

Hello,

We are getting a random crash on windows only, the crash never occurs in debug builds, only release builds. I have never been able to repro it on my machine, it happens on some of our build machines, randomly, the GSL file causing the crash is also random.
Here is the SMT_DETECT ouput : Abort at GGSCRP:1: (0, 13)

Max

@evoskuil
Copy link
Member

Not much can be done to help without a repro script.

@maximegmd
Copy link
Author

Yes but the problem is not file related, we found a computer with consistent crash (crashes on all files in release and debug), the output is GGSCRP:Open-The-File: (After-Init, File-Event)

Which seems to mean that it doesn't even get to processing the file..

@evoskuil
Copy link
Member

Just perusing the source for NDEBUG only issues, I find these:

ASSERT (chdir (workdir));

and

ASSERT (dup (file_handle));

but the above cases are VMS or UNIX only.

@evoskuil
Copy link
Member

With a repro scenario you should be able to view the call stack in the debugger.

@maximegmd
Copy link
Author

Yes I will setup a dev environment on the computer and track it down,
Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants