[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Another gschem crasher
- To: geda-user@xxxxxxxx
- Subject: Re: gEDA-user: Another gschem crasher
- From: Carlos Nieves Ónega <cnieves.mail@xxxxxxxxx>
- Date: Wed, 17 May 2006 13:39:55 +0200
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Wed, 17 May 2006 07:40:38 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=HAwfoDmz4yni76zatkb2wiRIFRSgUfTSDwTgv4qYLtj1JHIQjAd+6KgAuIGZcq4hZtiQI9crIW8D5t1Dlr0EUnqMrjuldCPShrxw2HIffreLL4pVdd0p1en4Rp4ZdjWXf14R5jNoavNzpsksArnMlWAbRSH9zuRWBFobSBUr4yo=
- In-reply-to: <446AA4D8.7060203@dcarr.org>
- References: <446AA4D8.7060203@dcarr.org>
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
Hi David,
El mar, 16-05-2006 a las 23:21 -0500, David Carr escribiÃ:
> I just stumbled upon another crasher.
>
> Steps to reproduce:
> Run gschem: gschem adc.sch (Note that this is a different adc.sch than
> before)
> Select the main IC and all of its surrounding signals
> Hit delete.
>
> This causes a segfault for me.
>
> Backtrace:
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1219090752 (LWP 17763)]
> 0xb7b501b3 in g_slice_get_config () from /usr/lib/libglib-2.0.so.0
> (gdb) bt
> #0 0xb7b501b3 in g_slice_get_config () from /usr/lib/libglib-2.0.so.0
> #1 0xb7b504cd in g_slice_get_config () from /usr/lib/libglib-2.0.so.0
> #2 0xb7b508ab in g_slice_free_chain_with_offset () from
> /usr/lib/libglib-2.0.so.0
> #3 0xb7b387ff in g_list_free () from /usr/lib/libglib-2.0.so.0
This bug and the previous one you reported are related to the newly
slice allocator introduced into the glib library. It is already reported
at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1455979&group_id=161080&atid=818426
We have to get some time to fix it...
Regards,
Carlos