List Info

Thread: Cygwin - IO 2006-09-20 - Seg fault




Cygwin - IO 2006-09-20 - Seg fault
user name
2006-09-26 20:29:42

Hello,

I compiled IO 2006-09-20 using Cygwin on Windows XP. By the way I had to fix the Makefile.lib, and could you modify libsiovmsourceIoSystem.c:

by replacing
  ;  #if defined(unix) || defined(__APPLE__) || defined(__NetBSD__)
by
    #if !defined(__CYGWIN__) && (defined(unix) || defined(__APPLE__) || defined(__NetBSD__))


By running the following program, I got a segfault:
iterator := Object clone do (

bailout := 16
max_iterations := 1000

mandelbrot := method (x,y,
    cr := y - 0.5
   ; ci := x
    zi := 0.0
   ; zr := 0.0
   ; i := 0
   
    while (1,
   ;     i = i + 1
        temp := zr * zi
        zr2 := zr * zr
        zi2 := zi * zi
        zr := zr2 - zi2 + cr
        zi := temp + temp +ci

        if (zi2 + zr2 > bailout,
            return i)
        if (i > max_iterations,
 ;           return 0)
    )
)

print_set := method (
    writeln("Rendering...")   
    for(y, -39, 39,
   ;     write("n")
        for(x, -39, 39,
   ;         i := mandelbrot(x/40.0,y/40.0)
    & nbsp; ;      if (i == 0, write("*"),write(" "))
   ;     )
    )
)
)

"" println
time := Date cpuSecondsToRun(iterator print_set)
"Io Elapsed # secs" println

Here is the segfault:

#0  0x610d7bab in memset () from /usr/bin/cygwin1.dll
No symbol table info available.
#1  0x00403499 in IoObject_clearMark (self=0x30061) at source/IoObject.c:274
No locals.
#2  0x00403514 in IoObject_alloc (self=0x5adf90) at source/IoObject.c:297
    pchild = (IoObject *) 0x30061
    child = (IoObject *) 0x30061
#3  0x00403609 in IoObject_rawClonePrimitive (proto=0x5adf90)
    at source/IoObject.c:360
    self = (IoObject *) 0x582790
#4  0x00415f10 in IoNumber_rawClone (proto=0x5adf90) at source/IoNumber.c:190
    self = (IoObject *) 0 x25
#5  0x004047ce in IOCLONE (self=0x5adf90) at source/IoObject.c:1070
    state = (IoState *) 0x582790
    newObject = (IoObject *) 0x109c1c0
#6  0x00415f4b in IoNumber_newWithDouble_ (state=0x582790,
    n=1.8156649262730464) at source/IoNumber.c:198
    proto = (IoNumber *) 0x5adf90
    self = (IoNumber *) 0x5adf90
#7  0x00415ae6 in IoState_numberWithDouble_ (self=0x582790,
    n=1.8156649262730464) at source/IoState_symbols.c:37
    i = 1
#8  0x004162ae in IoNumber_add_ (self=0x120dc68, locals=0x1152ce0,
    m=0x109c070) at source/IoNumber.c:340
    other = (IoNumber *) 0x120dcf0
#9  0x00419056 in IoCFunction_activate (self=0x5ae410, target=0x120dc68,
    locals=0x1152ce0, m=0x109c070, slotContext=0x5adf90)
    at s ource/IoCFunction.c:172
    selfData = (IoCFunctionData *) 0x5ae498
    t = (IoTag *) 0x5adfd0
    result = (IoObject *) 0x0
#10 0x00402eea in IoObject_activate (self=0x5ae410, target=0x120dc68,
    locals=0x1152ce0, m=0x109c070, slotContext=0x5adf90)
    at source/IoObject_inline.h:238
No locals.
#11 0x00403059 in IoObject_perform (self=0x120dc68, locals=0x1152ce0,
    m=0x109c070) at source/IoObject_inline.h:277
    context = (IoObject *) 0x5adf90
    slotValue = (IoObject *) 0x5ae410
#12 0x00413d44 in IoMessage_locals_performOn_ (self=0x109bfa8,
    locals=0x1152ce0, target=0x120dc68) at source/IoMessage.c:558
    inner = (IoMessage *) 0x109c070
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109bfa8
  ;  result = (IoObject *) 0x0
#13 0x0040136c in IoMessage_locals_quickValueArgAt_ (self=0x109bee0,
    locals=0x1152ce0, n=0) at source/IoState_inline.h:162
    md = (IoMessageData *) 0x109c030
  ;  v = (IoObject *) 0x0
   ; m = (IoMessage *) 0x109bfa8
#14 0x004013a1 in IoMessage_locals_valueArgAt_ (self=0x109bee0,
    locals=0x1152ce0, n=0) at source/IoState_inline.h:170
No locals.
#15 0x0041d069 in IoObject_if (self=0x1152ce0, locals=0x1152ce0, m=0x109bee0)
    at source/IoObject_flow.c:225
    r = (const IoObject * const) 0x5a4fc8
    condition = 5918664
    index = 4302211
#16 0x00419056 in IoCFunction_activate (self=0x5a5118, target=0x1152ce0,
    locals=0x1152ce0, m=0x109bee0, slotContext=0x5e0f78)
    at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5a51a0
    t = (IoTag *) 0x0
   ; result = (IoObject *) 0x0
#17 0x00402eea in IoObject_activate (self=0x5a5118, target=0x1152ce0,
    locals=0x1152ce0, m=0x109bee0, slotContext=0x5e0f78)
    at source/IoObject_inline.h:238
No locals.
#18 0x00403059 in IoObject_perform (self=0x1152ce0, locals=0x1152ce0,
    m=0x109bee0) at source/IoObject_inline.h:277
    context = (IoObject *) 0x5e0f78
    slotValue = (IoObject *) 0x5a5118
#19 0x00413d44 in IoMessage_locals_performOn_ (self=0x109a060,
    locals=0x1152ce0, target=0x1152ce0) at source/IoMessage.c:558
    inner = (IoMessage *) 0x109bee0
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109bee0
  ;  result = (IoObject *) 0x0
#20 0x0041cc90 in IoObject_w hile (self=0x1152ce0, locals=0x1152ce0,
    m=0x1099ed0) at source/IoObject_flow.c:39
 ;   condition = (IoMessage *) 0x1099f98
  ;  doMessage = (IoMessage *) 0x109a060
  ;  result = (IoObject *) 0x5cab90
    state = (IoState *) 0x582790
    c = 1 '01'
#21 0x00419056 in IoCFunction_activate (self=0x5a6350, target=0x1152ce0,
    locals=0x1152ce0, m=0x1099ed0, slotContext=0x5e0f78)
    at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5a63d8
    t = (IoTag *) 0x0
   ; result = (IoObject *) 0x0
#22 0x00402eea in IoObject_activate (self=0x5a6350, target=0x1152ce0,
    locals=0x1152ce0, m=0x1099ed0, slotContext=0x5e0f78)
    at source/IoObject_inline.h:238
No locals.
#23 0x00403059 in IoObject_perform (self=0x1 152ce0, locals=0x1152ce0,
    m=0x1099ed0) at source/IoObject_inline.h:277
    context = (IoObject *) 0x5e0f78
    slotValue = (IoObject *) 0x5a6350
#24 0x00413d44 in IoMessage_locals_performOn_ (self=0x1098908,
    locals=0x1152ce0, target=0x1152ce0) at source/IoMessage.c:558
    inner = (IoMessage *) 0x1099ed0
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x1099ed0
  ;  result = (IoObject *) 0x0
#25 0x00412a63 in IoBlock_activate (self=0xffd840, target=0x10a0530,
    locals=0xff5a18, m=0x109dcf8, slotContext=0x10a0530)
    at source/IoBlock.c:234
    state = (IoState *) 0x582790
    poolMark = 59
    selfData = (IoBlockData *) 0xffd880
    argNames = (List *) 0xff4550
    scope = (Io Object *) 0x10a0530
  ;  blockLocals = (IoObject *) 0x1152ce0
  ;  result = (IoObject *) 0x41a583
#26 0x00402eea in IoObject_activate (self=0xffd840, target=0x10a0530,
    locals=0xff5a18, m=0x109dcf8, slotContext=0x10a0530)
    at source/IoObject_inline.h:238
No locals.
#27 0x00403059 in IoObject_perform (self=0x10a0530, locals=0xff5a18,
    m=0x109dcf8) at source/IoObject_inline.h:277
    context = (IoObject *) 0x10a0530
  ;  slotValue = (IoObject *) 0xffd840
#28 0x0040416a in IoObject_localsForward (self=0xff5a18, locals=0xff5a18,
    m=0x109dcf8) at source/IoObject.c:874
    selfDelegate = (IoObject *) 0x10a0530
#29 0x0040308b in IoObject_perform (self=0xff5a18, locals=0xff5a18,
    m=0x109dcf8) at source/IoObject_inline.h:282
  &n bsp; context = (IoObject *) 0x3a
 ;   slotValue = (IoObject *) 0x0
#30 0x00413d44 in IoMessage_locals_performOn_ (self=0x109dcf8,
    locals=0xff5a18, target=0xff5a18) at source/IoMessage.c:558
    inner = (IoMessage *) 0x109dcf8
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109dcf8
  ;  result = (IoObject *) 0x0
#31 0x0040136c in IoMessage_locals_quickValueArgAt_ (self=0x109db68,
    locals=0xff5a18, n=1) at source/IoState_inline.h:162
    md = (IoMessageData *) 0x109dd80
  ;  v = (IoObject *) 0x0
   ; m = (IoMessage *) 0x109dcf8
#32 0x004013a1 in IoMessage_locals_valueArgAt_ (self=0x109db68,
    locals=0xff5a18, n=1) at source/IoState_inline.h:170
No locals.
#33 0x00404954 in IoObject_protoSet_to_ (self=0xff5a18, locals=0xff5a18,
    m=0x109db68) at source/IoObject.c:1144
    slotName = (IoSymbol *) 0x600ca0
    slotValue = (IoObject *) 0x584698
#34 0x00419056 in IoCFunction_activate (self=0x5e11e8, target=0xff5a18,
    locals=0xff5a18, m=0x109db68, slotContext=0x5e0f78)
    at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5e1270
    t = (IoTag *) 0x0
   ; result = (IoObject *) 0x0
#35 0x00402eea in IoObject_activate (self=0x5e11e8, target=0xff5a18,
    locals=0xff5a18, m=0x109db68, slotContext=0x5e0f78)
    at source/IoObject_inline.h:238
No locals.
#36 0x00403059 in IoObject_perform (self=0xff5a18, locals=0xff5a18,
    m=0x109db68) at source/IoObject_inline.h:277
    context = (IoObject *) 0x5e0f78
    slotValue = (IoObject *) 0x5e1 1e8
#37 0x00413d44 in IoMessage_locals_performOn_ (self=0x109db68,
    locals=0xff5a18, target=0xff5a18) at source/IoMessage.c:558
    inner = (IoMessage *) 0x109db68
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109db68
  ;  result = (IoObject *) 0x0
#38 0x0041cf31 in IoObject_for (self=0xff5a18, locals=0xff5a18, m=0x109d778)
    at source/IoObject_flow.c:148
    state = (IoState *) 0x582790
    indexMessage = (IoMessage *) 0x109d840
  ;  doMessage = (IoMessage *) 0x109db68
  ;  result = (IoObject *) 0x5c4950
    i = -1
    slotName = (IoSymbol *) 0x698d00
    startValue = -39
   ; endValue = 39
    increment = 1
    num = (IoNumber *) 0x5b7580
#39 0x00419056 in IoCFunction_a ctivate (self=0x5a4f30, target=0xff5a18,
    locals=0xff5a18, m=0x109d778, slotContext=0x5e0f78)
    at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5a4fb8
    t = (IoTag *) 0x0
   ; result = (IoObject *) 0x0
#40 0x00402eea in IoObject_activate (self=0x5a4f30, target=0xff5a18,
    locals=0xff5a18, m=0x109d778, slotContext=0x5e0f78)
    at source/IoObject_inline.h:238
No locals.
#41 0x00403059 in IoObject_perform (self=0xff5a18, locals=0xff5a18,
    m=0x109d778) at source/IoObject_inline.h:277
    context = (IoObject *) 0x5e0f78
    slotValue = (IoObject *) 0x5a4f30
#42 0x00413d44 in IoMessage_locals_performOn_ (self=0x109d5e8,
    locals=0xff5a18, target=0xff5a18) at source/IoMessage.c:558
    i nner = (IoMessage *) 0x109d778
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109d778
  ;  result = (IoObject *) 0x0
#43 0x0041cf31 in IoObject_for (self=0xff5a18, locals=0xff5a18, m=0x109d1f8)
    at source/IoObject_flow.c:148
    state = (IoState *) 0x582790
    indexMessage = (IoMessage *) 0x109d2c0
  ;  doMessage = (IoMessage *) 0x109d5e8
  ;  result = (IoObject *) 0x5c4950
    i = -34
   ; slotName = (IoSymbol *) 0xe0edd8
    startValue = -39
   ; endValue = 39
    increment = 1
    num = (IoNumber *) 0x10e2be8
#44 0x00419056 in IoCFunction_activate (self=0x5a4f30, target=0xff5a18,
    locals=0xff5a18, m=0x109d1f8, slotContext=0x5e0f78)
    at source/IoCFunction.c:172
& nbsp; ;  selfData = (IoCFunctionData *) 0x5a4fb8
    t = (IoTag *) 0x0
   ; result = (IoObject *) 0x0
#45 0x00402eea in IoObject_activate (self=0x5a4f30, target=0xff5a18,
    locals=0xff5a18, m=0x109d1f8, slotContext=0x5e0f78)
    at source/IoObject_inline.h:238
No locals.
#46 0x00403059 in IoObject_perform (self=0xff5a18, locals=0xff5a18,
    m=0x109d1f8) at source/IoObject_inline.h:277
    context = (IoObject *) 0x5e0f78
    slotValue = (IoObject *) 0x5a4f30
#47 0x00413d44 in IoMessage_locals_performOn_ (self=0x109cd90,
    locals=0xff5a18, target=0xff5a18) at source/IoMessage.c:558
    inner = (IoMessage *) 0x109d1f8
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109d1f8
  ;  result = (IoObject *) 0x0
#48 0x00412a63 in IoBlock_activate (self=0xffc3a8, target=0x10a0530,
    locals=0x584e78, m=0x109f150, slotContext=0x10a0530)
    at source/IoBlock.c:234
    state = (IoState *) 0x582790
    poolMark = 41
    selfData = (IoBlockData *) 0xff4560
    argNames = (List *) 0xff5ca0
    scope = (IoObject *) 0x10a0530
  ;  blockLocals = (IoObject *) 0xff5a18
    result = (IoObject *) 0x41a583
#49 0x00402eea in IoObject_activate (self=0xffc3a8, target=0x10a0530,
    locals=0x584e78, m=0x109f150, slotContext=0x10a0530)
    at source/IoObject_inline.h:238
No locals.
#50 0x00403059 in IoObject_perform (self=0x10a0530, locals=0x584e78,
    m=0x109f150) at source/IoObject_inline.h:277
    context = (IoObject *) 0x10a0530
  ;  slot Value = (IoObject *) 0xffc3a8
#51 0x00413d44 in IoMessage_locals_performOn_ (self=0x109f088,
    locals=0x584e78, target=0x10a0530) at source/IoMessage.c:558
    inner = (IoMessage *) 0x109f150
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109f088
  ;  result = (IoObject *) 0x0
#52 0x0040e4a9 in IoDate_cpuSecondsToRun (self=0x5d9178, locals=0x584e78,
    m=0x109efc0) at source/IoDate.c:185
  ;  t = 452
   ; doMessage = (IoMessage *) 0x109f088
#53 0x00419056 in IoCFunction_activate (self=0x5d9b18, target=0x5d9178,
    locals=0x584e78, m=0x109efc0, slotContext=0x5d9178)
    at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5d9ba0
    t = (IoTag *) 0x5d9200
    result = (IoObject *) 0x5d9b18
# 54 0x00402eea in IoObject_activate (self=0x5d9b18, target=0x5d9178,
    locals=0x584e78, m=0x109efc0, slotContext=0x5d9178)
    at source/IoObject_inline.h:238
No locals.
#55 0x00403059 in IoObject_perform (self=0x5d9178, locals=0x584e78,
    m=0x109efc0) at source/IoObject_inline.h:277
    context = (IoObject *) 0x5d9178
    slotValue = (IoObject *) 0x5d9b18
#56 0x00413d44 in IoMessage_locals_performOn_ (self=0x109eef8,
    locals=0x584e78, target=0x5d9178) at source/IoMessage.c:558
    inner = (IoMessage *) 0x109efc0
  ;  state = (IoState *) 0x582790
    outer = (IoMessage *) 0x109eef8
  ;  result = (IoObject *) 0x0
#57 0x0040136c in IoMessage_locals_quickValueArgAt_ (self=0x109ec08,
 &nbsp;  locals=0x584e78, n=1) at source/IoState_inline.h:< wbr>162
   ; md = (IoMessageData *) 0x109ef80
  ;  v = (IoObject *) 0x0
   ; m = (IoMessage *) 0x109eef8
#58 0x004013a1 in IoMessage_locals_valueArgAt_ (self=0x109ec08,
 &nbsp;  locals=0x584e78, n=1) at source/IoState_inline.h:170
No locals.
#59 0x00404954 in IoObject_protoSet_to_ (self=0x584e78, locals=0x584e78,
 &nbsp;  m=0x109ec08) at source/IoObject.c:1144
 &nbsp;  slotName = (IoSymbol *) 0x109ecd0
  ;  slotValue = (IoObject *) 0x5847d8
#60 0x00419056 in IoCFunction_activate (self=0x5a3258, target=0x584e78,
 &nbsp;  locals=0x584e78, m=0x109ec08, slotContext=0x5847d8)
 &nbsp;  at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5a32e0
&nbsp;   t = (IoTag *) 0x0
   ; result = (IoObject *) 0x584de8
#61 0x00402eea in IoObject_activate (self=0x5a3258, target=0x58 4e78,
 &nbsp;  locals=0x584e78, m=0x109ec08, slotContext=0x5847d8)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#62 0x00403059 in IoObject_perform (self=0x584e78, locals=0x584e78,
 &nbsp;  m=0x109ec08) at source/IoObject_inline.h:277
&nbsp;   context = (IoObject *) 0x5847d8
&nbsp;   slotValue = (IoObject *) 0x5a3258
#63 0x00413d44 in IoMessage_locals_performOn_ (self=0x1097538,
 &nbsp;  locals=0x584e78, target=0x584e78) at source/IoMessage.c:558
 &nbsp;  inner = (IoMessage *) 0x109ec08
  ;  state = (IoState *) 0x582790
&nbsp;   outer = (IoMessage *) 0x109ec08
  ;  result = (IoObject *) 0x0
#64 0x00404fae in IoObject_rawDoString_label_ (self=0x584e78,
 &nbsp;  string=0xffeff0, label=0xff92a0) at source/IoObject.c:1421
 &nbsp;  internal = (IoSymbol *) 0x93f710
&nbsp; &n bsp; cm = (IoMessage *) 0xfff4a0
&nbsp;   messageForString = (IoMessage *) 0xfff568
&nbsp;   newMessage = (IoMessage *) 0x1097538
  ;  state = (IoState *) 0x582790
#65 0x00405244 in IoObject_doFile (self=0x584e78, locals=0xffc478, m=0xfb5d98)
 &nbsp;  at source/IoObject.c:1504
 &nbsp;  argsList = (IoList *) 0xfff408
&nbsp;   argn = 1
 &nbsp;  arg = (IoObject *) 0x5c4950
&nbsp;   path = (IoSymbol *) 0xff92a0
&nbsp;   file = (IoFile *) 0xffe648
&nbsp;   string = (IoSymbol *) 0xffeff0
#66 0x00419056 in IoCFunction_activate (self=0x5a75e8, target=0x584e78,
 &nbsp;  locals=0xffc478, m=0xfb5d98, slotContext=0x5847d8)
 &nbsp;  at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5a7670
&nbsp;   t = (IoTag *) 0x0
   ; result = (IoObject *) 0x584de8
#67 0x00402e ea in IoObject_activate (self=0x5a75e8, target=0x584e78,
 &nbsp;  locals=0xffc478, m=0xfb5d98, slotContext=0x5847d8)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#68 0x00403059 in IoObject_perform (self=0x584e78, locals=0xffc478,
 &nbsp;  m=0xfb5d98) at source/IoObject_inline.h:277
&nbsp;   context = (IoObject *) 0x5847d8
&nbsp;   slotValue = (IoObject *) 0x5a75e8
#69 0x00413d44 in IoMessage_locals_performOn_ (self=0xfb5cd0,
 &nbsp;  locals=0xffc478, target=0x584e78) at source/IoMessage.c:558
 &nbsp;  inner = (IoMessage *) 0xfb5d98
&nbsp;   state = (IoState *) 0x582790
&nbsp;   outer = (IoMessage *) 0xfb5cd0
&nbsp;   result = (IoObject *) 0x0
#70 0x0040504e in IoObject_doMessage (self=0xffc478, locals=0xffe348,
 &nbsp;  m=0x993350) at source/IoObject.c:1446
 &nbsp;  aMessage = (IoMessage *) 0xfb5cd0
&nbsp;   context = (IoObject *) 0xffc478
#71 0x00419056 in IoCFunction_activate (self=0x5a6118, target=0xffc478,
 &nbsp;  locals=0xffe348, m=0x993350, slotContext=0x5e0f78)
 &nbsp;  at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5a61a0
&nbsp;   t = (IoTag *) 0x0
   ; result = (IoObject *) 0x0
#72 0x00402eea in IoObject_activate (self=0x5a6118, target=0xffc478,
 &nbsp;  locals=0xffe348, m=0x993350, slotContext=0x5e0f78)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#73 0x00403059 in IoObject_perform (self=0xffc478, locals=0xffe348,
 &nbsp;  m=0x993350) at source/IoObject_inline.h:277
&nbsp;   context = (IoObject *) 0x5e0f78
&nbsp;   slotValue = (IoObject *) 0x5a6118
#74 0x00413d44 in IoMessage_locals_performOn_ (self=0x993288,
& nbsp; ;  locals=0xffe348, target=0xffc478) at source/IoMessage.c:558
 &nbsp;  inner = (IoMessage *) 0x993350
&nbsp;   state = (IoState *) 0x582790
&nbsp;   outer = (IoMessage *) 0x993288
&nbsp;   result = (IoObject *) 0x0
#75 0x0040136c in IoMessage_locals_quickValueArgAt_ (self=0x9931c0,
 &nbsp;  locals=0xffe348, n=0) at source/IoState_inline.h:162
&nbsp; &nbsp; md = (IoMessageData *) 0x993310
&nbsp;   v = (IoObject *) 0x0
   ; m = (IoMessage *) 0x993288
#76 0x004013a1 in IoMessage_locals_valueArgAt_ (self=0x9931c0,
 &nbsp;  locals=0xffe348, n=0) at source/IoState_inline.h:170
No locals.
#77 0x004151ea in IoCall_evalArgAt (self=0xffe540, locals=0xffe4c8,
 &nbsp;  m=0xa24798) at source/IoCall.c:178
  ;  n = 0
 &nbsp;  data = (IoCallData *) 0xffe5c8
#78 0x00419056 in IoCFunction_acti vate (self=0x5ca668, target=0xffe540,
 &nbsp;  locals=0xffe4c8, m=0xa24798, slotContext=0x5c5168)
 &nbsp;  at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x5ca6f0
&nbsp;   t = (IoTag *) 0x5c5210
&nbsp;   result = (IoObject *) 0x0
#79 0x00402eea in IoObject_activate (self=0x5ca668, target=0xffe540,
 &nbsp;  locals=0xffe4c8, m=0xa24798, slotContext=0x5c5168)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#80 0x00403059 in IoObject_perform (self=0xffe540, locals=0xffe4c8,
 &nbsp;  m=0xa24798) at source/IoObject_inline.h:277
&nbsp;   context = (IoObject *) 0x5c5168
&nbsp;   slotValue = (IoObject *) 0x5ca668
#81 0x00413d44 in IoMessage_locals_performOn_ (self=0xa246d0,
 &nbsp;  locals=0xffe4c8, target=0xffe540) at source/IoMessage.c:558
 &nbsp;  inner = (IoMessage *) 0xa24798
 &nbsp;  state = (IoState *) 0x582790
&nbsp;   outer = (IoMessage *) 0xa246d0
&nbsp;   result = (IoObject *) 0x0
#82 0x0040136c in IoMessage_locals_quickValueArgAt_ (self=0xa24540,
 &nbsp;  locals=0xffe4c8, n=1) at source/IoState_inline.h:162
&nbsp; &nbsp; md = (IoMessageData *) 0xa24758
&nbsp;   v = (IoObject *) 0x0
   ; m = (IoMessage *) 0xa246d0
#83 0x00404b4f in IoObject_protoUpdateSlot_to_ (self=0xffda68,
 &nbsp;  locals=0xffe4c8, m=0xa24540) at source/IoObject.c:1219
 &nbsp;  slotName = (IoSymbol *) 0x5f9108
&nbsp;   slotValue = (IoObject *) 0x584828
&nbsp;   obj = (IoObject *) 0x402ce2
#84 0x00419056 in IoCFunction_activate (self=0x5a3408, target=0xffda68,
 &nbsp;  locals=0xffe4c8, m=0xa24540, slotContext=0x5847d8)
 &nbsp;  at source/IoCFunction.c:172
   ; selfData = (IoCFunct ionData *) 0x5a3490
&nbsp;   t = (IoTag *) 0x0
   ; result = (IoObject *) 0x584908
#85 0x00402eea in IoObject_activate (self=0x5a3408, target=0xffda68,
 &nbsp;  locals=0xffe4c8, m=0xa24540, slotContext=0x5847d8)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#86 0x00403059 in IoObject_perform (self=0xffda68, locals=0xffe4c8,
 &nbsp;  m=0xa24540) at source/IoObject_inline.h:277
&nbsp;   context = (IoObject *) 0x5847d8
&nbsp;   slotValue = (IoObject *) 0x5a3408
#87 0x00404ac3 in IoObject_localsUpdateSlot (self=0xffe4c8, locals=0xffe4c8,
 &nbsp;  m=0xa24540) at source/IoObject.c:1190
 &nbsp;  theSelf = (IoObject *) 0xffda68
&nbsp;   slotName = (IoSymbol *) 0x5f9108
&nbsp;   obj = (IoObject *) 0x0
#88 0x00419056 in IoCFunction_activate (self=0x595c98, target=0xffe4c8,
 &nbsp ;  locals=0xffe4c8, m=0xa24540, slotContext=0xffe4c8)
 &nbsp;  at source/IoCFunction.c:172
   ; selfData = (IoCFunctionData *) 0x595cf0
&nbsp;   t = (IoTag *) 0x0
   ; result = (IoObject *) 0x595c98
#89 0x00402eea in IoObject_activate (self=0x595c98, target=0xffe4c8,
 &nbsp;  locals=0xffe4c8, m=0xa24540, slotContext=0xffe4c8)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#90 0x00403059 in IoObject_perform (self=0xffe4c8, locals=0xffe4c8,
 &nbsp;  m=0xa24540) at source/IoObject_inline.h:277
&nbsp;   context = (IoObject *) 0xffe4c8
&nbsp;   slotValue = (IoObject *) 0x595c98
#91 0x00413d44 in IoMessage_locals_performOn_ (self=0xa24540,
 &nbsp;  locals=0xffe4c8, target=0xffe4c8) at source/IoMessage.c:558
 &nbsp;  inner = (IoMessage *) 0xa24540
&nbsp;   state = (IoState *) 0x582790
 &nbsp;  outer = (IoMessage *) 0xa24540
&nbsp;   result = (IoObject *) 0x0
#92 0x00412a63 in IoBlock_activate (self=0xa00688, target=0xffda68,
 &nbsp;  locals=0xffe348, m=0x9931c0, slotContext=0x5848c8) at source/IoBlock.c:234
 &nbsp;  state = (IoState *) 0x582790
&nbsp;   poolMark = 6
 &nbsp;  selfData = (IoBlockData *) 0xa245f8
&nbsp;   argNames = (List *) 0xa12750
&nbsp;   scope = (IoObject *) 0xffda68
&nbsp;   blockLocals = (IoObject *) 0xffe4c8
&nbsp;   result = (IoObject *) 0x402ce2
#93 0x00402eea in IoObject_activate (self=0xa00688, target=0xffda68,
 &nbsp;  locals=0xffe348, m=0x9931c0, slotContext=0x5848c8)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#94 0x00403059 in IoObject_perform (self=0xffda68, locals=0xffe348,
 &nbsp;  m=0x9931c0) at source/IoObject_inline.h:277
&nbsp; &nb sp; context = (IoObject *) 0x5848c8
&nbsp;   slotValue = (IoObject *) 0xa00688
#95 0x0040416a in IoObject_localsForward (self=0xffe348, locals=0xffe348,
 &nbsp;  m=0x9931c0) at source/IoObject.c:874
 &nbsp;  selfDelegate = (IoObject *) 0xffda68
#96 0x0040308b in IoObject_perform (self=0xffe348, locals=0xffe348,
 &nbsp;  m=0x9931c0) at source/IoObject_inline.h:282
&nbsp;   context = (IoObject *) 0x5
   ; slotValue = (IoObject *) 0x0
#97 0x00413d44 in IoMessage_locals_performOn_ (self=0x9931c0,
 &nbsp;  locals=0xffe348, target=0xffe348) at source/IoMessage.c:558
 &nbsp;  inner = (IoMessage *) 0x9931c0
&nbsp;   state = (IoState *) 0x582790
&nbsp;   outer = (IoMessage *) 0x9931c0
&nbsp;   result = (IoObject *) 0x0
#98 0x00412a63 in IoBlock_activate (self=0xa59288, target=0xffda68,
 &nbsp;  locals=0xffda 68, m=0x5cb2c0, slotContext=0x5848c8) at source/IoBlock.c:234
 &nbsp;  state = (IoState *) 0x582790
&nbsp;   poolMark = 2
 &nbsp;  selfData = (IoBlockData *) 0xa59310
&nbsp;   argNames = (List *) 0xa593e8
&nbsp;   scope = (IoObject *) 0xffda68
&nbsp;   blockLocals = (IoObject *) 0xffe348
&nbsp;   result = (IoObject *) 0x402ce2
#99 0x00402eea in IoObject_activate (self=0xa59288, target=0xffda68,
 &nbsp;  locals=0xffda68, m=0x5cb2c0, slotContext=0x5848c8)
 &nbsp;  at source/IoObject_inline.h:238
No locals.
#100 0x00403059 in IoObject_perform (self=0xffda68, locals=0xffda68,
 &nbsp;  m=0x5cb2c0) at source/IoObject_inline.h:277
&nbsp;   context = (IoObject *) 0x5848c8
&nbsp;   slotValue = (IoObject *) 0xa59288
#101 0x00413d44 in IoMessage_locals_performOn_ (self=0x5cb2c0,
 &nbsp;   locals=0xffda68, target=0xffda68) at source/IoMessage.c:558
 &nbsp;  inner = (IoMessage *) 0x5cb2c0
&nbsp;   state = (IoState *) 0x582790
&nbsp;   outer = (IoMessage *) 0x5cb2c0
&nbsp;   result = (IoObject *) 0x0
#102 0x004184c8 in IoCoroutine_coroStart (context=0xffda68)
&nbsp; &nbsp; at source/IoCoroutine.c:259
   ; self = (IoCoroutine *) 0xffda68
&nbsp;   result = (IoObject *) 0x0
#103 0x0041d2a7 in Coro_StartWithArg (block=0x1092404) at source/Coro.c:169
No locals.
#104 0x0041d2e1 in Coro_Start () at source/Coro.c:177
&nbsp; &nbsp; block = {context = 0xffda68, func = 0x418488 <IoCoroutine_coroStart>}
#105 0x00000000 in ?? () from
No symbol table info available.


__._,_.___
.

__,_._,___
[1]

about | contact  Other archives ( Real Estate discussion Medical topics )