Re: gEDA-user: pcb segmentation fault

2011-08-22 Thread kqt4at5v
On Mon, 22 Aug 2011, Andrew Poelstra wrote: On Mon, Aug 22, 2011 at 08:45:22AM -0500, kqt4a...@comcast.net wrote: $ git log -1 commit eaf012c425a5adc9a31d857d3aa9e906d844c97f Author: Peter Clifton Date: Mon Aug 8 23:13:02 2011 +0100 hid/gtk: Clean up ghid_pan_fixup () I have just fix

Re: gEDA-user: pcb segmentation fault

2011-08-22 Thread Andrew Poelstra
On Mon, Aug 22, 2011 at 08:45:22AM -0500, kqt4a...@comcast.net wrote: > $ git log -1 > commit eaf012c425a5adc9a31d857d3aa9e906d844c97f > Author: Peter Clifton > Date: Mon Aug 8 23:13:02 2011 +0100 > > hid/gtk: Clean up ghid_pan_fixup () > I have just fixed it in: commit 87572b48e0d58b8f69

Re: gEDA-user: pcb segmentation fault

2011-08-22 Thread kqt4at5v
On Mon, 22 Aug 2011, kqt4a...@comcast.net wrote: On Mon, 22 Aug 2011, Andrew Poelstra wrote: On Sat, Aug 20, 2011 at 08:04:03AM -0500, kqt4a...@comcast.net wrote: I am using version 1.99z that I compiled a few days ago If I press control-r while the mouse is over a component name I get a seg

Re: gEDA-user: pcb segmentation fault

2011-08-22 Thread Colin D Bennett
On Sun, 21 Aug 2011 07:33:36 -0500 (CDT) kqt4a...@comcast.net wrote: > I am using version 1.99z that I compiled a few days ago > If I press control-r while the mouse is over a component name I get a > segmentation fault I have seen this recently too. I can't reproduce it exactly right now, but I

Re: gEDA-user: pcb segmentation fault

2011-08-22 Thread kqt4at5v
On Mon, 22 Aug 2011, Andrew Poelstra wrote: On Sat, Aug 20, 2011 at 08:04:03AM -0500, kqt4a...@comcast.net wrote: I am using version 1.99z that I compiled a few days ago If I press control-r while the mouse is over a component name I get a segmentation fault What kind of component? Actuall

Re: gEDA-user: pcb segmentation fault

2011-08-21 Thread Andrew Poelstra
On Sat, Aug 20, 2011 at 08:04:03AM -0500, kqt4a...@comcast.net wrote: > I am using version 1.99z that I compiled a few days ago > If I press control-r while the mouse is over a component name I get a > segmentation fault > What kind of component? What does git log -1 show? -- Andrew Poelstra E

gEDA-user: pcb segmentation fault

2011-08-21 Thread kqt4at5v
I am using version 1.99z that I compiled a few days ago If I press control-r while the mouse is over a component name I get a segmentation fault Richard ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo

gEDA-user: pcb segmentation fault

2011-08-21 Thread kqt4at5v
I am using version 1.99z that I compiled a few days ago If I press control-r while the mouse is over a component name I get a segmentation fault Richard ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/

Re: gEDA-user: pcb segmentation fault

2009-03-06 Thread DJ Delorie
Two thoughts: In the case of holes, I'd mentioned before that we should add a "draw pin" hook that passes the whole Pin structure, rather than interpreting it, for HIDs that want more control over how pins/vias are drawn (example: gerber wants to flash them, not draw them). That would bypass thi

Re: gEDA-user: pcb segmentation fault

2009-03-06 Thread Peter Clifton
On Fri, 2009-03-06 at 12:07 -0500, DJ Delorie wrote: > > DJ, I guess you might know more on this.. what are the invariants > > supposed to be? Is it the HID's job to reject hairline drawing if > > the exporter doesn't want it, or is the core at fault for asking to > > draw primitives which aren't n

Re: gEDA-user: pcb segmentation fault

2009-03-06 Thread DJ Delorie
> DJ, I guess you might know more on this.. what are the invariants > supposed to be? Is it the HID's job to reject hairline drawing if > the exporter doesn't want it, or is the core at fault for asking to > draw primitives which aren't needed by a given exporter? The core doesn't know what a "gi

Re: gEDA-user: pcb segmentation fault

2009-03-06 Thread Peter Clifton
On Fri, 2009-03-06 at 13:19 +0300, Ineiev wrote: > On 3/6/09, DJ Delorie wrote: > > > > Could you send me a board that triggers this? > > > > > > ___ > > geda-user mailing list > > geda-user@moria.seul.org > > http://www.seul.org/cgi-bin/mailman/listinfo

Re: gEDA-user: pcb segmentation fault

2009-03-06 Thread Ineiev
On 3/6/09, DJ Delorie wrote: > > Could you send me a board that triggers this? > > > ___ > geda-user mailing list > geda-user@moria.seul.org > http://www.seul.org/cgi-bin/mailman/listinfo/geda-user > Recently, this board triggered a similar bug in gerbe

Re: gEDA-user: pcb segmentation fault

2009-03-05 Thread DJ Delorie
Could you send me a board that triggers this? ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: pcb segmentation fault

2009-03-05 Thread Levente Kovacs
Ok, Id did some investigation on this. src/hid/png/png.c:1093 I found that when gdImageCreate(r,r) is called with r=0, it'll not create anything and will returm NULL. It is confirmed by the documetation. Since the gc->brush is null, it will cause the segfault when gdImageColorAllocate(null,..

gEDA-user: pcb segmentation fault

2009-03-04 Thread Levente Kovacs
Hi, If I do pcb -x png --format PNG --dpi 600 --photo-mode --outfile af_cs.png af.pcb I get: ... gd warning: one parameter to a memory allocation multiplication is negative or zero, failing operation gr acefully Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f45