[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] SIGSEGV error
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] SIGSEGV error |
Date: |
Tue, 03 May 2011 21:14:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110419 Thunderbird/3.1.9 |
On 03/05/11 21:01, Cédric André wrote:
> On -10/01/-28163 20:59, Martin Lambers wrote:
>> On 02/05/11 16:47, address@hidden wrote:
>>> Hi guys,
>>>
>>> I got the following error for the first time :
>>> Caught signal 11 (SIGSEGV). Aborting.
>>>
>>> Any idea where it might come from ? (I work on a custom 0.9.2 version)
>> Um, that's not really much information :)
>>
>> What exactly triggered this? Does it always happen? Does it occur with
>> an unmodified Bino (so that other may have a chance to reproduce it)?
>>
>> Martin
>>
>>
> Hi,
>
> I'm sorry I sent this email before looking up the error on the web. I
> thought the message was specific to Bino. It turned out it's not. An
> error of type SIGSEGV basically means "segmentation fault". I found my
> mistake ^^
>
I applied a patch so that Bino will print a proper description of the
signal instead of the cryptic SIG* macro names:
http://git.savannah.gnu.org/cgit/bino.git/commit/?id=c3167b591a3dfaeb9405a4aaee70657de07cbd7c
Martin