-On [20000427 12:40], Jeroen Ruigrok van der Werven ([EMAIL PROTECTED]) wrote:
>#0  0x80908cc in connpointline_putonaline (cpl=0x81a7300, start=0x81aa948, 
>    end=0x81aa958) at geometry.h:131
>131       p->x /= len;

Some more info:

(gdb) print se_vector
$2 = {x = 0, y = 0}

(gdb) print se_len
$1 = 1.9268560187808615e-322

(gdb) print pseudopoints
$5 = 8.275783586691418e-313

(gdb) print i
$3 = 135964928

(gdb) print elem
$6 = (GSList *) 0x81aa958
(gdb) print *elem
$7 = {data = 0x0, next = 0x401c0000}

(gdb) print start
$10 = (Point *) 0x81aa948
(gdb) print *start
$11 = {x = 7, y = 4}

(gdb) print end
$12 = (Point *) 0x81aa958
(gdb) print *end
$13 = {x = 7, y = 4}

(gdb) print cpl
$14 = (ConnPointLine *) 0x81a7300
(gdb) print *cpl
$15 = {start = {x = 7, y = 4}, end = {x = 8, y = 5}, parent = 0x81aa900, 
  num_connections = 1, connections = 0x817cf60}

(gdb) print cp
$16 = 0.96179669392597555

This coredump happened when I put a line on the canvas and held on to it
with the mouse instead of letting the button go and then tried to drag
it.  Canvas was zoomed in to 400%.  Third or fourth object on the
canvas.

-- 
Jeroen Ruigrok van der Werven          Network- and systemadministrator
<[EMAIL PROTECTED]>            VIA Net.Works The Netherlands
BSD: Technical excellence at its best  http://www.via-net-works.nl
Answering the questions that no one asks...

Reply via email to