Re: SigBus 10
Re: SigBus 10
- Subject: Re: SigBus 10
- From: Markus Hitter <email@hidden>
- Date: Sat, 28 Jul 2001 22:14:23 +0200
Am Samstag, 28. Juli 2001 um 21:45 schrieb David Kopec:
Just for clarification, what is a SigBus 10 error exactly mean.
Your code tried to read or write a memory location where no virtual
memory is mapped.
Very similar is signal 11, SIGSEGV, "Segmentation Violation". In this
case, there's virtual memory mapped to this address, but it's outside
the range your application is allowed to read/write.
Hope that helps,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
References: | |
| >SigBus 10 (From: David Kopec <email@hidden>) |