[M3devel] AMD64_FREEBSD problems with current RC from m3 site

Mika Nystrom mika at async.async.caltech.edu
Thu Nov 5 07:46:28 CET 2009


Tony,

I also think.. is it possible that the "general sluggishness" I'm seeing
is related?  I checked the network traffic and my program really isn't waiting
for NFS at all.  It's just 10x slower than it ought to be.  Ctrl-c reveals:

(Perhaps spending a lot of time in __error is normal?  I don't know.)

WARNING: TWSReplayer.ReqMktData: Couldnt find data for VFC:TSE:CAD
[New Thread 0x805c031e0 (LWP 100185)]
[New Thread 0x805c03370 (LWP 100190)]
^C
Program received signal SIGINT, Interrupt.
[Switching to Thread 0x805c03370 (LWP 100190)]
0x0000000804b3e29c in __error () from /lib/libthr.so.3
(gdb) where
#0  0x0000000804b3e29c in __error () from /lib/libthr.so.3
#1  0x0000000804b3c365 in pthread_cond_signal () from /lib/libthr.so.3
#2  0x00000008037769ad in ThreadPThread__pthread_cond_wait (cond=Error accessing memory address 0x8000fe7f4718: Bad address.
)
    at ../src/thread/PTHREAD/ThreadPThreadC.c:479
#3  0x000000080377083f in ThreadPThread__XWait (M3_BXP32l_self=Error accessing memory address 0x8000fe7f4748: Bad address.
)
    at ../src/thread/PTHREAD/ThreadPThread.m3:200
#4  0x0000000803770a85 in Thread__Wait (M3_AYIbX3_m=Error accessing memory address 0x8000fe7f47b8: Bad address.
) at ../src/thread/PTHREAD/ThreadPThread.m3:229
#5  0x0000000802947374 in SXSelect__WaitE (M3_CNERyx_on=Error accessing memory address 0x8000fe7f4848: Bad address.
) at ../src/SX.m3:217
#6  0x0000000802946972 in SXSelect__Wait (M3_CNERyx_on=Error accessing memory address 0x8000fe7f49e8: Bad address.
) at ../src/SX.m3:152
#7  0x00000008011ac748 in MktAsset__WaitLocked (M3_DwTwqf_t=Error accessing memory address 0x8000fe7f4a48: Bad address.
) at ../src/MktAsset.m3:117
#8  0x00000008011b2950 in MktPlace__RecApply (M3_ELxH3G_cl=Error accessing memory address 0x8000fe7f4d18: Bad address.
) at ../src/MktPlace.m3:469
#9  0x00000008037727b3 in ThreadPThread__RunThread (M3_CgoaiZ_me=Error accessing memory address 0x8000fe7f4f08: Bad address.
)
    at ../src/thread/PTHREAD/ThreadPThread.m3:509
#10 0x0000000803772569 in ThreadPThread__ThreadBase (M3_AJWxb1_param=Error accessing memory address 0x8000fe7f4f88: Bad address.
)
    at ../src/thread/PTHREAD/ThreadPThread.m3:490
#11 0x0000000804b344d1 in pthread_getprio () from /lib/libthr.so.3
#12 0x0000000000000000 in ?? ()
Error accessing memory address 0x7ffffe7f5000: Bad address.
(gdb) 

Tony Hosking writes:
>
>--Apple-Mail-121--89103770
>Content-Type: text/plain;
>	charset=US-ASCII;
>	format=flowed;
>	delsp=yes
>Content-Transfer-Encoding: 7bit
>
>Can you get this to break at the first fault:
>
>break RTHooks__ReportFault
>
>And then:
>
>p ThreadPThread__DumpThreads()
>
>Clearly somethings is *very* broken.  How can we be processing a  
>thread that is not stopped when we should have stopped them all.
>
>Antony Hosking | Associate Professor | Computer Science | Purdue  
>University
>305 N. University Street | West Lafayette | IN 47907 | USA
>Office +1 765 494 6001 | Mobile +1 765 427 5484
>
>
>
>
>On 4 Nov 2009, at 19:57, Mika Nystrom wrote:
>
>> Hi Tony and others,
>>
>> I tested with the head now (it looks a bit more organized than a week
>> ago), and I get the same problems.  A "double assert failure".
>>
>> By the way I am noticing that the program is quite slow.  It could be
>> that I'm accessing data over NFS, possibly... not sure I've done a  
>> fair
>> back-to-back comparison.  (My benchmark is, as always, an ancient  
>> PM3 on
>> "FreeBSD4" i386.)
>>
>>
>> ***
>> *** runtime error:
>> ***    <*ASSERT*> failed.
>> ***    file "../src/thread/PTHREAD/ThreadPThread.m3", line 967
>> ***
>>
>>
>>
>> ***
>> *** runtime error:
>> ***    <*ASSERT*> failed.
>> ***    file "../src/runtime/common/RTCollector.m3", line 690
>> ***
>>
>>
>> Program received signal SIGABRT, Aborted.
>> 0x0000000804c95a9c in thr_kill () from /lib/libc.so.7
>> (m3gdb)
>>
>> The problem seems a bit different from before, however:
>>
>> Program received signal SIGABRT, Aborted.
>> 0x0000000804c95a9c in thr_kill () from /lib/libc.so.7
>> (m3gdb) where
>> #0  0x0000000804c95a9c in thr_kill () from /lib/libc.so.7
>> #1  0x0000000804d24f8b in abort () from /lib/libc.so.7
>> #2  0x000000080376e3cf in Crash () at ../src/runtime/POSIX/RTOS.m3:20
>> #3  0x0000000803761f05 in Crash (msg=Invalid C/C++ type code 26 in  
>> symbol table.
>> ) at ../src/runtime/common/RTProcess.m3:65
>> #4  0x000000080375f3a2 in EndError (crash=Invalid C/C++ type code 36  
>> in symbol table.
>> ) at ../src/runtime/common/RTError.m3:118
>> #5  0x000000080375f09a in MsgS (file=Invalid C/C++ type code 35 in  
>> symbol table.
>> ) at ../src/runtime/common/RTError.m3:40
>> #6  0x000000080375f875 in Crash (a=Invalid C/C++ type code 30 in  
>> symbol table.
>> ) at ../src/runtime/common/RTException.m3:79
>> #7  0x000000080375f52c in DefaultBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:39
>> #8  0x000000080375f45e in InvokeBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:25
>> #9  0x000000080376ee93 in Raise (act=Invalid C/C++ type code 30 in  
>> symbol table.
>> ) at ../src/runtime/ex_frame/RTExFrame.m3:29
>> #10 0x000000080375f5de in DefaultBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:47
>> #11 0x000000080375f45e in InvokeBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:25
>> #12 0x000000080376ee93 in Raise (act=Invalid C/C++ type code 30 in  
>> symbol table.
>> ) at ../src/runtime/ex_frame/RTExFrame.m3:29
>> #13 0x0000000803746f81 in ReportFault (module=Invalid C/C++ type  
>> code 35 in symbol table.
>> ) at ../src/runtime/common/RTHooks.m3:110
>> #14 0x000000080375c91c in _m3_fault (arg=Invalid C/C++ type code 39  
>> in symbol table.
>> )
>>   from /usr/local/cm3/pkg/m3core/AMD64_FREEBSD/libm3core.so.5
>> #15 0x0000000803752466 in CollectorOn () at ../src/runtime/common/ 
>> RTCollector.m3:690
>> #16 0x0000000803759597 in CheckLoadTracedRef (ref=Invalid C/C++ type  
>> code 46 in symbol table.
>> ) at ../src/runtime/common/RTCollector.m3:2229
>> #17 0x00000008034e8db4 in ShutDown () at ../src/rw/Stdio.m3:43
>> #18 0x0000000803761e5c in InvokeExitors () at ../src/runtime/common/ 
>> RTProcess.m3:40
>> #19 0x0000000803761eee in Crash (msg=Invalid C/C++ type code 26 in  
>> symbol table.
>> ) at ../src/runtime/common/RTProcess.m3:61
>> #20 0x000000080375f3a2 in EndError (crash=Invalid C/C++ type code 36  
>> in symbol table.
>> ) at ../src/runtime/common/RTError.m3:118
>> #21 0x000000080375f09a in MsgS (file=Invalid C/C++ type code 35 in  
>> symbol table.
>> ) at ../src/runtime/common/RTError.m3:40
>> ---Type <return> to continue, or q <return> to quit---
>> #22 0x000000080375f875 in Crash (a=Invalid C/C++ type code 30 in  
>> symbol table.
>> ) at ../src/runtime/common/RTException.m3:79
>> #23 0x000000080375f52c in DefaultBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:39
>> #24 0x000000080375f45e in InvokeBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:25
>> #25 0x000000080376ee93 in Raise (act=Invalid C/C++ type code 30 in  
>> symbol table.
>> ) at ../src/runtime/ex_frame/RTExFrame.m3:29
>> #26 0x000000080375f5de in DefaultBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:47
>> #27 0x000000080375f45e in InvokeBackstop (a=Invalid C/C++ type code  
>> 30 in symbol table.
>> ) at ../src/runtime/common/RTException.m3:25
>> #28 0x000000080376ee93 in Raise (act=Invalid C/C++ type code 30 in  
>> symbol table.
>> ) at ../src/runtime/ex_frame/RTExFrame.m3:29
>> #29 0x0000000803746f81 in ReportFault (module=Invalid C/C++ type  
>> code 35 in symbol table.
>> ) at ../src/runtime/common/RTHooks.m3:110
>> #30 0x00000008037761b1 in _m3_fault (arg=Invalid C/C++ type code 39  
>> in symbol table.
>> )
>>   from /usr/local/cm3/pkg/m3core/AMD64_FREEBSD/libm3core.so.5
>> #31 0x0000000803774c6b in ProcessOther (act=Invalid C/C++ type code  
>> 29 in symbol table.
>> ) at ../src/thread/PTHREAD/ThreadPThread.m3:967
>> #32 0x000000080377485b in ProcessStacks (p=Invalid C/C++ type code  
>> 31 in symbol table.
>> ) at ../src/thread/PTHREAD/ThreadPThread.m3:888
>> #33 0x0000000803752d59 in CollectSomeInStateZero () at ../src/ 
>> runtime/common/RTCollector.m3:819
>> #34 0x00000008037526a0 in CollectSome () at ../src/runtime/common/ 
>> RTCollector.m3:719
>> #35 0x00000008037520a1 in CollectEnough () at ../src/runtime/common/ 
>> RTCollector.m3:653
>> #36 0x0000000803748f49 in AllocTraced (dataSize=Invalid C/C++ type  
>> code 40 in symbol table.
>> ) at ../src/runtime/common/RTAllocator.m3:365
>> #37 0x0000000803747f1c in GetTracedObj (def=Invalid C/C++ type code  
>> 29 in symbol table.
>> ) at ../src/runtime/common/RTAllocator.m3:224
>> #38 0x0000000803747833 in AllocateTracedObj (defn=Invalid C/C++ type  
>> code 35 in symbol table.
>> ) at ../src/runtime/common/RTAllocator.m3:120
>> #39 0x0000000800ad4207 in ParseRec (chars=Invalid C/C++ type code 30  
>> in symbol table.
>> ) at ../src/TWSLogger.m3:127
>> #40 0x0000000800ad4ce1 in ReadRecord (h=Invalid C/C++ type code 35  
>> in symbol table.
>> ) at ../src/TWSReplayer.m3:109
>> #41 0x0000000800ad65fb in SearchBackwardForData (mu=Invalid C/C++  
>> type code 26 in symbol table.
>> ) at ../src/TWSReplayer.m3:350
>> #42 0x0000000800ad6e8a in ReqMktData (t=Invalid C/C++ type code 26  
>> in symbol table.
>> ) at ../src/TWSReplayer.m3:396
>> #43 0x0000000800adae34 in MreqMktData (t=Invalid C/C++ type code 26  
>> in symbol table.
>> )
>> ---Type <return> to continue, or q <return> to quit---
>>    at ../src/TWSReplayBridge.m3 => /home/mika/t/calarm/twslib/src/ 
>> TWSBridge.mg:574
>> #44 0x000000000040748a in AddContract (tws=Invalid C/C++ type code  
>> 26 in symbol table.
>> ) at ../src/MktIsolator.m3:423
>> #45 0x00000000004086d8 in Init (t=Invalid C/C++ type code 26 in  
>> symbol table.
>> ) at ../src/MktIsolator.m3:517
>> #46 0x00000000004106af in Main (mode=Invalid C/C++ type code 39 in  
>> symbol table.
>> ) at ../src/Main.m3:734
>> #47 0x000000080375e507 in RunMainBody (m=Invalid C/C++ type code 29  
>> in symbol table.
>> ) at ../src/runtime/common/RTLinker.m3:399
>> #48 0x000000080375d6ee in AddUnitI (m=Invalid C/C++ type code 29 in  
>> symbol table.
>> ) at ../src/runtime/common/RTLinker.m3:113
>> #49 0x000000080375d78c in AddUnit (b=Invalid C/C++ type code 31 in  
>> symbol table.
>> ) at ../src/runtime/common/RTLinker.m3:122
>> #50 0x0000000000404194 in main (argc=45, argv=0x7fffffffddb0,  
>> envp=0x7fffffffdf20) at _m3main.mc:4
>> #51 0x00000000004040de in _start ()
>> (m3gdb) up 15
>> #15 0x0000000803752466 in CollectorOn () at ../src/runtime/common/ 
>> RTCollector.m3:690
>> 690         <* ASSERT NOT collectorOn *>
>> Current language:  auto; currently Modula-3
>> (m3gdb) print collectorOn
>> $1 = TRUE
>> (m3gdb)
>>
>> Also, the other assertion:
>>
>> PROCEDURE ProcessOther (act: Activation;  p: PROCEDURE (start, stop:  
>> ADDRESS)) =
>>  (* LL=activeMu *)
>>  VAR sp: ADDRESS;
>>  BEGIN
>>    <*ASSERT act.state = ActState.Stopped*>  (* here! *)
>>    IF DEBUG THEN
>>      RTIO.PutText("Processing act="); RTIO.PutAddr(act);  
>> RTIO.PutText("\n"); RTIO.Flush();
>>    END;
>>    IF act.stackbase = NIL THEN RETURN END;
>>    RTHeapRep.FlushThreadState(act.heapState);
>>    (* process registers explicitly *)
>>    sp := ProcessState(act.handle, act.sp, p);
>>    (* or in my stack *)
>>    IF stack_grows_down
>>      THEN p(sp, act.stackbase);
>>      ELSE p(act.stackbase, sp);
>>    END;
>>  END ProcessOther;
>>
>>     Mika
>>
>> Tony Hosking writes:
>>>
>>> --Apple-Mail-62--295019692
>>> Content-Type: text/plain;
>>> 	charset=US-ASCII;
>>> 	format=flowed;
>>> 	delsp=yes
>>> Content-Transfer-Encoding: 7bit
>>>
>>> Possibly.  Though it may be more than that.  I've not tested on
>>> FreeBSD7 before.
>>>
>>> On 2 Nov 2009, at 12:20, Mika Nystrom wrote:
>>>
>>>> Tony (and others):
>>>>
>>>> I take it part of the problem I'm having is that I'm running a very
>>>> out
>>>> of date RC package on my FreeBSD7?
>>>>
>>>> Should I cvs update to something else to try?  Note that what's in
>>>> the "normal"
>>>> CVS head didn't even compile when I tried it---see an earlier email
>>>> from me.
>>>> How can I specify the proper tag to get on to the "release" branch
>>>> of the
>>>> tree, if that's what I'm supposed to do?
>>>>
>>>>   Mika
>>>>
>>>> Tony Hosking writes:
>>>>>
>>>>> --Apple-Mail-36--459856549
>>>>> Content-Type: text/plain;
>>>>> 	charset=US-ASCII;
>>>>> 	format=flowed;
>>>>> 	delsp=yes
>>>>> Content-Transfer-Encoding: 7bit
>>>>>
>>>>> Try regular gdb.
>>>>> Set a breakpoint at RTHooks__ReportFault.
>>>>> Then thread apply all bt.
>>>>>
>>>>>
>>>>> Antony Hosking | Associate Professor | Computer Science | Purdue
>>>>> University
>>>>> 305 N. University Street | West Lafayette | IN 47907 | USA
>>>>> Office +1 765 494 6001 | Mobile +1 765 427 5484
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On 31 Oct 2009, at 16:06, Mika Nystrom wrote:
>>>>>
>>>>>> With the RC m3gdb it either segfaults gdb or:
>>>>>>
>>>>>> (m3gdb) threads
>>>>>> Can't find Modula-3 identifier: ThreadPosix
>>>>>> (m3gdb) threads all
>>>>>> Can't find Modula-3 identifier: ThreadPosix
>>>>>> (m3gdb) threads all bt
>>>>>> Can't find Modula-3 identifier: ThreadPosix
>>>>>> (m3gdb)
>>>>>>
>>>>>> Tony Hosking writes:
>>>>>>>
>>>>>>> --Apple-Mail-33--461716527
>>>>>>> Content-Type: text/plain;
>>>>>>> 	charset=US-ASCII;
>>>>>>> 	format=flowed;
>>>>>>> 	delsp=yes
>>>>>>> Content-Transfer-Encoding: 7bit
>>>>>>>
>>>>>>> threads all bt
>>>>>>>
>>>>>>> should give a backtrace of all threads.
>>>>>>>
>>>>>
>>>>>
>>>>> --Apple-Mail-36--459856549
>>>>> Content-Type: text/html;
>>>>> 	charset=US-ASCII
>>>>> Content-Transfer-Encoding: quoted-printable
>>>>>
>>>>> <html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode:
>>>>> space; =
>>>>> -webkit-line-break: after-white-space; ">Try regular gdb.<div>Set  
>>>>> a =
>>>>> breakpoint at RTHooks__ReportFault.</div><div>Then thread apply  
>>>>> all =
>>>>> bt.</div><div><br></div><div><br><div> <span class=3D"Apple-style-
>>>>> span" =
>>>>> style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-
>>>>> family: =
>>>>> Helvetica; font-size: 12px; font-style: normal; font-variant:
>>>>> normal; =
>>>>> font-weight: normal; letter-spacing: normal; line-height: normal; =
>>>>> orphans: 2; text-align: auto; text-indent: 0px; text-transform:
>>>>> none; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-
>>>>> adjust: =
>>>>> auto; -webkit-text-stroke-width: 0; "><div style=3D"word-wrap: =
>>>>> break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
>>>>> after-white-space; "><span class=3D"Apple-style-span" =
>>>>> style=3D"border-collapse: separate; -webkit-border-horizontal-
>>>>> spacing: =
>>>>> 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>>>>> font-family: Helvetica; font-size: 12px; font-style: normal; =
>>>>> font-variant: normal; font-weight: normal; letter-spacing:  
>>>>> normal; =
>>>>> line-height: normal; -webkit-text-decorations-in-effect: none; =
>>>>> text-indent: 0px; -webkit-text-size-adjust: auto; text-transform:
>>>>> none; =
>>>>> orphans: 2; white-space: normal; widows: 2; word-spacing: 0px;
>>>>> "><div =
>>>>> style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
>>>>> -webkit-line-break: after-white-space; "><span class=3D"Apple- 
>>>>> style-
>>>>> span" =
>>>>> style=3D"border-collapse: separate; -webkit-border-horizontal-
>>>>> spacing: =
>>>>> 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>>>>> font-family: Helvetica; font-size: 12px; font-style: normal; =
>>>>> font-variant: normal; font-weight: normal; letter-spacing:  
>>>>> normal; =
>>>>> line-height: normal; -webkit-text-decorations-in-effect: none; =
>>>>> text-indent: 0px; -webkit-text-size-adjust: auto; text-transform:
>>>>> none; =
>>>>> orphans: 2; white-space: normal; widows: 2; word-spacing: 0px;
>>>>> "><span =
>>>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size:  
>>>>> 12px; =
>>>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>>>> letter-spacing: normal; line-height: normal; =
>>>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size:  
>>>>> 12px; =
>>>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>>>> letter-spacing: normal; line-height: normal; =
>>>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size:  
>>>>> 12px; =
>>>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>>>> letter-spacing: normal; line-height: normal; =
>>>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size:  
>>>>> 12px; =
>>>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>>>> letter-spacing: normal; line-height: normal; =
>>>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size:  
>>>>> 12px; =
>>>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>>>> letter-spacing: normal; line-height: normal; =
>>>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size:  
>>>>> 12px; =
>>>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>>>> letter-spacing: normal; line-height: normal; =
>>>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-
>>>>> spacing: =
>>>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size:  
>>>>> 12px; =
>>>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>>>> letter-spacing: normal; line-height: normal; =
>>>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>>>> white-space: normal; widows: 2; word-spacing: 0px; "><div><font =
>>>>> class=3D"Apple-style-span" color=3D"#0000FF"><font =
>>>>> class=3D"Apple-style-span" face=3D"Gill Sans"><span =
>>>>> class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-
>>>>> family: =
>>>>> 'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"color:
>>>>> rgb(0, =
>>>>> 0, 255); font-family: 'Gill Sans'; ">Antony =
>>>>> Hosking</span></span></font></font><font class=3D"Apple-style- 
>>>>> span" =
>>>>> face=3D"Gill Sans"><span class=3D"Apple-style-span" style=3D"font-
>>>>> family: =
>>>>> 'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"font-
>>>>> family: =
>>>>> 'Gill Sans'; "><span class=3D"Apple-converted-space"> </span>|
>>>>> <span =
>>>>> class=3D"Apple-converted-space"> </span></span></span><span =
>>>>> class=3D"Apple-style-span" style=3D"font-family: 'Gill Sans';
>>>>> "><span =
>>>>> class=3D"Apple-style-span" style=3D"font-family: 'Gill Sans'; =
>>>>> ">Associate Professor</span></span><span class=3D"Apple-style- 
>>>>> span" =
>>>>> style=3D"font-family: 'Gill Sans'; "><span class=3D"Apple-style-
>>>>> span" =
>>>>> style=3D"font-family: 'Gill Sans'; "> | Computer Science |
>>>>> Purdue =
>>>>> University</span></span></font></div><div><font class=3D"Apple-
>>>>> style-span"=
>>>>> face=3D"GillSans-Light"><span class=3D"Apple-style-span" =
>>>>> style=3D"font-family: GillSans-Light; ">305 N. University Street |
>>>>> West =
>>>>> Lafayette | IN 47907 | USA</span></font></div><div><font =
>>>>> class=3D"Apple-style-span" color=3D"#0000FF" face=3D"Gill
>>>>> Sans"><span =
>>>>> class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-
>>>>> family: =
>>>>> 'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"color:
>>>>> rgb(0, =
>>>>> 0, 255); font-family: 'Gill Sans'; ">Office</span></span></
>>>>> font><font =
>>>>> class=3D"Apple-style-span" face=3D"GillSans-Light"><span =
>>>>> class=3D"Apple-style-span" style=3D"font-family: GillSans-Light;
>>>>> "><span =
>>>>> class=3D"Apple-style-span" style=3D"font-family: GillSans-Light; =
>>>>> "> +1 765 494 6001 |<span =
>>>>> class=3D"Apple-converted-space"> </span></span></span></
>>>>> font><font =
>>>>> class=3D"Apple-style-span" color=3D"#0000FF" face=3D"Gill
>>>>> Sans"><span =
>>>>> class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-
>>>>> family: =
>>>>> 'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"color:
>>>>> rgb(0, =
>>>>> 0, 255); font-family: 'Gill Sans'; ">Mobile</span></span></
>>>>> font><font =
>>>>> class=3D"Apple-style-span" face=3D"GillSans-Light"><span =
>>>>> class=3D"Apple-style-span" style=3D"font-family: GillSans-Light;
>>>>> "><span =
>>>>> class=3D"Apple-style-span" style=3D"font-family: GillSans-Light;
>>>>> "><span =
>>>>> class=3D"Apple-converted-space"> </span>+1 765 427 =
>>>>> 5484</span></span></font></div><div><font class=3D"Apple-style-
>>>>> span" =
>>>>> face=3D"GillSans-Light"><br =
>>>>> class=3D"khtml-block-placeholder"></font></div></span></span></
>>>>> span></span=
>>>>>> </span></span></span><br =
>>>>> class=3D"Apple-interchange-newline"></span></div></span></div></
>>>>> span><br =
>>>>> class=3D"Apple-interchange-newline"> </div><br><div><div>On 31 Oct
>>>>> 2009, =
>>>>> at 16:06, Mika Nystrom wrote:</div><br =
>>>>> class=3D"Apple-interchange-newline"><blockquote
>>>>> type=3D"cite"><div>With =
>>>>> the RC m3gdb it either segfaults gdb or:<br><br>(m3gdb)
>>>>> threads<br>Can't =
>>>>> find Modula-3 identifier: ThreadPosix<br>(m3gdb) threads
>>>>> all<br>Can't =
>>>>> find Modula-3 identifier: ThreadPosix<br>(m3gdb) threads all bt =
>>>>> <br>Can't find Modula-3 identifier: ThreadPosix<br>(m3gdb)
>>>>> <br><br>Tony =
>>>>> Hosking writes:<br><blockquote type=3D"cite"><br></
>>>>> blockquote><blockquote =
>>>>> type=3D"cite">--Apple-Mail-33--461716527<br></
>>>>> blockquote><blockquote =
>>>>> type=3D"cite">Content-Type: text/plain;<br></ 
>>>>> blockquote><blockquote =
>>>>> type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white-
>>>>> space:pre">	=
>>>>> </span>charset=3DUS-ASCII;<br></blockquote><blockquote
>>>>> type=3D"cite"><span=
>>>>> class=3D"Apple-tab-span" style=3D"white-space:pre">	=
>>>>> </span>format=3Dflowed;<br></blockquote><blockquote
>>>>> type=3D"cite"><span =
>>>>> class=3D"Apple-tab-span" style=3D"white-space:pre">	=
>>>>> </span>delsp=3Dyes<br></blockquote><blockquote =
>>>>> type=3D"cite">Content-Transfer-Encoding: =
>>>>> 7bit<br></blockquote><blockquote =
>>>>> type=3D"cite"><br></blockquote><blockquote type=3D"cite">threads
>>>>> all =
>>>>> bt<br></blockquote><blockquote type=3D"cite"><br></
>>>>> blockquote><blockquote =
>>>>> type=3D"cite">should give a backtrace of all =
>>>>> threads.<br></blockquote><blockquote =
>>>>> type=3D"cite"><br></blockquote></div></blockquote></div><br></ 
>>>>> div></
>>>>> body><=
>>>>> /html>=
>>>>>
>>>>> --Apple-Mail-36--459856549--
>>>
>>>
>>> --Apple-Mail-62--295019692
>>> Content-Type: text/html;
>>> 	charset=US-ASCII
>>> Content-Transfer-Encoding: quoted-printable
>>>
>>> <html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode:  
>>> space; =
>>> -webkit-line-break: after-white-space; ">Possibly.  Though it  
>>> may =
>>> be more than that.  I've not tested on FreeBSD7 =
>>> before.<br><div><div apple-content-edited=3D"true"><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate;  
>>> color: =
>>> rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: =
>>> normal; font-variant: normal; font-weight: normal; letter-spacing: =
>>> normal; line-height: normal; orphans: 2; text-align: auto; text- 
>>> indent: =
>>> 0px; text-transform: none; white-space: normal; widows: 2; word- 
>>> spacing: =
>>> 0px; -webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: 0px; =
>>> -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
>>> auto; -webkit-text-stroke-width: 0; "><div style=3D"word-wrap: =
>>> break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
>>> after-white-space; "><span class=3D"Apple-style-span" =
>>> style=3D"border-collapse: separate; -webkit-border-horizontal- 
>>> spacing: =
>>> 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>>> font-family: Helvetica; font-size: 12px; font-style: normal; =
>>> font-variant: normal; font-weight: normal; letter-spacing: normal; =
>>> line-height: normal; -webkit-text-decorations-in-effect: none; =
>>> text-indent: 0px; -webkit-text-size-adjust: auto; text-transform:  
>>> none; =
>>> orphans: 2; white-space: normal; widows: 2; word-spacing: 0px;  
>>> "><div =
>>> style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
>>> -webkit-line-break: after-white-space; "><span class=3D"Apple-style- 
>>> span" =
>>> style=3D"border-collapse: separate; -webkit-border-horizontal- 
>>> spacing: =
>>> 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>>> font-family: Helvetica; font-size: 12px; font-style: normal; =
>>> font-variant: normal; font-weight: normal; letter-spacing: normal; =
>>> line-height: normal; -webkit-text-decorations-in-effect: none; =
>>> text-indent: 0px; -webkit-text-size-adjust: auto; text-transform:  
>>> none; =
>>> orphans: 2; white-space: normal; widows: 2; word-spacing: 0px;  
>>> "><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical- 
>>> spacing: =
>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical- 
>>> spacing: =
>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical- 
>>> spacing: =
>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical- 
>>> spacing: =
>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical- 
>>> spacing: =
>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical- 
>>> spacing: =
>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>> white-space: normal; widows: 2; word-spacing: 0px; "><span =
>>> class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical- 
>>> spacing: =
>>> 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>>> font-style: normal; font-variant: normal; font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>>> white-space: normal; widows: 2; word-spacing: 0px; "><div><span =
>>> class=3D"Apple-style-span" style=3D"font-size: medium;"><font =
>>> class=3D"Apple-style-span" color=3D"#0000FF" face=3D"'Gill =
>>> Sans'"><br></font></span></div></span></span></span></span></span></ 
>>> span><=
>>> /span></span></div></span></div></span></div><div><div>On 2 Nov  
>>> 2009, at =
>>> 12:20, Mika Nystrom wrote:</div><br =
>>> class=3D"Apple-interchange-newline"><blockquote  
>>> type=3D"cite"><div>Tony =
>>> (and others):<br><br>I take it part of the problem I'm having is  
>>> that =
>>> I'm running a very out<br>of date RC package on my =
>>> FreeBSD7?<br><br>Should I cvs update to something else to try? =
>>>  Note that what's in the "normal"<br>CVS head didn't even  
>>> compile =
>>> when I tried it---see an earlier email from me.<br>How can I  
>>> specify the =
>>> proper tag to get on to the "release" branch of the<br>tree, if  
>>> that's =
>>> what I'm supposed to do?<br><br>    Mika<br><br>Tony =
>>> Hosking writes:<br><blockquote type=3D"cite"><br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">--Apple-Mail-36--459856549<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">Content-Type: text/plain;<br></blockquote><blockquote =
>>> type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white- 
>>> space:pre">	=
>>> </span>charset=3DUS-ASCII;<br></blockquote><blockquote  
>>> type=3D"cite"><span=
>>> class=3D"Apple-tab-span" style=3D"white-space:pre">	=
>>> </span>format=3Dflowed;<br></blockquote><blockquote  
>>> type=3D"cite"><span =
>>> class=3D"Apple-tab-span" style=3D"white-space:pre">	=
>>> </span>delsp=3Dyes<br></blockquote><blockquote =
>>> type=3D"cite">Content-Transfer-Encoding: =
>>> 7bit<br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote type=3D"cite">Try  
>>> regular =
>>> gdb.<br></blockquote><blockquote type=3D"cite">Set a breakpoint at =
>>> RTHooks__ReportFault.<br></blockquote><blockquote  
>>> type=3D"cite">Then =
>>> thread apply all bt.<br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote type=3D"cite">Antony  
>>> Hosking =
>>> | Associate Professor | Computer Science | Purdue =
>>>  <br></blockquote><blockquote =
>>> type=3D"cite">University<br></blockquote><blockquote  
>>> type=3D"cite">305 =
>>> N. University Street | West Lafayette | IN 47907 | =
>>> USA<br></blockquote><blockquote type=3D"cite">Office +1 765 494  
>>> 6001 | =
>>> Mobile +1 765 427 5484<br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote type=3D"cite">On 31 Oct  
>>> 2009, =
>>> at 16:06, Mika Nystrom wrote:<br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote  
>>> type=3D"cite"><blockquote =
>>> type=3D"cite">With the RC m3gdb it either segfaults gdb =
>>> or:<br></blockquote></blockquote><blockquote  
>>> type=3D"cite"><blockquote =
>>> type=3D"cite"><br></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite">(m3gdb) =
>>> threads<br></blockquote></blockquote><blockquote  
>>> type=3D"cite"><blockquote=
>>> type=3D"cite">Can't find Modula-3 identifier: =
>>> ThreadPosix<br></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite">(m3gdb) threads =
>>> all<br></blockquote></blockquote><blockquote  
>>> type=3D"cite"><blockquote =
>>> type=3D"cite">Can't find Modula-3 identifier: =
>>> ThreadPosix<br></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite">(m3gdb) threads all =
>>> bt<br></blockquote></blockquote><blockquote  
>>> type=3D"cite"><blockquote =
>>> type=3D"cite">Can't find Modula-3 identifier: =
>>> ThreadPosix<br></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote =
>>> type=3D"cite">(m3gdb)<br></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote =
>>> type=3D"cite"><br></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite">Tony Hosking =
>>> writes:<br></blockquote></blockquote><blockquote  
>>> type=3D"cite"><blockquote=
>>> type=3D"cite"><blockquote =
>>> type=3D"cite"><br></blockquote></blockquote></ 
>>> blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote =
>>> type=3D"cite">--Apple-Mail-33--461716527<br></blockquote></ 
>>> blockquote></bl=
>>> ockquote><blockquote type=3D"cite"><blockquote  
>>> type=3D"cite"><blockquote =
>>> type=3D"cite">Content-Type: =
>>> text/plain;<br></blockquote></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote  
>>> type=3D"cite"><span =
>>> class=3D"Apple-tab-span" style=3D"white-space:pre">	=
>>> </span>charset=3DUS-ASCII;<br></blockquote></blockquote></ 
>>> blockquote><bloc=
>>> kquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>>> type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white- 
>>> space:pre">	=
>>> </span>format=3Dflowed;<br></blockquote></blockquote></ 
>>> blockquote><blockqu=
>>> ote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>>> type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white- 
>>> space:pre">	=
>>> </span>delsp=3Dyes<br></blockquote></blockquote></ 
>>> blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote =
>>> type=3D"cite">Content-Transfer-Encoding: =
>>> 7bit<br></blockquote></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote =
>>> type=3D"cite"><br></blockquote></blockquote></ 
>>> blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote  
>>> type=3D"cite">threads =
>>> all bt<br></blockquote></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote =
>>> type=3D"cite"><br></blockquote></blockquote></ 
>>> blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote  
>>> type=3D"cite">should =
>>> give a backtrace of all =
>>> threads.<br></blockquote></blockquote></blockquote><blockquote =
>>> type=3D"cite"><blockquote type=3D"cite"><blockquote =
>>> type=3D"cite"><br></blockquote></blockquote></ 
>>> blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite">--Apple-Mail-36--459856549<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">Content-Type: text/html;<br></blockquote><blockquote =
>>> type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white- 
>>> space:pre">	=
>>> </span>charset=3DUS-ASCII<br></blockquote><blockquote =
>>> type=3D"cite">Content-Transfer-Encoding: =
>>> quoted-printable<br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite"><html><body style=3D3D"word-wrap: break- 
>>> word; =
>>> -webkit-nbsp-mode: space; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-line-break: after-white-space; ">Try  
>>> regular =
>>> gdb.<div>Set a =3D<br></blockquote><blockquote =
>>> type=3D"cite">breakpoint at =
>>> RTHooks__ReportFault.</div><div>Then thread apply all =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">bt.</div><div><br></ 
>>> div><div>&=
>>> lt;br><div> <span class=3D3D"Apple-style-span" =
>>> =3D<br></blockquote><blockquote type=3D"cite">style=3D3D"border- 
>>> collapse: =
>>> separate; color: rgb(0, 0, 0); font-family: =
>>> =3D<br></blockquote><blockquote type=3D"cite">Helvetica; font-size: =
>>> 12px; font-style: normal; font-variant: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">font-weight: normal; =
>>> letter-spacing: normal; line-height: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">orphans: 2; text- 
>>> align: =
>>> auto; text-indent: 0px; text-transform: none; =
>>> =3D<br></blockquote><blockquote type=3D"cite">white-space: normal; =
>>> widows: 2; word-spacing: 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; -webkit-text-decorations-in-effect: none; =
>>> -webkit-text-size-adjust: =3D<br></blockquote><blockquote =
>>> type=3D"cite">auto; -webkit-text-stroke-width: 0; "><div =
>>> style=3D3D"word-wrap: =3D<br></blockquote><blockquote =
>>> type=3D"cite">break-word; -webkit-nbsp-mode: space; -webkit-line- 
>>> break: =
>>> =3D<br></blockquote><blockquote type=3D"cite">after-white-space; =
>>> "><span class=3D3D"Apple-style-span" =3D<br></ 
>>> blockquote><blockquote=
>>> type=3D"cite">style=3D3D"border-collapse: separate; =
>>> -webkit-border-horizontal-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; -webkit-border-vertical-spacing: 0px; color:  
>>> rgb(0, =
>>> 0, 0); =3D<br></blockquote><blockquote type=3D"cite">font-family: =
>>> Helvetica; font-size: 12px; font-style: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">font-variant: normal; =
>>> font-weight: normal; letter-spacing: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">line-height: normal; =
>>> -webkit-text-decorations-in-effect: none; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">text-indent: 0px; -webkit-text-size-adjust: auto; =
>>> text-transform: none; =3D<br></blockquote><blockquote =
>>> type=3D"cite">orphans: 2; white-space: normal; widows: 2; word- 
>>> spacing: =
>>> 0px; "><div =3D<br></blockquote><blockquote =
>>> type=3D"cite">style=3D3D"word-wrap: break-word; -webkit-nbsp-mode: =
>>> space; =3D<br></blockquote><blockquote type=3D"cite">-webkit-line- 
>>> break: =
>>> after-white-space; "><span class=3D3D"Apple-style-span" =
>>> =3D<br></blockquote><blockquote type=3D"cite">style=3D3D"border- 
>>> collapse: =
>>> separate; -webkit-border-horizontal-spacing: =
>>> =3D<br></blockquote><blockquote type=3D"cite">0px; =
>>> -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>>> =3D<br></blockquote><blockquote type=3D"cite">font-family:  
>>> Helvetica; =
>>> font-size: 12px; font-style: normal; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">font-variant: normal; font-weight: normal; letter- 
>>> spacing: =
>>> normal; =3D<br></blockquote><blockquote type=3D"cite">line-height: =
>>> normal; -webkit-text-decorations-in-effect: none; =
>>> =3D<br></blockquote><blockquote type=3D"cite">text-indent: 0px; =
>>> -webkit-text-size-adjust: auto; text-transform: none; =
>>> =3D<br></blockquote><blockquote type=3D"cite">orphans: 2; white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"border-collapse: separate; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>>> font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font- 
>>> style:=
>>> normal; font-variant: normal; font-weight: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">letter-spacing:  
>>> normal; =
>>> line-height: normal; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-decorations-in-effect: none; text- 
>>> indent: =
>>> 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>>> orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"border-collapse: separate; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>>> font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font- 
>>> style:=
>>> normal; font-variant: normal; font-weight: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">letter-spacing:  
>>> normal; =
>>> line-height: normal; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-decorations-in-effect: none; text- 
>>> indent: =
>>> 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>>> orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"border-collapse: separate; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>>> font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font- 
>>> style:=
>>> normal; font-variant: normal; font-weight: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">letter-spacing:  
>>> normal; =
>>> line-height: normal; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-decorations-in-effect: none; text- 
>>> indent: =
>>> 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>>> orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"border-collapse: separate; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>>> font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font- 
>>> style:=
>>> normal; font-variant: normal; font-weight: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">letter-spacing:  
>>> normal; =
>>> line-height: normal; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-decorations-in-effect: none; text- 
>>> indent: =
>>> 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>>> orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"border-collapse: separate; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>>> font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font- 
>>> style:=
>>> normal; font-variant: normal; font-weight: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">letter-spacing:  
>>> normal; =
>>> line-height: normal; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-decorations-in-effect: none; text- 
>>> indent: =
>>> 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>>> orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"border-collapse: separate; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>>> font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font- 
>>> style:=
>>> normal; font-variant: normal; font-weight: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">letter-spacing:  
>>> normal; =
>>> line-height: normal; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-decorations-in-effect: none; text- 
>>> indent: =
>>> 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>>> orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"border-collapse: separate; =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>>> -webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>>> type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>>> font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font- 
>>> style:=
>>> normal; font-variant: normal; font-weight: normal; =
>>> =3D<br></blockquote><blockquote type=3D"cite">letter-spacing:  
>>> normal; =
>>> line-height: normal; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-decorations-in-effect: none; text- 
>>> indent: =
>>> 0px; =3D<br></blockquote><blockquote =
>>> type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>>> orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white- 
>>> space: =
>>> normal; widows: 2; word-spacing: 0px; "><div><font =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> color=3D3D"#0000FF"><font =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" face=3D3D"Gill =
>>> Sans"><span =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"color: rgb(0,  
>>> 0, =
>>> 255); font-family: =3D<br></blockquote><blockquote  
>>> type=3D"cite">'Gill =
>>> Sans'; "><span class=3D3D"Apple-style-span" style=3D3D"color: =
>>> rgb(0, =3D<br></blockquote><blockquote type=3D"cite">0, 255); =
>>> font-family: 'Gill Sans'; ">Antony =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">Hosking</span></span></font></ 
>>> font>&=
>>> lt;font class=3D3D"Apple-style-span" =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">face=3D3D"Gill Sans"><span =
>>> class=3D3D"Apple-style-span" style=3D3D"font-family: =
>>> =3D<br></blockquote><blockquote type=3D"cite">'Gill Sans';  
>>> "><span =
>>> class=3D3D"Apple-style-span" style=3D3D"font-family: =
>>> =3D<br></blockquote><blockquote type=3D"cite">'Gill Sans';  
>>> "><span =
>>> class=3D3D"Apple-converted-space">&nbsp;</span>| 
>>> <span =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-converted-space">&nbsp;</ 
>>> span>=
>>> </span></span><span =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family:  
>>> 'Gill =
>>> Sans'; "><span =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family:  
>>> 'Gill =
>>> Sans'; =3D<br></blockquote><blockquote type=3D"cite">">Associate =
>>> Professor</span></span><span class=3D3D"Apple-style- 
>>> span" =
>>> =3D<br></blockquote><blockquote type=3D"cite">style=3D3D"font- 
>>> family: =
>>> 'Gill Sans'; "><span class=3D3D"Apple-style-span" =
>>> =3D<br></blockquote><blockquote type=3D"cite">style=3D3D"font- 
>>> family: =
>>> 'Gill Sans'; ">&nbsp;| Computer Science | Purdue =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">University</span></span></font></ 
>>> div&gt=
>>> ;<div><font =
>>> class=3D3D"Apple-style-span"=3D<br></blockquote><blockquote =
>>> type=3D"cite">face=3D3D"GillSans-Light"><span =
>>> class=3D3D"Apple-style-span" =3D<br></blockquote><blockquote =
>>> type=3D"cite">style=3D3D"font-family: GillSans-Light; ">305 N. =
>>> University Street | West =3D<br></blockquote><blockquote =
>>> type=3D"cite">Lafayette | IN 47907 | =
>>> USA</span></font></div><div><font =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> color=3D3D"#0000FF" face=3D3D"Gill Sans"><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"color: rgb(0, 0, 255); font-family: =
>>> =3D<br></blockquote><blockquote type=3D"cite">'Gill Sans';  
>>> "><span =
>>> class=3D3D"Apple-style-span" style=3D3D"color: rgb(0, =
>>> =3D<br></blockquote><blockquote type=3D"cite">0, 255); font-family: =
>>> 'Gill Sans'; ">Office</span></span></ 
>>> font><font =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> face=3D3D"GillSans-Light"><span =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>>> GillSans-Light; "><span =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>>> GillSans-Light; =3D<br></blockquote><blockquote =
>>> type=3D"cite">">&nbsp;+1 765 494 6001 |<span =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-converted-space">&nbsp;</ 
>>> span>=
>>> </span></span></font><font =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> color=3D3D"#0000FF" face=3D3D"Gill Sans"><span =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> style=3D3D"color: rgb(0, 0, 255); font-family: =
>>> =3D<br></blockquote><blockquote type=3D"cite">'Gill Sans';  
>>> "><span =
>>> class=3D3D"Apple-style-span" style=3D3D"color: rgb(0, =
>>> =3D<br></blockquote><blockquote type=3D"cite">0, 255); font-family: =
>>> 'Gill Sans'; ">Mobile</span></span></ 
>>> font><font =
>>> =3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple- 
>>> style-span"=
>>> face=3D3D"GillSans-Light"><span =3D<br></ 
>>> blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>>> GillSans-Light; "><span =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>>> GillSans-Light; "><span =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-converted-space">&nbsp;</ 
>>> span>=
>>> +1 765 427 =3D<br></blockquote><blockquote =
>>> type=3D"cite">5484</span></span></font></ 
>>> div><d=
>>> iv><font class=3D3D"Apple-style-span" =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">face=3D3D"GillSans-Light"><br =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"khtml-block-placeholder"></ 
>>> font></div=
>>> ></span></span></span></span=3D<br></ 
>>> blockquote><b=
>>> lockquote type=3D"cite"><blockquote =
>>> type=3D"cite"></span></span></span><br =
>>> =3D<br></blockquote></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-interchange-newline"></ 
>>> span></d=
>>> iv></span></div></span><br =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-interchange-newline"> =
>>> </div><br><div><div>On 31 Oct 2009, =
>>> =3D<br></blockquote><blockquote type=3D"cite">at 16:06, Mika  
>>> Nystrom =
>>> wrote:</div><br =3D<br></blockquote><blockquote =
>>> type=3D"cite">class=3D3D"Apple-interchange- 
>>> newline"><blockquote =
>>> type=3D3D"cite"><div>With =3D<br></blockquote><blockquote =
>>> type=3D"cite">the RC m3gdb it either segfaults gdb =
>>> or:<br><br>(m3gdb) threads<br>Can't =
>>> =3D<br></blockquote><blockquote type=3D"cite">find Modula-3  
>>> identifier: =
>>> ThreadPosix<br>(m3gdb) threads all<br>Can't =
>>> =3D<br></blockquote><blockquote type=3D"cite">find Modula-3  
>>> identifier: =
>>> ThreadPosix<br>(m3gdb) threads all bt =
>>> =3D<br></blockquote><blockquote type=3D"cite"><br>Can't find =
>>> Modula-3 identifier: ThreadPosix<br>(m3gdb) =
>>> <br><br>Tony =3D<br></blockquote><blockquote =
>>> type=3D"cite">Hosking writes:<br><blockquote =
>>> type=3D3D"cite"><br></blockquote><blockquote =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">type=3D3D"cite">--Apple- 
>>> Mail-33--461716527<br></=
>>> blockquote><blockquote =3D<br></blockquote><blockquote =
>>> type=3D"cite">type=3D3D"cite">Content-Type: =
>>> text/plain;<br></blockquote><blockquote =
>>> =3D<br></blockquote><blockquote  
>>> type=3D"cite">type=3D3D"cite"><span =
>>> class=3D3D"Apple-tab-span" style=3D3D"white-space:pre"><span =
>>> class=3D"Apple-tab-span" style=3D"white-space:pre">	=
>>> </span>=3D<br></blockquote><blockquote =
>>> type=3D"cite"></span>charset=3D3DUS-ASCII;<br></ 
>>> blockquote&=
>>> gt;<blockquote type=3D3D"cite"><span=3D<br></ 
>>> blockquote><blockquo=
>>> te type=3D"cite">class=3D3D"Apple-tab-span" =
>>> style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>>> style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>>> type=3D"cite"></span>format=3D3Dflowed;<br></ 
>>> blockquote>=
>>> <blockquote type=3D3D"cite"><span =3D<br></ 
>>> blockquote><blockquote=
>>> type=3D"cite">class=3D3D"Apple-tab-span" =
>>> style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>>> style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>>> type=3D"cite"></span>delsp=3D3Dyes<br></ 
>>> blockquote><b=
>>> lockquote =3D<br></blockquote><blockquote =
>>> type=3D"cite">type=3D3D"cite">Content-Transfer-Encoding: =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">7bit<br></blockquote><blockquote =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">type=3D3D"cite"><br></ 
>>> blockquote><blockquo=
>>> te type=3D3D"cite">threads all =3D<br></blockquote><blockquote =
>>> type=3D"cite">bt<br></blockquote><blockquote =
>>> type=3D3D"cite"><br></blockquote><blockquote =
>>> =3D<br></blockquote><blockquote  
>>> type=3D"cite">type=3D3D"cite">should =
>>> give a backtrace of all =3D<br></blockquote><blockquote =
>>> type=3D"cite">threads.<br></blockquote><blockquote =
>>> =3D<br></blockquote><blockquote =
>>> type=3D"cite">type=3D3D"cite"><br></blockquote></ 
>>> div>=
>>> </blockquote></div><br></div></ 
>>> body><=3D<=
>>> br></blockquote><blockquote =
>>> type=3D"cite">/html>=3D<br></blockquote><blockquote =
>>> type=3D"cite"><br></blockquote><blockquote =
>>> type=3D"cite">--Apple-Mail-36--459856549--<br></blockquote></div></ 
>>> blockqu=
>>> ote></div><br></div></body></html>=
>>>
>>> --Apple-Mail-62--295019692--
>
>
>--Apple-Mail-121--89103770
>Content-Type: text/html;
>	charset=US-ASCII
>Content-Transfer-Encoding: quoted-printable
>
><html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
>-webkit-line-break: after-white-space; ">Can you get this to break at =
>the first fault:<div><br></div><div>break =
>RTHooks__ReportFault</div><div><br></div><div>And =
>then:</div><div><br></div><div>p =
>ThreadPThread__DumpThreads()</div><div><br></div><div>Clearly somethings =
>is *very* broken.  How can we be processing a thread that is not =
>stopped when we should have stopped them all.</div><div><br><div> <span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
>rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: =
>normal; font-variant: normal; font-weight: normal; letter-spacing: =
>normal; line-height: normal; orphans: 2; text-align: auto; text-indent: =
>0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
>0px; -webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: 0px; =
>-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
>auto; -webkit-text-stroke-width: 0; "><div style=3D"word-wrap: =
>break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
>after-white-space; "><span class=3D"Apple-style-span" =
>style=3D"border-collapse: separate; -webkit-border-horizontal-spacing: =
>0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>font-family: Helvetica; font-size: 12px; font-style: normal; =
>font-variant: normal; font-weight: normal; letter-spacing: normal; =
>line-height: normal; -webkit-text-decorations-in-effect: none; =
>text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div =
>style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
>-webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" =
>style=3D"border-collapse: separate; -webkit-border-horizontal-spacing: =
>0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>font-family: Helvetica; font-size: 12px; font-style: normal; =
>font-variant: normal; font-weight: normal; letter-spacing: normal; =
>line-height: normal; -webkit-text-decorations-in-effect: none; =
>text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
>0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>font-style: normal; font-variant: normal; font-weight: normal; =
>letter-spacing: normal; line-height: normal; =
>-webkit-text-decorations-in-effect: none; text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>white-space: normal; widows: 2; word-spacing: 0px; "><span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
>0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>font-style: normal; font-variant: normal; font-weight: normal; =
>letter-spacing: normal; line-height: normal; =
>-webkit-text-decorations-in-effect: none; text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>white-space: normal; widows: 2; word-spacing: 0px; "><span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
>0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>font-style: normal; font-variant: normal; font-weight: normal; =
>letter-spacing: normal; line-height: normal; =
>-webkit-text-decorations-in-effect: none; text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>white-space: normal; widows: 2; word-spacing: 0px; "><span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
>0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>font-style: normal; font-variant: normal; font-weight: normal; =
>letter-spacing: normal; line-height: normal; =
>-webkit-text-decorations-in-effect: none; text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>white-space: normal; widows: 2; word-spacing: 0px; "><span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
>0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>font-style: normal; font-variant: normal; font-weight: normal; =
>letter-spacing: normal; line-height: normal; =
>-webkit-text-decorations-in-effect: none; text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>white-space: normal; widows: 2; word-spacing: 0px; "><span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
>0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>font-style: normal; font-variant: normal; font-weight: normal; =
>letter-spacing: normal; line-height: normal; =
>-webkit-text-decorations-in-effect: none; text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>white-space: normal; widows: 2; word-spacing: 0px; "><span =
>class=3D"Apple-style-span" style=3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
>0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>font-style: normal; font-variant: normal; font-weight: normal; =
>letter-spacing: normal; line-height: normal; =
>-webkit-text-decorations-in-effect: none; text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; orphans: 2; =
>white-space: normal; widows: 2; word-spacing: 0px; "><div><font =
>class=3D"Apple-style-span" color=3D"#0000FF"><font =
>class=3D"Apple-style-span" face=3D"Gill Sans"><span =
>class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-family: =
>'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"color: rgb(0, =
>0, 255); font-family: 'Gill Sans'; ">Antony =
>Hosking</span></span></font></font><font class=3D"Apple-style-span" =
>face=3D"Gill Sans"><span class=3D"Apple-style-span" style=3D"font-family: =
>'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"font-family: =
>'Gill Sans'; "><span class=3D"Apple-converted-space"> </span>|<span =
>class=3D"Apple-converted-space"> </span></span></span><span =
>class=3D"Apple-style-span" style=3D"font-family: 'Gill Sans'; "><span =
>class=3D"Apple-style-span" style=3D"font-family: 'Gill Sans'; =
>">Associate Professor</span></span><span class=3D"Apple-style-span" =
>style=3D"font-family: 'Gill Sans'; "><span class=3D"Apple-style-span" =
>style=3D"font-family: 'Gill Sans'; "> | Computer Science | Purdue =
>University</span></span></font></div><div><font class=3D"Apple-style-span"=
> face=3D"GillSans-Light"><span class=3D"Apple-style-span" =
>style=3D"font-family: GillSans-Light; ">305 N. University Street | West =
>Lafayette | IN 47907 | USA</span></font></div><div><font =
>class=3D"Apple-style-span" color=3D"#0000FF" face=3D"Gill Sans"><span =
>class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-family: =
>'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"color: rgb(0, =
>0, 255); font-family: 'Gill Sans'; ">Office</span></span></font><font =
>class=3D"Apple-style-span" face=3D"GillSans-Light"><span =
>class=3D"Apple-style-span" style=3D"font-family: GillSans-Light; "><span =
>class=3D"Apple-style-span" style=3D"font-family: GillSans-Light; =
>"> +1 765 494 6001 |<span =
>class=3D"Apple-converted-space"> </span></span></span></font><font =
>class=3D"Apple-style-span" color=3D"#0000FF" face=3D"Gill Sans"><span =
>class=3D"Apple-style-span" style=3D"color: rgb(0, 0, 255); font-family: =
>'Gill Sans'; "><span class=3D"Apple-style-span" style=3D"color: rgb(0, =
>0, 255); font-family: 'Gill Sans'; ">Mobile</span></span></font><font =
>class=3D"Apple-style-span" face=3D"GillSans-Light"><span =
>class=3D"Apple-style-span" style=3D"font-family: GillSans-Light; "><span =
>class=3D"Apple-style-span" style=3D"font-family: GillSans-Light; "><span =
>class=3D"Apple-converted-space"> </span>+1 765 427 =
>5484</span></span></font></div><div><font class=3D"Apple-style-span" =
>face=3D"GillSans-Light"><br =
>class=3D"khtml-block-placeholder"></font></div></span></span></span></span=
>></span></span></span><br =
>class=3D"Apple-interchange-newline"></span></div></span></div></span><br =
>class=3D"Apple-interchange-newline"> </div><br><div><div>On 4 Nov 2009, =
>at 19:57, Mika Nystrom wrote:</div><br =
>class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div>Hi =
>Tony and others,<br><br>I tested with the head now (it looks a bit more =
>organized than a week<br>ago), and I get the same problems.  A =
>"double assert failure".<br><br>By the way I am noticing that the =
>program is quite slow.  It could be<br>that I'm accessing data over =
>NFS, possibly... not sure I've done a fair<br>back-to-back comparison. =
> (My benchmark is, as always, an ancient PM3 on<br>"FreeBSD4" =
>i386.)<br><br><br>***<br>*** runtime error:<br>*** =
>   <*ASSERT*> failed.<br>***    file =
>"../src/thread/PTHREAD/ThreadPThread.m3", line =
>967<br>***<br><br><br><br>***<br>*** runtime error:<br>*** =
>   <*ASSERT*> failed.<br>***    file =
>"../src/runtime/common/RTCollector.m3", line =
>690<br>***<br><br><br>Program received signal SIGABRT, =
>Aborted.<br>0x0000000804c95a9c in thr_kill () from =
>/lib/libc.so.7<br>(m3gdb) <br><br>The problem seems a bit different from =
>before, however:<br><br>Program received signal SIGABRT, =
>Aborted.<br>0x0000000804c95a9c in thr_kill () from =
>/lib/libc.so.7<br>(m3gdb) where<br>#0  0x0000000804c95a9c in =
>thr_kill () from /lib/libc.so.7<br>#1  0x0000000804d24f8b in abort =
>() from /lib/libc.so.7<br>#2  0x000000080376e3cf in Crash () at =
>../src/runtime/POSIX/RTOS.m3:20<br>#3  0x0000000803761f05 in Crash =
>(msg=3DInvalid C/C++ type code 26 in symbol table.<br>) at =
>../src/runtime/common/RTProcess.m3:65<br>#4  0x000000080375f3a2 in =
>EndError (crash=3DInvalid C/C++ type code 36 in symbol table.<br>) at =
>../src/runtime/common/RTError.m3:118<br>#5  0x000000080375f09a in =
>MsgS (file=3DInvalid C/C++ type code 35 in symbol table.<br>) at =
>../src/runtime/common/RTError.m3:40<br>#6  0x000000080375f875 in =
>Crash (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:79<br>#7  0x000000080375f52c =
>in DefaultBackstop (a=3DInvalid C/C++ type code 30 in symbol table.<br>) =
>at ../src/runtime/common/RTException.m3:39<br>#8 =
> 0x000000080375f45e in InvokeBackstop (a=3DInvalid C/C++ type code =
>30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:25<br>#9  0x000000080376ee93 =
>in Raise (act=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/ex_frame/RTExFrame.m3:29<br>#10 0x000000080375f5de in =
>DefaultBackstop (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:47<br>#11 0x000000080375f45e in =
>InvokeBackstop (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:25<br>#12 0x000000080376ee93 in =
>Raise (act=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/ex_frame/RTExFrame.m3:29<br>#13 0x0000000803746f81 in =
>ReportFault (module=3DInvalid C/C++ type code 35 in symbol table.<br>) =
>at ../src/runtime/common/RTHooks.m3:110<br>#14 0x000000080375c91c in =
>_m3_fault (arg=3DInvalid C/C++ type code 39 in symbol table.<br>)<br> =
>  from =
>/usr/local/cm3/pkg/m3core/AMD64_FREEBSD/libm3core.so.5<br>#15 =
>0x0000000803752466 in CollectorOn () at =
>../src/runtime/common/RTCollector.m3:690<br>#16 0x0000000803759597 in =
>CheckLoadTracedRef (ref=3DInvalid C/C++ type code 46 in symbol =
>table.<br>) at ../src/runtime/common/RTCollector.m3:2229<br>#17 =
>0x00000008034e8db4 in ShutDown () at ../src/rw/Stdio.m3:43<br>#18 =
>0x0000000803761e5c in InvokeExitors () at =
>../src/runtime/common/RTProcess.m3:40<br>#19 0x0000000803761eee in Crash =
>(msg=3DInvalid C/C++ type code 26 in symbol table.<br>) at =
>../src/runtime/common/RTProcess.m3:61<br>#20 0x000000080375f3a2 in =
>EndError (crash=3DInvalid C/C++ type code 36 in symbol table.<br>) at =
>../src/runtime/common/RTError.m3:118<br>#21 0x000000080375f09a in MsgS =
>(file=3DInvalid C/C++ type code 35 in symbol table.<br>) at =
>../src/runtime/common/RTError.m3:40<br>---Type <return> to =
>continue, or q <return> to quit---<br>#22 0x000000080375f875 in =
>Crash (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:79<br>#23 0x000000080375f52c in =
>DefaultBackstop (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:39<br>#24 0x000000080375f45e in =
>InvokeBackstop (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:25<br>#25 0x000000080376ee93 in =
>Raise (act=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/ex_frame/RTExFrame.m3:29<br>#26 0x000000080375f5de in =
>DefaultBackstop (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:47<br>#27 0x000000080375f45e in =
>InvokeBackstop (a=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/common/RTException.m3:25<br>#28 0x000000080376ee93 in =
>Raise (act=3DInvalid C/C++ type code 30 in symbol table.<br>) at =
>../src/runtime/ex_frame/RTExFrame.m3:29<br>#29 0x0000000803746f81 in =
>ReportFault (module=3DInvalid C/C++ type code 35 in symbol table.<br>) =
>at ../src/runtime/common/RTHooks.m3:110<br>#30 0x00000008037761b1 in =
>_m3_fault (arg=3DInvalid C/C++ type code 39 in symbol table.<br>)<br> =
>  from =
>/usr/local/cm3/pkg/m3core/AMD64_FREEBSD/libm3core.so.5<br>#31 =
>0x0000000803774c6b in ProcessOther (act=3DInvalid C/C++ type code 29 in =
>symbol table.<br>) at ../src/thread/PTHREAD/ThreadPThread.m3:967<br>#32 =
>0x000000080377485b in ProcessStacks (p=3DInvalid C/C++ type code 31 in =
>symbol table.<br>) at ../src/thread/PTHREAD/ThreadPThread.m3:888<br>#33 =
>0x0000000803752d59 in CollectSomeInStateZero () at =
>../src/runtime/common/RTCollector.m3:819<br>#34 0x00000008037526a0 in =
>CollectSome () at ../src/runtime/common/RTCollector.m3:719<br>#35 =
>0x00000008037520a1 in CollectEnough () at =
>../src/runtime/common/RTCollector.m3:653<br>#36 0x0000000803748f49 in =
>AllocTraced (dataSize=3DInvalid C/C++ type code 40 in symbol table.<br>) =
>at ../src/runtime/common/RTAllocator.m3:365<br>#37 0x0000000803747f1c in =
>GetTracedObj (def=3DInvalid C/C++ type code 29 in symbol table.<br>) at =
>../src/runtime/common/RTAllocator.m3:224<br>#38 0x0000000803747833 in =
>AllocateTracedObj (defn=3DInvalid C/C++ type code 35 in symbol =
>table.<br>) at ../src/runtime/common/RTAllocator.m3:120<br>#39 =
>0x0000000800ad4207 in ParseRec (chars=3DInvalid C/C++ type code 30 in =
>symbol table.<br>) at ../src/TWSLogger.m3:127<br>#40 0x0000000800ad4ce1 =
>in ReadRecord (h=3DInvalid C/C++ type code 35 in symbol table.<br>) at =
>../src/TWSReplayer.m3:109<br>#41 0x0000000800ad65fb in =
>SearchBackwardForData (mu=3DInvalid C/C++ type code 26 in symbol =
>table.<br>) at ../src/TWSReplayer.m3:350<br>#42 0x0000000800ad6e8a in =
>ReqMktData (t=3DInvalid C/C++ type code 26 in symbol table.<br>) at =
>../src/TWSReplayer.m3:396<br>#43 0x0000000800adae34 in MreqMktData =
>(t=3DInvalid C/C++ type code 26 in symbol table.<br>)<br>---Type =
><return> to continue, or q <return> to quit---<br> =
>   at ../src/TWSReplayBridge.m3 =3D> =
>/home/mika/t/calarm/twslib/src/TWSBridge.mg:574<br>#44 =
>0x000000000040748a in AddContract (tws=3DInvalid C/C++ type code 26 in =
>symbol table.<br>) at ../src/MktIsolator.m3:423<br>#45 =
>0x00000000004086d8 in Init (t=3DInvalid C/C++ type code 26 in symbol =
>table.<br>) at ../src/MktIsolator.m3:517<br>#46 0x00000000004106af in =
>Main (mode=3DInvalid C/C++ type code 39 in symbol table.<br>) at =
>../src/Main.m3:734<br>#47 0x000000080375e507 in RunMainBody (m=3DInvalid =
>C/C++ type code 29 in symbol table.<br>) at =
>../src/runtime/common/RTLinker.m3:399<br>#48 0x000000080375d6ee in =
>AddUnitI (m=3DInvalid C/C++ type code 29 in symbol table.<br>) at =
>../src/runtime/common/RTLinker.m3:113<br>#49 0x000000080375d78c in =
>AddUnit (b=3DInvalid C/C++ type code 31 in symbol table.<br>) at =
>../src/runtime/common/RTLinker.m3:122<br>#50 0x0000000000404194 in main =
>(argc=3D45, argv=3D0x7fffffffddb0, envp=3D0x7fffffffdf20) at =
>_m3main.mc:4<br>#51 0x00000000004040de in _start ()<br>(m3gdb) up =
>15<br>#15 0x0000000803752466 in CollectorOn () at =
>../src/runtime/common/RTCollector.m3:690<br>690 =
>        <* ASSERT NOT =
>collectorOn *><br>Current language:  auto; currently =
>Modula-3<br>(m3gdb) print collectorOn<br>$1 =3D TRUE<br>(m3gdb) =
><br><br>Also, the other assertion:<br><br>PROCEDURE ProcessOther (act: =
>Activation;  p: PROCEDURE (start, stop: ADDRESS)) =3D<br>  (* =
>LL=3DactiveMu *)<br>  VAR sp: ADDRESS;<br>  BEGIN<br> =
>   <*ASSERT act.state =3D ActState.Stopped*> =
> (* here! *)<br>    IF DEBUG THEN<br> =
>     RTIO.PutText("Processing act=3D"); =
>RTIO.PutAddr(act); RTIO.PutText("\n"); RTIO.Flush();<br> =
>   END;<br>    IF act.stackbase =3D NIL =
>THEN RETURN END;<br> =
>   RTHeapRep.FlushThreadState(act.heapState);<br> =
>   (* process registers explicitly *)<br> =
>   sp :=3D ProcessState(act.handle, act.sp, p);<br> =
>   (* or in my stack *)<br>    IF =
>stack_grows_down<br>      THEN p(sp, =
>act.stackbase);<br>      ELSE p(act.stackbase, =
>sp);<br>    END;<br>  END ProcessOther;<br><br> =
>    Mika<br><br>Tony Hosking writes:<br><blockquote =
>type=3D"cite"><br></blockquote><blockquote =
>type=3D"cite">--Apple-Mail-62--295019692<br></blockquote><blockquote =
>type=3D"cite">Content-Type: text/plain;<br></blockquote><blockquote =
>type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>charset=3DUS-ASCII;<br></blockquote><blockquote type=3D"cite"><span=
> class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>format=3Dflowed;<br></blockquote><blockquote type=3D"cite"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>delsp=3Dyes<br></blockquote><blockquote =
>type=3D"cite">Content-Transfer-Encoding: =
>7bit<br></blockquote><blockquote =
>type=3D"cite"><br></blockquote><blockquote type=3D"cite">Possibly. =
> Though it may be more than that.  I've not tested on =
> <br></blockquote><blockquote type=3D"cite">FreeBSD7 =
>before.<br></blockquote><blockquote =
>type=3D"cite"><br></blockquote><blockquote type=3D"cite">On 2 Nov 2009, =
>at 12:20, Mika Nystrom wrote:<br></blockquote><blockquote =
>type=3D"cite"><br></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Tony (and =
>others):<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite">I take it part of the problem =
>I'm having is that I'm running a very =
> <br></blockquote></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite">out<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite">of date RC package on my =
>FreeBSD7?<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Should I cvs update to something =
>else to try?  Note that what's in =
> <br></blockquote></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite">the "normal"<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite">CVS head didn't even compile =
>when I tried it---see an earlier email =
> <br></blockquote></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite">from me.<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite">How can I specify the proper tag =
>to get on to the "release" branch =
> <br></blockquote></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite">of the<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite">tree, if that's what I'm =
>supposed to do?<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"> =
>  Mika<br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Tony Hosking =
>writes:<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote=
> type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">--Apple-Mail-36--459856549<br></blockquote></blockquote></bl=
>ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Content-Type: =
>text/plain;<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>charset=3DUS-ASCII;<br></blockquote></blockquote></blockquote><bloc=
>kquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>format=3Dflowed;<br></blockquote></blockquote></blockquote><blockqu=
>ote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>delsp=3Dyes<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Content-Transfer-Encoding: =
>7bit<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">Try =
>regular gdb.<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">Set a =
>breakpoint at =
>RTHooks__ReportFault.<br></blockquote></blockquote></blockquote><blockquot=
>e type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">Then =
>thread apply all =
>bt.<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">Antony =
>Hosking | Associate Professor | Computer Science | =
>Purdue<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">University<br></blockquote></blockquote></blockquote><blockq=
>uote type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">305=
> N. University Street | West Lafayette | IN 47907 | =
>USA<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">Office =
>+1 765 494 6001 | Mobile +1 765 427 =
>5484<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">On 31 =
>Oct 2009, at 16:06, Mika Nystrom =
>wrote:<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">With the RC m3gdb it either =
>segfaults gdb =
>or:<br></blockquote></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote></blockquote><blo=
>ckquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">(m3gdb) =
>threads<br></blockquote></blockquote></blockquote></blockquote><blockquote=
> type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Can't find Modula-3 identifier: =
>ThreadPosix<br></blockquote></blockquote></blockquote></blockquote><blockq=
>uote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">(m3gdb) threads =
>all<br></blockquote></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Can't find Modula-3 identifier: =
>ThreadPosix<br></blockquote></blockquote></blockquote></blockquote><blockq=
>uote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">(m3gdb) threads all =
>bt<br></blockquote></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Can't find Modula-3 identifier: =
>ThreadPosix<br></blockquote></blockquote></blockquote></blockquote><blockq=
>uote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite">(m3gdb)<br></blockquote></blockquote></blockquote></blockquo=
>te><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote></blockquote><blo=
>ckquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Tony Hosking =
>writes:<br></blockquote></blockquote></blockquote></blockquote><blockquote=
> type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote></blockquote></bl=
>ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">--Apple-Mail-33--461716527<br></blockquote></blockquote></bl=
>ockquote></blockquote></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Content-Type: =
>text/plain;<br></blockquote></blockquote></blockquote></blockquote></block=
>quote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>charset=3DUS-ASCII;<br></blockquote></blockquote></blockquote></blo=
>ckquote></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	=
></span>format=3Dflowed;<br></blockquote></blockquote></blockquote></blockq=
>uote></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	=
></span>delsp=3Dyes<br></blockquote></blockquote></blockquote></blockquote>=
></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">Content-Transfer-Encoding: =
>7bit<br></blockquote></blockquote></blockquote></blockquote></blockquote><=
>blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote></blockquote></bl=
>ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">threads =
>all =
>bt<br></blockquote></blockquote></blockquote></blockquote></blockquote><bl=
>ockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote></blockquote></bl=
>ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">should =
>give a backtrace of all =
>threads.<br></blockquote></blockquote></blockquote></blockquote></blockquo=
>te><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote></blockquote></bl=
>ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">--Apple-Mail-36--459856549<br></blockquote></blockquote></bl=
>ockquote><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Content-Type: =
>text/html;<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>charset=3DUS-ASCII<br></blockquote></blockquote></blockquote><block=
>quote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Content-Transfer-Encoding: =
>quoted-printable<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><html><body style=3D3D"word-wrap: break-word; =
>-webkit-nbsp-mode: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">space; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-line-break: after-white-space; ">Try regular =
>gdb.<div>Set a =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">breakpoint at =
>RTHooks__ReportFault.</div><div>Then thread apply all =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">bt.</div><div><br></div><div>&=
>lt;br><div> <span class=3D3D"Apple-style- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style=3D3D"border-collapse: separate; color: rgb(0, 0, 0); =
>font- <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">family: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Helvetica; font-size: 12px; font-style: normal; =
>font-variant: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-weight: normal; letter-spacing: normal; line-height: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">orphans:=
> 2; text-align: auto; text-indent: 0px; text-transform: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">none; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>-webkit-text-decorations-in-effect: none; -webkit-text-size- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">adjust: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">auto; =
>-webkit-text-stroke-width: 0; "><div style=3D3D"word-wrap: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">after-white-space; "><span =
>class=3D3D"Apple-style-span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style=3D3D"border-collapse: separate; =
>-webkit-border-horizontal- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>-webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-family: Helvetica; font-size: 12px; font-style: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-variant: normal; font-weight: normal; letter-spacing: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">line-height: normal; -webkit-text-decorations-in-effect: =
>none; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">text-indent: 0px; -webkit-text-size-adjust: auto; =
>text-transform: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">none; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">orphans:=
> 2; white-space: normal; widows: 2; word-spacing: 0px; =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">"><div =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style=3D3D"word-wrap: break-word; -webkit-nbsp-mode: =
>space; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-line-break: after-white-space; "><span =
>class=3D3D"Apple-style- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style=3D3D"border-collapse: separate; =
>-webkit-border-horizontal- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>-webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-family: Helvetica; font-size: 12px; font-style: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-variant: normal; font-weight: normal; letter-spacing: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">line-height: normal; -webkit-text-decorations-in-effect: =
>none; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">text-indent: 0px; -webkit-text-size-adjust: auto; =
>text-transform: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">none; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">orphans:=
> 2; white-space: normal; widows: 2; word-spacing: 0px; =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"border-collapse: =
>separate; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-style: normal; font-variant: normal; font-weight: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>"><span =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"border-collapse: =
>separate; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-style: normal; font-variant: normal; font-weight: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>"><span =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"border-collapse: =
>separate; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-style: normal; font-variant: normal; font-weight: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>"><span =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"border-collapse: =
>separate; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-style: normal; font-variant: normal; font-weight: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>"><span =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"border-collapse: =
>separate; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-style: normal; font-variant: normal; font-weight: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>"><span =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"border-collapse: =
>separate; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-style: normal; font-variant: normal; font-weight: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>"><span =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"border-collapse: =
>separate; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">spacing:=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font-style: normal; font-variant: normal; font-weight: =
>normal; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">white-space: normal; widows: 2; word-spacing: 0px; =
>"><div><font =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" color=3D3D"#0000FF"><font=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" face=3D3D"Gill =
>Sans"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"color: rgb(0, 0, =
>255); font- <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">family: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">'Gill =
>Sans'; "><span class=3D3D"Apple-style-span" style=3D3D"color: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">rgb(0, =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0, =
>255); font-family: 'Gill Sans'; ">Antony =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Hosking</span></span></font></font>&=
>lt;font class=3D3D"Apple-style-span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">face=3D3D"Gill Sans"><span =
>class=3D3D"Apple-style-span" style=3D3D"font- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">family: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">'Gill =
>Sans'; "><span class=3D3D"Apple-style-span" style=3D3D"font- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">family: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">'Gill =
>Sans'; "><span =
>class=3D3D"Apple-converted-space">&nbsp;</span>| =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite"><span=
> =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-converted-space">&nbsp;</span>=
></span></span><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: 'Gill =
>Sans';  <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: 'Gill =
>Sans'; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">">Associate Professor</span></span><span =
>class=3D3D"Apple-style-span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style=3D3D"font-family: 'Gill Sans'; "><span =
>class=3D3D"Apple-style- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style=3D3D"font-family: 'Gill Sans'; ">&nbsp;| =
>Computer Science | =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">Purdue =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">University</span></span></font></div&gt=
>;<div><font class=3D3D"Apple- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style-span"=3D<br></blockquote></blockquote></blockquote><bl=
>ockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">face=3D3D"GillSans-Light"><span =
>class=3D3D"Apple-style-span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">style=3D3D"font-family: GillSans-Light; ">305 N. =
>University Street | =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">West =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Lafayette | IN 47907 | =
>USA</span></font></div><div><font =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" color=3D3D"#0000FF" =
>face=3D3D"Gill =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Sans"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"color: rgb(0, 0, =
>255); font- <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">family: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">'Gill =
>Sans'; "><span class=3D3D"Apple-style-span" style=3D3D"color: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">rgb(0, =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0, =
>255); font-family: 'Gill Sans'; =
>">Office</span></span></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font><font =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" =
>face=3D3D"GillSans-Light"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>GillSans-Light; =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>GillSans-Light; =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">">&nbsp;+1 765 494 6001 |<span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-converted-space">&nbsp;</span>=
></span></span></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font><font =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" color=3D3D"#0000FF" =
>face=3D3D"Gill =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">Sans"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"color: rgb(0, 0, =
>255); font- <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">family: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">'Gill =
>Sans'; "><span class=3D3D"Apple-style-span" style=3D3D"color: =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">rgb(0, =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">0, =
>255); font-family: 'Gill Sans'; =
>">Mobile</span></span></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">font><font =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" =
>face=3D3D"GillSans-Light"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>GillSans-Light; =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-style-span" style=3D3D"font-family: =
>GillSans-Light; =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-converted-space">&nbsp;</span>=
>+1 765 427 =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">5484</span></span></font></div><d=
>iv><font class=3D3D"Apple-style- =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">span" =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">face=3D3D"GillSans-Light"><br =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"khtml-block-placeholder"></font></div=
>></span></span></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">span></span=3D<br></blockquote></blockquote></blockquo=
>te><blockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote =
>type=3D"cite"></span></span></span><br =
>=3D<br></blockquote></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-interchange-newline"></span></d=
>iv></span></div></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">span><br =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-interchange-newline"> =
></div><br><div><div>On 31 Oct =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">2009, =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">at =
>16:06, Mika Nystrom wrote:</div><br =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-interchange-newline"><blockquote =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite"><div>With =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">the RC =
>m3gdb it either segfaults gdb or:<br><br>(m3gdb) =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">threads<br>Can't =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">find =
>Modula-3 identifier: ThreadPosix<br>(m3gdb) threads =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">all<br>Can't =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">find =
>Modula-3 identifier: ThreadPosix<br>(m3gdb) threads all bt =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br>Can't find Modula-3 identifier: =
>ThreadPosix<br>(m3gdb) =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br><br>Tony =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">Hosking =
>writes:<br><blockquote type=3D3D"cite"><br></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">blockquote><blockquote =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite">--Apple-Mail-33--461716527<br></=
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">blockquote><blockquote =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Type: =
>text/plain;<br></blockquote><blockquote =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite"><span class=3D3D"Apple-tab-span" =
>style=3D3D"white- <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	=
></span>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"></span>charset=3D3DUS-ASCII;<br></blockquote&=
>gt;<blockquote =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite"><span=3D<br></blockquote></blockquote>=
></blockquote><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><blockquote type=3D"cite">class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	=
></span>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"></span>format=3D3Dflowed;<br></blockquote>=
><blockquote =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite"><span =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	=
></span>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"></span>delsp=3D3Dyes<br></blockquote><b=
>lockquote =3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Transfer-Encoding: =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">7bit<br></blockquote><blockquote =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te type=3D3D"cite">threads =
> <br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote type=3D"cite">all =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">bt<br></blockquote><blockquote =
>type=3D3D"cite"><br></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">blockquote><blockquote =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite">should give a backtrace of all =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">threads.<br></blockquote><blockquote =
>=3D<br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote></div>=
></blockquote></div><br></div></ =
><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">body><=3D<br></blockquote></blockquote></blockquote><b=
>lockquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">/html>=3D<br></blockquote></blockquote></blockquote><bloc=
>kquote type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite"><br></blockquote></blockquote></blockquote><blockquote =
>type=3D"cite"><blockquote type=3D"cite"><blockquote =
>type=3D"cite">--Apple-Mail-36--459856549--<br></blockquote></blockquote></=
>blockquote><blockquote type=3D"cite"><br></blockquote><blockquote =
>type=3D"cite"><br></blockquote><blockquote =
>type=3D"cite">--Apple-Mail-62--295019692<br></blockquote><blockquote =
>type=3D"cite">Content-Type: text/html;<br></blockquote><blockquote =
>type=3D"cite"><span class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>charset=3DUS-ASCII<br></blockquote><blockquote =
>type=3D"cite">Content-Transfer-Encoding: =
>quoted-printable<br></blockquote><blockquote =
>type=3D"cite"><br></blockquote><blockquote =
>type=3D"cite"><html><body style=3D3D"word-wrap: break-word; =
>-webkit-nbsp-mode: space; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-line-break: after-white-space; ">Possibly. =
>&nbsp;Though it may =3D<br></blockquote><blockquote type=3D"cite">be =
>more than that. &nbsp;I've not tested on FreeBSD7 =
>=3D<br></blockquote><blockquote =
>type=3D"cite">before.<br><div><div =
>apple-content-edited=3D3D"true"><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; color: =
>=3D<br></blockquote><blockquote type=3D"cite">rgb(0, 0, 0); font-family: =
>Helvetica; font-size: 12px; font-style: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>letter-spacing: =3D<br></blockquote><blockquote type=3D"cite">normal; =
>line-height: normal; orphans: 2; text-align: auto; text-indent: =
>=3D<br></blockquote><blockquote type=3D"cite">0px; text-transform: none; =
>white-space: normal; widows: 2; word-spacing: =
>=3D<br></blockquote><blockquote type=3D"cite">0px; =
>-webkit-border-horizontal-spacing: 0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; =
>-webkit-text-size-adjust: =3D<br></blockquote><blockquote =
>type=3D"cite">auto; -webkit-text-stroke-width: 0; "><div =
>style=3D3D"word-wrap: =3D<br></blockquote><blockquote =
>type=3D"cite">break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
>=3D<br></blockquote><blockquote type=3D"cite">after-white-space; =
>"><span class=3D3D"Apple-style-span" =3D<br></blockquote><blockquote=
> type=3D"cite">style=3D3D"border-collapse: separate; =
>-webkit-border-horizontal-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, =
>0, 0); =3D<br></blockquote><blockquote type=3D"cite">font-family: =
>Helvetica; font-size: 12px; font-style: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">font-variant: normal; =
>font-weight: normal; letter-spacing: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">line-height: normal; =
>-webkit-text-decorations-in-effect: none; =3D<br></blockquote><blockquote =
>type=3D"cite">text-indent: 0px; -webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; white-space: normal; widows: 2; word-spacing: =
>0px; "><div =3D<br></blockquote><blockquote =
>type=3D"cite">style=3D3D"word-wrap: break-word; -webkit-nbsp-mode: =
>space; =3D<br></blockquote><blockquote type=3D"cite">-webkit-line-break: =
>after-white-space; "><span class=3D3D"Apple-style-span" =
>=3D<br></blockquote><blockquote type=3D"cite">style=3D3D"border-collapse: =
>separate; -webkit-border-horizontal-spacing: =
>=3D<br></blockquote><blockquote type=3D"cite">0px; =
>-webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>=3D<br></blockquote><blockquote type=3D"cite">font-family: Helvetica; =
>font-size: 12px; font-style: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">font-variant: normal; font-weight: normal; letter-spacing: =
>normal; =3D<br></blockquote><blockquote type=3D"cite">line-height: =
>normal; -webkit-text-decorations-in-effect: none; =
>=3D<br></blockquote><blockquote type=3D"cite">text-indent: 0px; =
>-webkit-text-size-adjust: auto; text-transform: none; =
>=3D<br></blockquote><blockquote type=3D"cite">orphans: 2; white-space: =
>normal; widows: 2; word-spacing: 0px; "><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font-style:=
> normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">letter-spacing: normal; =
>line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white-space: =
>normal; widows: 2; word-spacing: 0px; "><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font-style:=
> normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">letter-spacing: normal; =
>line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white-space: =
>normal; widows: 2; word-spacing: 0px; "><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font-style:=
> normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">letter-spacing: normal; =
>line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white-space: =
>normal; widows: 2; word-spacing: 0px; "><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font-style:=
> normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">letter-spacing: normal; =
>line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white-space: =
>normal; widows: 2; word-spacing: 0px; "><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font-style:=
> normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">letter-spacing: normal; =
>line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white-space: =
>normal; widows: 2; word-spacing: 0px; "><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font-style:=
> normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">letter-spacing: normal; =
>line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white-space: =
>normal; widows: 2; word-spacing: 0px; "><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"border-collapse: separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: 0px; =
>-webkit-border-vertical-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">0px; color: rgb(0, 0, 0); font-family: Helvetica; =
>font-size: 12px; =3D<br></blockquote><blockquote type=3D"cite">font-style:=
> normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote type=3D"cite">letter-spacing: normal; =
>line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; text-indent: =
>0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>orphans: 2; =3D<br></blockquote><blockquote type=3D"cite">white-space: =
>normal; widows: 2; word-spacing: 0px; "><div><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> style=3D3D"font-size: medium;"><font =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-style-span"=
> color=3D3D"#0000FF" face=3D3D"'Gill =3D<br></blockquote><blockquote =
>type=3D"cite">Sans'"><br></font></span></div>&l=
>t;/span></span></span></span></span></span&g=
>t;<=3D<br></blockquote><blockquote =
>type=3D"cite">/span></span></div></span></div>&=
>lt;/span></div><div><div>On 2 Nov 2009, at =
>=3D<br></blockquote><blockquote type=3D"cite">12:20, Mika Nystrom =
>wrote:</div><br =3D<br></blockquote><blockquote =
>type=3D"cite">class=3D3D"Apple-interchange-newline"><blockquote =
>type=3D3D"cite"><div>Tony =3D<br></blockquote><blockquote =
>type=3D"cite">(and others):<br><br>I take it part of the =
>problem I'm having is that =3D<br></blockquote><blockquote =
>type=3D"cite">I'm running a very out<br>of date RC package on my =
>=3D<br></blockquote><blockquote =
>type=3D"cite">FreeBSD7?<br><br>Should I cvs update to =
>something else to try? =3D<br></blockquote><blockquote =
>type=3D"cite">&nbsp;Note that what's in the "normal"<br>CVS =
>head didn't even compile =3D<br></blockquote><blockquote =
>type=3D"cite">when I tried it---see an earlier email from =
>me.<br>How can I specify the =3D<br></blockquote><blockquote =
>type=3D"cite">proper tag to get on to the "release" branch of =
>the<br>tree, if that's =3D<br></blockquote><blockquote =
>type=3D"cite">what I'm supposed to do?<br><br> =
>&nbsp;&nbsp;&nbsp;Mika<br><br>Tony =
>=3D<br></blockquote><blockquote type=3D"cite">Hosking =
>writes:<br><blockquote =
>type=3D3D"cite"><br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">--Apple-Mail-36--459856549<br></=
>blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Type: =
>text/plain;<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite"><span =
>class=3D3D"Apple-tab-span" style=3D3D"white-space:pre"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>charset=3D3DUS-ASCII;<br></blockquote&=
>gt;<blockquote type=3D3D"cite"><span=3D<br></blockquote><blockquo=
>te type=3D"cite">class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>format=3D3Dflowed;<br></blockquote>=
><blockquote type=3D3D"cite"><span =3D<br></blockquote><blockquote=
> type=3D"cite">class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>delsp=3D3Dyes<br></blockquote><b=
>lockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Transfer-Encoding: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">7bit<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te type=3D3D"cite">Try regular =3D<br></blockquote><blockquote =
>type=3D"cite">gdb.<br></blockquote><blockquote =
>type=3D3D"cite">Set a breakpoint at =3D<br></blockquote><blockquote =
>type=3D"cite">RTHooks__ReportFault.<br></blockquote><blockq=
>uote type=3D3D"cite">Then =3D<br></blockquote><blockquote =
>type=3D"cite">thread apply all =
>bt.<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te type=3D3D"cite">Antony Hosking =3D<br></blockquote><blockquote =
>type=3D"cite">| Associate Professor | Computer Science | Purdue =
>=3D<br></blockquote><blockquote =
>type=3D"cite">&nbsp;<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">University<br></blockquote>&l=
>t;blockquote type=3D3D"cite">305 =3D<br></blockquote><blockquote =
>type=3D"cite">N. University Street | West Lafayette | IN 47907 | =
>=3D<br></blockquote><blockquote =
>type=3D"cite">USA<br></blockquote><blockquote =
>type=3D3D"cite">Office +1 765 494 6001 | =
>=3D<br></blockquote><blockquote type=3D"cite">Mobile +1 765 427 =
>5484<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te type=3D3D"cite">On 31 Oct 2009, =3D<br></blockquote><blockquote =
>type=3D"cite">at 16:06, Mika Nystrom =
>wrote:<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">With the RC m3gdb it either segfaults =
>gdb =3D<br></blockquote><blockquote =
>type=3D"cite">or:<br></blockquote></blockquote><block=
>quote type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote></blockqu=
>ote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote type=3D3D"cite">(m3gdb)=
> =3D<br></blockquote><blockquote =
>type=3D"cite">threads<br></blockquote></blockquote><b=
>lockquote type=3D3D"cite"><blockquote=3D<br></blockquote><blockquote=
> type=3D"cite">type=3D3D"cite">Can't find Modula-3 identifier: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">ThreadPosix<br></blockquote></blockquote>&=
>lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote type=3D3D"cite">(m3gdb)=
> threads =3D<br></blockquote><blockquote =
>type=3D"cite">all<br></blockquote></blockquote><block=
>quote type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Can't find Modula-3 identifier: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">ThreadPosix<br></blockquote></blockquote>&=
>lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote type=3D3D"cite">(m3gdb)=
> threads all =3D<br></blockquote><blockquote =
>type=3D"cite">bt<br></blockquote></blockquote><blockq=
>uote type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Can't find Modula-3 identifier: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">ThreadPosix<br></blockquote></blockquote>&=
>lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">(m3gdb)<br></blockquote></=
>blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote></blockqu=
>ote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote type=3D3D"cite">Tony =
>Hosking =3D<br></blockquote><blockquote =
>type=3D"cite">writes:<br></blockquote></blockquote><b=
>lockquote type=3D3D"cite"><blockquote=3D<br></blockquote><blockquote=
> type=3D"cite">type=3D3D"cite"><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote></blockqu=
>ote></blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">--Apple-Mail-33--461716527<br></=
>blockquote></blockquote></bl=3D<br></blockquote><blockquote =
>type=3D"cite">ockquote><blockquote type=3D3D"cite"><blockquote=
> type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Type: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">text/plain;<br></blockquote></blockquote>&=
>lt;/blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote type=3D3D"cite"><span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>charset=3D3DUS-ASCII;<br></blockquote&=
>gt;</blockquote></blockquote><bloc=3D<br></blockquote><bloc=
>kquote type=3D"cite">kquote type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><span class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>format=3D3Dflowed;<br></blockquote>=
></blockquote></blockquote><blockqu=3D<br></blockquote><bloc=
>kquote type=3D"cite">ote type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><span class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>delsp=3D3Dyes<br></blockquote></=
>blockquote></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Transfer-Encoding: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">7bit<br></blockquote></blockquote></blo=
>ckquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote></blockqu=
>ote></blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote type=3D3D"cite">threads =
>=3D<br></blockquote><blockquote type=3D"cite">all =
>bt<br></blockquote></blockquote></blockquote><b=
>lockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote></blockqu=
>ote></blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote type=3D3D"cite">should =
>=3D<br></blockquote><blockquote type=3D"cite">give a backtrace of all =
>=3D<br></blockquote><blockquote =
>type=3D"cite">threads.<br></blockquote></blockquote><=
>/blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><blockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote></blockqu=
>ote></blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">--Apple-Mail-36--459856549<br></=
>blockquote><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Type: =
>text/html;<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite"><span =
>class=3D3D"Apple-tab-span" style=3D3D"white-space:pre"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>charset=3D3DUS-ASCII<br></blockquote&g=
>t;<blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Content-Transfer-Encoding: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">quoted-printable<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">&lt;html&gt;&lt;body =
>style=3D3D3D"word-wrap: break-word; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-nbsp-mode: space; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-line-break: after-white-space; =
>"&gt;Try regular =3D<br></blockquote><blockquote =
>type=3D"cite">gdb.&lt;div&gt;Set a =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">breakpoin=
>t at =3D<br></blockquote><blockquote =
>type=3D"cite">RTHooks__ReportFault.&lt;/div&gt;&lt;div&gt;=
>Then thread apply all =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">bt.&lt;/div&gt;&lt;div&gt=
>;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&=3D<br></bl=
>ockquote><blockquote type=3D"cite">lt;br&gt;&lt;div&gt; =
>&lt;span class=3D3D3D"Apple-style-span" =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">style=3D3D3D"border-collapse: =
>=3D<br></blockquote><blockquote type=3D"cite">separate; color: rgb(0, 0, =
>0); font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">Helvetica; font-size: =3D<br></blockquote><blockquote =
>type=3D"cite">12px; font-style: normal; font-variant: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-weight: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">letter-spacing: normal; line-height: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">orphans: 2; text-align: =3D<br></blockquote><blockquote=
> type=3D"cite">auto; text-indent: 0px; text-transform: none; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">white-space: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">widows: 2; word-spacing: 0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>-webkit-text-decorations-in-effect: none; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">auto; =
>-webkit-text-stroke-width: 0; "&gt;&lt;div =
>=3D<br></blockquote><blockquote type=3D"cite">style=3D3D3D"word-wrap: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">break-wor=
>d; -webkit-nbsp-mode: space; -webkit-line-break: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">after-white-space; =3D<br></blockquote><blockquote =
>type=3D"cite">"&gt;&lt;span class=3D3D3D"Apple-style-span" =
>=3D3D<br></blockquote><blockquote=3D<br></blockquote><block=
>quote type=3D"cite">type=3D3D"cite">style=3D3D3D"border-collapse: =
>separate; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-horizontal-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>-webkit-border-vertical-spacing: 0px; color: rgb(0, =
>=3D<br></blockquote><blockquote type=3D"cite">0, 0); =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">Helvetica; font-size: 12px; font-style: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-variant: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">font-weight: normal; letter-spacing: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">line-height: normal; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-decorations-in-effect: none; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">text-indent: 0px; =
>-webkit-text-size-adjust: auto; =3D<br></blockquote><blockquote =
>type=3D"cite">text-transform: none; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">orphans: =
>2; white-space: normal; widows: 2; word-spacing: =
>=3D<br></blockquote><blockquote type=3D"cite">0px; "&gt;&lt;div =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">style=3D3D3D"word-wrap: break-word; =
>-webkit-nbsp-mode: =3D<br></blockquote><blockquote type=3D"cite">space; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">-webkit-line-break: =3D<br></blockquote><blockquote =
>type=3D"cite">after-white-space; "&gt;&lt;span =
>class=3D3D3D"Apple-style-span" =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">style=3D3D3D"border-collapse: =
>=3D<br></blockquote><blockquote type=3D"cite">separate; =
>-webkit-border-horizontal-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-family: Helvetica; =3D<br></blockquote><blockquote=
> type=3D"cite">font-size: 12px; font-style: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">font-variant: normal; font-weight: =
>normal; letter-spacing: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; =3D3D<br></blockquote><blockquote =
>type=3D3D"cite">line-height: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; -webkit-text-decorations-in-effect: none; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">text-indent: 0px; =3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-text-size-adjust: auto; text-transform: none; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">orphans: 2; white-space: =
>=3D<br></blockquote><blockquote type=3D"cite">normal; widows: 2; =
>word-spacing: 0px; "&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"border-collapse: separate; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; =
>=3D<br></blockquote><blockquote type=3D"cite">font-size: 12px; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-style:=3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">letter-spacing: normal; =3D<br></blockquote><blockquote=
> type=3D"cite">line-height: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-decorations-in-effect: =
>none; text-indent: =3D<br></blockquote><blockquote type=3D"cite">0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; =3D3D<br></blockquote><blockquote=
> type=3D3D"cite">white-space: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; widows: 2; word-spacing: 0px; =
>"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"border-collapse: separate; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; =
>=3D<br></blockquote><blockquote type=3D"cite">font-size: 12px; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-style:=3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">letter-spacing: normal; =3D<br></blockquote><blockquote=
> type=3D"cite">line-height: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-decorations-in-effect: =
>none; text-indent: =3D<br></blockquote><blockquote type=3D"cite">0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; =3D3D<br></blockquote><blockquote=
> type=3D3D"cite">white-space: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; widows: 2; word-spacing: 0px; =
>"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"border-collapse: separate; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; =
>=3D<br></blockquote><blockquote type=3D"cite">font-size: 12px; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-style:=3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">letter-spacing: normal; =3D<br></blockquote><blockquote=
> type=3D"cite">line-height: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-decorations-in-effect: =
>none; text-indent: =3D<br></blockquote><blockquote type=3D"cite">0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; =3D3D<br></blockquote><blockquote=
> type=3D3D"cite">white-space: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; widows: 2; word-spacing: 0px; =
>"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"border-collapse: separate; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; =
>=3D<br></blockquote><blockquote type=3D"cite">font-size: 12px; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-style:=3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">letter-spacing: normal; =3D<br></blockquote><blockquote=
> type=3D"cite">line-height: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-decorations-in-effect: =
>none; text-indent: =3D<br></blockquote><blockquote type=3D"cite">0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; =3D3D<br></blockquote><blockquote=
> type=3D3D"cite">white-space: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; widows: 2; word-spacing: 0px; =
>"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"border-collapse: separate; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; =
>=3D<br></blockquote><blockquote type=3D"cite">font-size: 12px; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-style:=3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">letter-spacing: normal; =3D<br></blockquote><blockquote=
> type=3D"cite">line-height: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-decorations-in-effect: =
>none; text-indent: =3D<br></blockquote><blockquote type=3D"cite">0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; =3D3D<br></blockquote><blockquote=
> type=3D3D"cite">white-space: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; widows: 2; word-spacing: 0px; =
>"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"border-collapse: separate; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; =
>=3D<br></blockquote><blockquote type=3D"cite">font-size: 12px; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-style:=3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">letter-spacing: normal; =3D<br></blockquote><blockquote=
> type=3D"cite">line-height: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-decorations-in-effect: =
>none; text-indent: =3D<br></blockquote><blockquote type=3D"cite">0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; =3D3D<br></blockquote><blockquote=
> type=3D3D"cite">white-space: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; widows: 2; word-spacing: 0px; =
>"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"border-collapse: separate; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-border-horizontal-spacing: 0px; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">-webkit-border-vertical-spacing: =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">0px; =
>color: rgb(0, 0, 0); font-family: Helvetica; =
>=3D<br></blockquote><blockquote type=3D"cite">font-size: 12px; =
>=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">font-style:=3D<br></blockquote><blockquote =
>type=3D"cite">normal; font-variant: normal; font-weight: normal; =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">letter-spacing: normal; =3D<br></blockquote><blockquote=
> type=3D"cite">line-height: normal; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-decorations-in-effect: =
>none; text-indent: =3D<br></blockquote><blockquote type=3D"cite">0px; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">-webkit-text-size-adjust: auto; =
>text-transform: none; =3D<br></blockquote><blockquote =
>type=3D"cite">orphans: 2; =3D3D<br></blockquote><blockquote=
> type=3D3D"cite">white-space: =3D<br></blockquote><blockquote =
>type=3D"cite">normal; widows: 2; word-spacing: 0px; =
>"&gt;&lt;div&gt;&lt;font =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">color=3D3D3D"#0000FF"&gt;&lt;font =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>face=3D3D3D"Gill =3D<br></blockquote><blockquote =
>type=3D"cite">Sans"&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>style=3D3D3D"color: rgb(0, 0, =3D<br></blockquote><blockquote =
>type=3D"cite">255); font-family: =
>=3D3D<br></blockquote><blockquote type=3D3D"cite">'Gill =
>=3D<br></blockquote><blockquote type=3D"cite">Sans'; =
>"&gt;&lt;span class=3D3D3D"Apple-style-span" style=3D3D3D"color: =
>=3D<br></blockquote><blockquote type=3D"cite">rgb(0, =
>=3D3D<br></blockquote><blockquote type=3D3D"cite">0, =
>255); =3D<br></blockquote><blockquote type=3D"cite">font-family: 'Gill =
>Sans'; "&gt;Antony =3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">Hosking&lt;/span&gt;&lt;/span=
>&gt;&lt;/font&gt;&lt;/font&gt;&=3D<br></blockquote=
>><blockquote type=3D"cite">lt;font class=3D3D3D"Apple-style-span" =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">face=3D3D3D"Gill =
>Sans"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">class=3D3D3D"Apple-style-span" style=3D3D3D"font-family: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">'Gill Sans'; "&gt;&lt;span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D3D"Apple-style-spa=
>n" style=3D3D3D"font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">'Gill Sans'; "&gt;&lt;span =
>=3D<br></blockquote><blockquote =
>type=3D"cite">class=3D3D3D"Apple-converted-space"&gt;&amp;nbsp;&am=
>p;lt;/span&gt;|&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-converted-space"&g=
>t;&amp;nbsp;&lt;/span&gt;=3D<br></blockquote><blockquote =
>type=3D"cite">&lt;/span&gt;&lt;/span&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>style=3D3D3D"font-family: 'Gill =3D<br></blockquote><blockquote =
>type=3D"cite">Sans'; "&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>style=3D3D3D"font-family: 'Gill =3D<br></blockquote><blockquote =
>type=3D"cite">Sans'; =3D3D<br></blockquote><blockquote =
>type=3D3D"cite">"&gt;Associate =3D<br></blockquote><blockquote =
>type=3D"cite">Professor&lt;/span&gt;&lt;/span&gt;&lt;s=
>pan class=3D3D3D"Apple-style-span" =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">style=3D3D3D"font-family: =
>=3D<br></blockquote><blockquote type=3D"cite">'Gill Sans'; =
>"&gt;&lt;span class=3D3D3D"Apple-style-span" =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">style=3D3D3D"font-family: =
>=3D<br></blockquote><blockquote type=3D"cite">'Gill Sans'; =
>"&gt;&amp;nbsp;| Computer Science | Purdue =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">University&lt;/span&gt;&lt;/s=
>pan&gt;&lt;/font&gt;&lt;/div&gt=3D<br></blockquote><bl=
>ockquote type=3D"cite">;&lt;div&gt;&lt;font =
>=3D<br></blockquote><blockquote =
>type=3D"cite">class=3D3D3D"Apple-style-span"=3D3D<br></blockquote=
>><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">face=3D3D3D"GillSans-Light"&gt;&l=
>t;span =3D<br></blockquote><blockquote =
>type=3D"cite">class=3D3D3D"Apple-style-span" =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">style=3D3D3D"font-family: =
>GillSans-Light; "&gt;305 N. =3D<br></blockquote><blockquote =
>type=3D"cite">University Street | West =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">Lafayette=
> | IN 47907 | =3D<br></blockquote><blockquote =
>type=3D"cite">USA&lt;/span&gt;&lt;/font&gt;&lt;/div&am=
>p;gt;&lt;div&gt;&lt;font =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">color=3D3D3D"#0000FF" face=3D3D3D"Gill =
>Sans"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"color: rgb(0, 0, 255); font-family: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">'Gill Sans'; "&gt;&lt;span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D3D"Apple-style-spa=
>n" style=3D3D3D"color: rgb(0, =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">0, 255); font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">'Gill Sans'; =
>"&gt;Office&lt;/span&gt;&lt;/span&gt;&lt;/font&amp=
>;gt;&lt;font =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">face=3D3D3D"GillSans-Light"&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>style=3D3D3D"font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">GillSans-Light; "&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>style=3D3D3D"font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">GillSans-Light; =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">"&gt;&amp;nbsp;+1 765 494 6001 =
>|&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-converted-space"&g=
>t;&amp;nbsp;&lt;/span&gt;=3D<br></blockquote><blockquote =
>type=3D"cite">&lt;/span&gt;&lt;/span&gt;&lt;/font&=
>gt;&lt;font =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">color=3D3D3D"#0000FF" face=3D3D3D"Gill =
>Sans"&gt;&lt;span =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">style=3D3D3D"color: rgb(0, 0, 255); font-family: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">'Gill Sans'; "&gt;&lt;span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D3D"Apple-style-spa=
>n" style=3D3D3D"color: rgb(0, =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">0, 255); font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">'Gill Sans'; =
>"&gt;Mobile&lt;/span&gt;&lt;/span&gt;&lt;/font&amp=
>;gt;&lt;font =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">class=3D3D3D"Apple-style-span"=3D<br></blockquote><bloc=
>kquote type=3D"cite">face=3D3D3D"GillSans-Light"&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>style=3D3D3D"font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">GillSans-Light; "&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-style-span" =
>style=3D3D3D"font-family: =3D<br></blockquote><blockquote =
>type=3D"cite">GillSans-Light; "&gt;&lt;span =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-converted-space"&g=
>t;&amp;nbsp;&lt;/span&gt;=3D<br></blockquote><blockquote =
>type=3D"cite">+1 765 427 =3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">5484&lt;/span&gt;&lt;/span&am=
>p;gt;&lt;/font&gt;&lt;/div&gt;&lt;d=3D<br></blockquote=
>><blockquote type=3D"cite">iv&gt;&lt;font =
>class=3D3D3D"Apple-style-span" =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">face=3D3D3D"GillSans-Light"&gt;&l=
>t;br =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"khtml-block-placeholder"&amp=
>;gt;&lt;/font&gt;&lt;/div=3D<br></blockquote><blockquote =
>type=3D"cite">&gt;&lt;/span&gt;&lt;/span&gt;&lt;/s=
>pan&gt;&lt;/span=3D3D<br></blockquote><b=3D<br></bl=
>ockquote><blockquote type=3D"cite">lockquote =
>type=3D3D"cite"><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">&lt;/span&gt;&lt;/span&gt=
>;&lt;/span&gt;&lt;br =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote></blockquote><blo=
>ckquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-interchange-newline"&a=
>mp;gt;&lt;/span&gt;&lt;/d=3D<br></blockquote><blockquote =
>type=3D"cite">iv&gt;&lt;/span&gt;&lt;/div&gt;&lt;/=
>span&gt;&lt;br =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-interchange-newline"&a=
>mp;gt; =3D<br></blockquote><blockquote =
>type=3D"cite">&lt;/div&gt;&lt;br&gt;&lt;div&gt;&am=
>p;lt;div&gt;On 31 Oct 2009, =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">at 16:06, Mika Nystrom =3D<br></blockquote><blockquote =
>type=3D"cite">wrote:&lt;/div&gt;&lt;br =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-interchange-newline"&a=
>mp;gt;&lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D3D"cite"&gt;&lt;div&gt;With =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">the RC =
>m3gdb it either segfaults gdb =3D<br></blockquote><blockquote =
>type=3D"cite">or:&lt;br&gt;&lt;br&gt;(m3gdb) =
>threads&lt;br&gt;Can't =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">find Modula-3 identifier: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">ThreadPosix&lt;br&gt;(m3gdb) threads =
>all&lt;br&gt;Can't =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">find Modula-3 identifier: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">ThreadPosix&lt;br&gt;(m3gdb) threads all bt =
>=3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">&lt;br&gt;Can't find =
>=3D<br></blockquote><blockquote type=3D"cite">Modula-3 identifier: =
>ThreadPosix&lt;br&gt;(m3gdb) =3D<br></blockquote><blockquote =
>type=3D"cite">&lt;br&gt;&lt;br&gt;Tony =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote type=3D"cite">type=3D3D"cite">Hosking =
>writes:&lt;br&gt;&lt;blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D3D"cite"&gt;&lt;br&gt;&lt;/blockquo=
>te&gt;&lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">type=3D3D3D"cite"&gt;--Apple-Mail-33-=
>-461716527&lt;br&gt;&lt;/=3D<br></blockquote><blockquote =
>type=3D"cite">blockquote&gt;&lt;blockquote =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">type=3D3D3D"cite"&gt;Content-Type: =
>=3D<br></blockquote><blockquote =
>type=3D"cite">text/plain;&lt;br&gt;&lt;/blockquote&gt;&amp=
>;lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">type=3D3D3D"cite"&gt;&lt;span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D3D"Apple-tab-span"=
> style=3D3D3D"white-space:pre"&gt;<span =
>=3D<br></blockquote><blockquote type=3D"cite">class=3D3D"Apple-tab-span" =
>style=3D3D"white-space:pre"><span class=3D"Apple-tab-span" =
>style=3D"white-space:pre">	</span>=3D<br></blockquote><blockquote =
>type=3D"cite"></span>=3D3D<br></blockquote><blockquot=
>e =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">&lt;/span&gt;charset=3D3D3DUS-ASC=
>II;&lt;br&gt;&lt;/blockquote&=3D<br></blockquote><blockquo=
>te type=3D"cite">gt;&lt;blockquote =
>type=3D3D3D"cite"&gt;&lt;span=3D3D<br></blockquote>&lt=
>;blockquo=3D<br></blockquote><blockquote type=3D"cite">te =
>type=3D3D"cite">class=3D3D3D"Apple-tab-span" =
>=3D<br></blockquote><blockquote =
>type=3D"cite">style=3D3D3D"white-space:pre"&gt;<span =
>class=3D3D"Apple-tab-span" =3D<br></blockquote><blockquote =
>type=3D"cite">style=3D3D"white-space:pre"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span></span>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">&lt;/span&gt;format=3D3D3Dflowed;=
>&lt;br&gt;&lt;/blockquote&gt;=3D<br></blockquote><blockquo=
>te type=3D"cite">&lt;blockquote type=3D3D3D"cite"&gt;&lt;span =
>=3D3D<br></blockquote><blockquote=3D<br></blockquote><block=
>quote type=3D"cite">type=3D3D"cite">class=3D3D3D"Apple-tab-span" =
>=3D<br></blockquote><blockquote =
>type=3D"cite">style=3D3D3D"white-space:pre"&gt;<span =
>class=3D3D"Apple-tab-span" =3D<br></blockquote><blockquote =
>type=3D"cite">style=3D3D"white-space:pre"><span =
>class=3D"Apple-tab-span" style=3D"white-space:pre">	=
></span></span>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">&lt;/span&gt;delsp=3D3D3Dyes&=
>lt;br&gt;&lt;/blockquote&gt;&lt;b=3D<br></blockquote><bloc=
>kquote type=3D"cite">lockquote =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">type=3D3D3D"cite"&gt;Content-Transfer=
>-Encoding: =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">7bit&lt;br&gt;&lt;/blockquote=
>&gt;&lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">type=3D3D3D"cite"&gt;&lt;br&g=
>t;&lt;/blockquote&gt;&lt;blockquo=3D<br></blockquote><blockquo=
>te type=3D"cite">te type=3D3D3D"cite"&gt;threads all =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">bt&lt;br&gt;&lt;/blockquote&a=
>mp;gt;&lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D3D"cite"&gt;&lt;br&gt;&lt;/blockquo=
>te&gt;&lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>type=3D3D"cite">type=3D3D3D"cite"&gt;should =
>=3D<br></blockquote><blockquote type=3D"cite">give a backtrace of all =
>=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">threads.&lt;br&gt;&lt;/blockq=
>uote&gt;&lt;blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">=3D3D<br></blockquote><blockquote =
>=3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">type=3D3D3D"cite"&gt;&lt;br&g=
>t;&lt;/blockquote&gt;&lt;/div&gt;=3D<br></blockquote><bloc=
>kquote =
>type=3D"cite">&lt;/blockquote&gt;&lt;/div&gt;&lt;br&am=
>p;gt;&lt;/div&gt;&lt;/body&gt;&lt;=3D3D<=3D<br></bl=
>ockquote><blockquote type=3D"cite">br></blockquote><blockquote=
> =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">/html&gt;=3D3D<br></blockquo=
>te><blockquote =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite"><br></blockquote><blockquo=
>te =3D<br></blockquote><blockquote =
>type=3D"cite">type=3D3D"cite">--Apple-Mail-36--459856549--<br>&lt=
>;/blockquote></div></blockqu=3D<br></blockquote><blockquote =
>type=3D"cite">ote></div><br></div></body></h=
>tml>=3D<br></blockquote><blockquote =
>type=3D"cite"><br></blockquote><blockquote =
>type=3D"cite">--Apple-Mail-62--295019692--<br></blockquote></div></blockqu=
>ote></div><br></div></body></html>=
>
>--Apple-Mail-121--89103770--



More information about the M3devel mailing list