what does this error mean?
what does this error mean?
"Memory corrupt: Size mismatch upon deallocation"
had this happen a few times....didn't pay much attention to it but now i wonder.
i'm on a mbp w/10.6.3 running Live 8.1.3
had this happen a few times....didn't pay much attention to it but now i wonder.
i'm on a mbp w/10.6.3 running Live 8.1.3
rekloos presents: BASS KULTURE : all things dubwise ! Every Sunday @12PM / Fridays @6PM(EST):
http://radio614.org/
dub album out now on juno&beatport:
http://bit.ly/S26jun
http://bit.ly/SS26bp
running with scissors.
http://radio614.org/
dub album out now on juno&beatport:
http://bit.ly/S26jun
http://bit.ly/SS26bp
running with scissors.
Re: what does this error mean?
+1 each time I got this error, Live did a "serious-problem-crash" instead of a 'normal' crash.
Would like to know as well.
Would like to know as well.
Re: what does this error mean?
I may have a related problem. After a few seconds I opened Live 8.1.4, it almost always crashes, giving this message:
Memory corruption detected (0x5e)
It doesn't happen with the previous versions I have.
Another similar issue is discussed here:
http://forum.ableton.com/viewtopic.php?f=2&t=141584
Memory corruption detected (0x5e)
It doesn't happen with the previous versions I have.
Another similar issue is discussed here:
http://forum.ableton.com/viewtopic.php?f=2&t=141584
Re: what does this error mean?
With some programming languages, you must explicitly say "I'm now gonna borrow this particular piece of memory" (allocation), and then, when it's not needed anymore, it must be explicitly returned as in "I'm not gonna use that certain piece anymore, be my guest, let someone else have it" (deallocation).
The error message basically says that some programmer didn't quite return what was borrowed. Sort of.
Do a bug report from within Live, that'll give the developers a good chance to fix it.
The error message basically says that some programmer didn't quite return what was borrowed. Sort of.
Do a bug report from within Live, that'll give the developers a good chance to fix it.
Re: what does this error mean?
thx for the breakdown slirak - jus wondering if it was hardware related.....
rekloos presents: BASS KULTURE : all things dubwise ! Every Sunday @12PM / Fridays @6PM(EST):
http://radio614.org/
dub album out now on juno&beatport:
http://bit.ly/S26jun
http://bit.ly/SS26bp
running with scissors.
http://radio614.org/
dub album out now on juno&beatport:
http://bit.ly/S26jun
http://bit.ly/SS26bp
running with scissors.
Re: what does this error mean?
It's not, just a software bug. Mistakes in memory handling is a really common source of crashes in computer programs.rekloos wrote:thx for the breakdown slirak - jus wondering if it was hardware related.....
Error messages like these really shouldn't be displayed to end users, they're only meaningful to the developers. Barely to them either actually, too little info. That's why you should always attach the error logs to your bug reports, without them it's really difficult to guess where things went wrong. (The new Report a bug feature does all that for you. Nifty.)
Re: what does this error mean?
Has anobody found a fix for the Memory corruption detected (0x5e) error?