I am getting consistent bus errors in maqview on 32bit intel machines running Mac OS 10.6.  It happens in one of the routines that gets called in mouse over events.  It seems to be related to the length of reads or size of map files, since it didn't occur until starting to analyse GA2 data.

Here's a back trace of the crash:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000020
0x92f68f10 in strlen ()
(gdb) bt
#0  0x92f68f10 in strlen ()
#1  0x92f62b51 in __vfprintf ()
#2  0x92f88c26 in sprintf ()
#3  0x000093c4 in handle_mouse_over (vp=0x83f600, obj=0x1711f100, id=<value temporarily unavailable, due to optimizations>) at view_panel.c:1132
#4  0x00008d0c in default_pick (vp=0x83f600, x=<value temporarily unavailable, due to optimizations>, y=<value temporarily unavailable, due to optimizations>, size=1, handle=0x91c0 <handle_mouse_over>) at view_panel.c:1012
#5  0x000097d4 in default_mouseMoved (vp=0x83f600, x=264, y=55) at view_panel.c:1217
#6  0x00004fa8 in mouse_move (x=264, y=55) at view_panel.c:241
#7  0x922dd731 in -[NSWindow sendEvent:] ()
#8  0x3e002481 in -[GLUTWindow sendEvent:] ()
#9  0x922a9d91 in -[NSApplication sendEvent:] ()
#10 0x3e011947 in -[GLUTApplication _runMainLoopUntilDate:autoreleasePool:] ()
#11 0x3e011ad4 in -[GLUTApplication run] ()
#12 0x3e023307 in glutMainLoop ()
#13 0x0000c87f in main (argc=2, argv=0xbffff940) at MainFrame.c:240


And here are the libraries maqview is linked against:

DHCP147095:42667high_ATCACG_lane4_FlowCell61L75_53ntX53nt_501MB doshea$ otool -L `which maqview`
/usr/local/bin/maqview:
        /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
        /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT (compatibility version 1.0.0, current version 1.0.0)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.5)


Is anyone else able to reproduce this crash?