On Sat, 10 Nov 2012, Mark Kettenis wrote: >> Date: Sun, 11 Nov 2012 05:29:44 +0800 >> From: Donovan Watteau <[email protected]> >> >> On Tue, 17 Jul 2012, Donovan Watteau wrote: >> > On Mon, 16 Jul 2012, Philip Guenther wrote: >> >> On Mon, 16 Jul 2012, Donovan Watteau wrote: >> >> > >Description: >> >> > All threaded programs end up segfaulting on my B&W G3 (Rev 1). >> >> > This makes most ports unusable, since a lot of ports use threads >> >> > (or a library that links to them), i.e: they almost always crash >> >> > at start-up. >> >> > >> >> > This looks specific to the G3 processor, as I'm surprised it >> >> > hasn't been reported yet. > > dmesg?
Sure, it was posted in my first message in this thread: On Mon, 16 Jul 2012, Donovan Watteau wrote: > OpenBSD 5.2-beta (GENERIC) #226: Sun Jul 15 02:13:32 MDT 2012 > [email protected]:/usr/src/sys/arch/macppc/compile/GENERIC > real mem = 536870912 (512MB) > avail mem = 510844928 (487MB) > mainbus0 at root: model PowerMac1,1 > cpu0 at mainbus0: 750 (Revision 0x202): 350 MHz: 1MB backside cache > mem0 at mainbus0 > mpcpcibr0 at mainbus0 pci: grackle, Revision 0x40 > pci0 at mpcpcibr0 bus 0 > pchb0 at pci0 dev 0 function 0 "Motorola MPC106 PCI" rev 0x40 > ppb0 at pci0 dev 13 function 0 "DEC 21154 PCI-PCI" rev 0x02 > pci1 at ppb0 bus 1 > "TI TSB12LV21 FireWire" rev 0x02 at pci1 dev 0 function 0 not configured > pciide0 at pci1 dev 1 function 0 "CMD Technology PCI0646" rev 0x05: DMA, > channel 0 configured to native-PCI, > channel 1 configured to native-PCI > pciide0: using irq 26 for native-PCI interrupt > wd0 at pciide0 channel 0 drive 0: <Maxtor 90320D2> > wd0: 16-sector PIO, LBA, 3079MB, 6306048 sectors > wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2 > pciide0: channel 1 ignored (disabled) > ahc0 at pci1 dev 2 function 0 "Adaptec AIC-7850" rev 0x03: irq 23 > scsibus0 at ahc0: 8 targets, initiator 7 > macobio0 at pci1 dev 5 function 0 "Apple Paddington" rev 0x00 > macintr0 at macobio0 offset 0x10 > mesh0 at macobio0 offset 0x10000 irq 12: 50MHz > scsibus1 at mesh0: 8 targets, initiator 7 > "escc-legacy" at macobio0 offset 0x12000 not configured > zsc0 at macobio0 offset 0x13000: irq 15,16 > zstty0 at zsc0 channel 0 > zstty1 at zsc0 channel 1 > awacs0 at macobio0 offset 0x14000: irq 17,8,9 headphones > audio0 at awacs0 > "power-mgt" at macobio0 offset 0x0 not configured > "fdc" at macobio0 offset 0x15000 not configured > adb0 at macobio0 offset 0x16000 irq 18: via-cuda, 0 targets > wdc0 at macobio0 offset 0x20000 irq 13: DMA > atapiscsi0 at wdc0 channel 0 drive 0 > scsibus2 at atapiscsi0: 2 targets > cd0 at scsibus2 targ 0 lun 0: <GoldStar, CD-ROM CRD-8322B, 1.02> ATAPI > 5/cdrom removable > cd0(wdc0:0:0): using BIOS timings, DMA mode 2 > bm0 at macobio0 offset 0x11000 irq 42,33: address (removed) > lxtphy0 at bm0 phy 0: LXT970 10/100 PHY, rev. 1 > "nvram" at macobio0 offset 0x60000 not configured > ohci0 at pci1 dev 6 function 0 "Opti 82C861" rev 0x10: irq 28, version 1.0, > legacy support > usb0 at ohci0: USB revision 1.0 > uhub0 at usb0 "Opti OHCI root hub" rev 1.00/1.00 addr 1 > vgafb0 at pci0 dev 16 function 0 "ATI Rage 128" rev 0x00, mmio > wsdisplay0 at vgafb0 mux 1: console (std, vt100 emulation) > uhidev0 at uhub0 port 2 configuration 1 interface 0 "vendor 0x04f3 product > 0x0103" rev 1.10/1.07 addr 2 > uhidev0: iclass 3/1 > ukbd0 at uhidev0: 8 variable keys, 6 key codes > wskbd0 at ukbd0 mux 1 > wskbd0: connecting to wsdisplay0 > uhidev1 at uhub0 port 2 configuration 1 interface 1 "vendor 0x04f3 product > 0x0103" rev 1.10/1.07 addr 2 > uhidev1: iclass 3/0, 2 report ids > uhid0 at uhidev1 reportid 1: input=2, output=0, feature=0 > uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0 > vscsi0 at root > scsibus3 at vscsi0: 256 targets > softraid0 at root > scsibus4 at softraid0: 256 targets > bootpath: /pci/@d/pci-ata@1/ata-4@0/disk@0:/bsd > root on wd0a (94537ee9fd7de5ff.a) swap on wd0b dump on wd0b I can provide a new dmesg from the latest snapshot if that matters.
