| Summary: | VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - exiting | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Ankit <ankithbti52509> |
| Component: | general | Assignee: | Greg <gregcart> |
| Status: | RESOLVED WAITINGFORINFO | ||
| Severity: | critical | CC: | gregcart, mark, pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.11 SVN | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Android 6.x | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The output file from valgrind when it crashed the 2nd time | ||
|
Description
Ankit
2017-01-09 14:58:20 UTC
Created attachment 157914 [details]
The output file from valgrind when it crashed the 2nd time
Im writing a game, and before the code for generating and copying part of the 2d array of enums worked fine, but it started erroring, then valgrind crashed and I can't run it again.
(In reply to Greg from comment #1) > Created attachment 157914 [details] > The output file from valgrind when it crashed the 2nd time > > Im writing a game, and before the code for generating and copying part of > the 2d array of enums worked fine, but it started erroring, then valgrind > crashed and I can't run it again. There is an Invalid write in your program before the internal valgrind issue. Please resolve that error first. No answer for 7 months. Assuming this is user errror. |