Skip to content
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

A problem with random generator on MinGW #27

Closed
IlyaBizyaev opened this issue Aug 6, 2015 · 2 comments
Closed

A problem with random generator on MinGW #27

IlyaBizyaev opened this issue Aug 6, 2015 · 2 comments

Comments

@IlyaBizyaev
Copy link

This code causes a segmentation fault:

unsigned int result;
GenerateBlock((byte*)&result, sizeof(unsigned int));

Here is the call stack (image, as I cannot copy text from Code::Blocks call stack window):
Call stack
This problem may be caused by issue 26.

@noloader
Copy link
Collaborator

@ilya - Can you test this under the latest check-in? I'm curious to know if you still experience the issue.

The latest check-in includes the stuff you and Zireael worked on.

@noloader
Copy link
Collaborator

I believe we cleared this when around the 5.6.3 release.

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

No branches or pull requests

2 participants