From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Message-id: From: Pietro Gagliardi To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Date: Tue, 29 Jun 2010 10:31:12 -0400 References: <731ED516-1A13-4296-BE0C-2C18D7D62532@mac.com> <7df666a5444b21740cc03ee17da0bfd4@kw.quanstro.net> <6BC07976-E754-4857-A276-2ABD1717AB82@mac.com> <99d8911b4e7f39501281ffd5ee2ff6be@kw.quanstro.net> <77A7E96C-281E-418A-9D78-424AECE06FF2@mac.com> <035D301A-3041-45E9-B424-FCA176E4D008@mac.com> <74e247fcae1592ffccf14609359ce650@kw.quanstro.net> <91C9B9D9-0091-4B92-9A8D-35097B36FCB1@mac.com> <2443C2E0-C7B8-4819-B09C-8229DBCFE7EF@mac.com> Subject: Re: [9fans] problems with tracing 9vx on os x (was: Re: ghostscript not finding LucidaSans Topicbox-Message-UUID: 385b8ce2-ead6-11e9-9d60-3106f5b1d025 On Jun 29, 2010, at 4:03 AM, yy wrote: > By the way, you should be able to deactivate compilation of the tap > (or pcap) ether device with the variable PLAN9TAP (PLAN9PCAP) in > Makefrag. Okay, I did so but I still get the crash as before. Here's a gdb backtrace: #0 0x919366fa in select$DARWIN_EXTSN () #1 0x0000fc75 in microdelay (x=1000000) at 9vx/time.c:389 #2 0x0000db9c in dt_panic (fmt=0xbd5cc "user fault: signo=%d addr=%p [useraddr=%p] read=%d eip=%p esp=%p") at 9vx/stub.c:536 #3 0x0000a886 in sigsegv (signo=10, info=0x5e1fc0, v=0x5e1d20) at 9vx/ main.c:844 #4 0x00013b5c in wrapper (siginfo=0x5e1fc0, mcontext=0x5e1d60, handler=0xa769 ) at 9vx/osx/signal.c:85 #5 0x000b6e09 in xscan (p=0x63f3a0) at libvx32/emu.c:247 #6 0x000b9bda in xlate (vxp=0x63f3a0) at libvx32/emu.c:1695 #7 0x000b9e7e in vxproc_run (vxp=0x63f3a0) at libvx32/emu.c:1841 #8 0x0001373f in touser (initsp=0xfffffa4) at 9vx/vx32.c:251 #9 0x0000a762 in init0 () at 9vx/main.c:742 I'm not sure what this information would give you, but...