This is a BeagleBone Black board Revision B6.
Running OpenBSD 5.6-current as of 15 November 2014.

When using net/tor:
Tor v0.2.5.10 (git-42b42605f8d8eac2) running on OpenBSD with Libevent
1.4.14b-stable, OpenSSL LibreSSL 2.1 and Zlib 1.2.3.


I can use exit nodes to access external sites like https://check.torproject.org.

But accessing Hidden Services causes a core dump:

Program received signal SIGBUS, Bus error.
0x0010e518 in siphash24 ()
(gdb) bt
#0  0x0010e518 in siphash24 ()
#1  0x00103568 in strmap_set ()
#2  0x00045bf8 in rend_client_cancel_descriptor_fetches ()
#3  0x00045f40 in rend_client_refetch_v2_renddesc ()
#4  0x000bd3cc in connection_ap_handshake_rewrite_and_attach ()
#5  0x000be6e4 in connection_edge_process_inbuf ()
#6  0x000b7f70 in connection_handle_read ()
#7  0x0002b750 in process_signal ()
#8  0x4481f0d4 in event_base_loop (base=0xb7978, flags=0) at
/usr/src/lib/libevent/event.c:350
#9  0x000286a0 in do_main_loop ()
#10 0x000294d4 in tor_main ()
#11 0x00026cc0 in _start ()
#12 0x00000000 in ?? ()

I have reproduced this problem by visiting different http Hidden Services.

dmesg follows:

OpenBSD 5.6-current (GENERIC-OMAP) #36: Sun Nov  9 09:48:59 AEDT 2014
    j...@armv7.jsg.id.au:/usr/src/sys/arch/armv7/compile/GENERIC-OMAP
real mem  = 536870912 (512MB)
avail mem = 518766592 (494MB)
warning: no entropy supplied by boot loader
mainbus0 at root
cpu0 at mainbus0: ARM Cortex A8 R3 rev 2 (ARMv7 core)
cpu0: DC enabled IC enabled WB enabled EABT branch prediction enabled
cpu0: 32KB(64b/l,4way) I-cache, 32KB(64b/l,4way) wr-back D-cache
omap0 at mainbus0: BeagleBone
prcm0 at omap0 rev 0.2
sitaracm0 at omap0: control module, rev 1.0
intc0 at omap0 rev 5.0
edma0 at omap0 rev 0.0
dmtimer0 at omap0 rev 3.1
dmtimer1 at omap0 rev 3.1
omdog0 at omap0 rev 0.1
omgpio0 at omap0: rev 0.1
gpio0 at omgpio0: 32 pins
omgpio1 at omap0: rev 0.1
gpio1 at omgpio1: 32 pins
omgpio2 at omap0: rev 0.1
gpio2 at omgpio2: 32 pins
omgpio3 at omap0: rev 0.1
gpio3 at omgpio3: 32 pins
omap0: device tiiic unit 0 not configured
omap0: device tiiic unit 1 not configured
omap0: device tiiic unit 2 not configured
ommmc0 at omap0
sdmmc0 at ommmc0
ommmc1 at omap0
sdmmc1 at ommmc1
com0 at omap0: ti16750, 64 byte fifo
com0: console
cpsw0 at omap0: version 1.12 (0), address 1c:ba:8c:9f:c2:fb
ukphy0 at cpsw0 phy 0: Generic IEEE 802.3u media interface, rev. 1:
OUI 0x0001f0, model 0x000f
scsibus0 at sdmmc1: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <SD/MMC, Drive #01, > SCSI2 0/direct fixed
sd0: 1832MB, 512 bytes/sector, 3751936 sectors
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
boot device: sd0
root on sd0a (c57ac709b7bdbc55.a) swap on sd0b dump on sd0b
WARNING: CHECK AND RESET THE DATE!

Reply via email to