What was the fix for bug 259856:, you say you fixed the assertion
Asked by
ChrisLingard
on 2008-10-07
cuneiform. Assertion failure, fararray.h, line 192.
https:/
cannot find the fix or patch
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Last query:
- 2008-10-07
- Last reply:
- 2008-10-12
yaleks (yaleks) said : | #1 |
Jussi Pakkanen (jpakkane) said : | #2 |
The container checked that you did not access it past its end. But when the container was null, size was set to -1. Initializer called clear_elements with value 0. 0 is larger than -1 which triggered the assertion.
To post a message you must log in.