When I try to use the joe editor , it segfaults. I am on an into imac snow 
leopard osx 10.6.5.
Here is the crash report:

 -rmsg defines the right-justified string.  The first character of -rmsg is
 the background fill character.  The following escape sequences can be used
 in these strings:

  %t  12 hour time
  %u  24 hour time
  %T  O for overtype mode, I for insert mode
  %W  W if wordwrap is enabled
  %I  A if autoindent is enabled
  %X  Rectangle mode indicator
  %n  File name
  %m  '(Modified)' if file has been changed
  %*  '*' if file has been changed
  %R  Read-only indicator
  %r  Row (line) number
  %c  Column number
  %o  Byte offset into file
  %O  Byte offset into file in hex
  %a  Ascii value of character under cursor
  %A  Ascii value of character under cursor in hex
  %p  Percent of file cursor is at
  %l  No. lines in file
  %k  Entered prefix keys
  %S  '*SHELL*' if there is a shell running in window
  %M  Macro recording message
  %y  Syntax
  %x  Context (first non-indented line going backwards)
  %dd day
  %dm month
  %dY year
  %Ename%  value of environment variable
  %Tname%  value of option (ON or OFF for boolean options)

 These formatting escape sequences may also be given:
 
  \i  Inverse
  \u  Underline
  \b  Bold
  \d  Dim
  \f  Blink

-lmsg \i%k%T%W%I%X %n %m%y%R %M %x
-rmsg  %S Row %r Col %c %t  Ctrl-K H for help

 SECOND SECTION: File name dependant local option settings:

 Each line with '*' in the first column indicates the modes which should be
 set for files whose name matches the regular expression.  If more than one
 regular expression matches the file name, then the last matching one is
 chosen.

 A file contents regular expression may also be specified on a separate line
 with '+regex'.  If this regular expresssion is given, then both the file name
 regex and the file contents regex must match for the options to apply.

 Here are the modes which can be set:

        -cpara >#!;*/%
                                Characters which can indent paragraphs.

        -encoding name
                                Set file coding (for example: utf-8, 
iso-8859-15)

        -syntax name
                                Specify syntax (syntax file called
                                'name.jsf' will be loaded)

        -hex                    Hex editor mode

Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ less jstarrc

                         Initialization file for JOE
                           WordStar / Turbo-C Joe

 JOE looks for this file in:
        1 - $HOME/.jstarrc
        2 - /sw/etc/joe/jstarrc

 This file can include other files by placing the following include command
 in the first column:

 :include filename

 FIRST SECTION: Default global options (these options can also be specified
 on the command line.  Also the NOXON, LINES, COLUMNS, DOPADDING and BAUD
 options can be specified in environment variables):

 Override colors of lexical classes specified in syntax files:
 Put each color override you want in the first column.

 Valid colors:
   bold inverse blink dim underline
   white cyan magenta blue yellow green red black
Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ less jmacsrc

                         Initialization file for JOE
                                Gnu-Emacs Joe

 JOE looks for this file in:
        1 - $HOME/.jmacsrc
        2 - /sw/etc/joe/jmacsrc

 This file can include other files by placing the following include command
 in the first column:

 :include filename

 FIRST SECTION: Default global options (these options can also be specified
 on the command line.  Also the NOXON, LINES, COLUMNS, DOPADDING and BAUD
 options can be specified in environment variables):

 Override colors of lexical classes specified in syntax files:
 Put each color override you want in the first column.

 Valid colors:
   bold inverse blink dim underline
   white cyan magenta blue yellow green red black
Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ less jpicorc

                         Initialization file for JOE
                                 Super Pico

 JOE looks for this file in:
        1 - $HOME/.jpicorc
        2 - /sw/etc/joe/jpicorc

 This file can include other files by placing the following include command
 in the first column:

 :include filename

 FIRST SECTION: Default global options (these options can also be specified
 on the command line.  Also the NOXON, LINES, COLUMNS, DOPADDING and BAUD
 options can be specified in environment variables):

 Override colors of lexical classes specified in syntax files:
 Put each color override you want in the first column.

 Valid colors:
   bold inverse blink dim underline
   white cyan magenta blue yellow green red black
Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ less jupprc
 "jupp" resource file for JOE 3.1*nix (c) 1997-2010 Thorsten Glaser
 Provided that these terms and disclaimer and all copyright notices
 are retained or reproduced in an accompanying document, permission
 is granted to deal in this work without restriction, including un-
 limited rights to use, publicly perform, distribute, sell, modify,
 merge, give away, or sublicence.
 This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
 the utmost extent permitted by applicable law, neither express nor
 implied; without malicious intent or gross negligence. In no event
 may a licensor, author or contributor be held liable for indirect,
 direct, other damage, loss, or other issues arising in any way out
 of dealing in the work, even if advised of the possibility of such
 damage or existence of a defect, except proven that it results out
 of said person's immediate fault when using the work as intended.

-asis
-assume_color
 -baud 9600
-dopadding
--force
-keepup
-mid
-nobackups
-noxon
-pg 2
-lmsg \i%k%T%*\b%n\b%R
-rmsg  R%r<%l C%c\u%o|%O\i\b%a|%A\b\i\u %u
 --crlf
-guess_crlf
-french
 -hex
-indentc 9
-istep 1
-guess_indent
--autoindent
-purify
-highlight
--linums
-lmargin 1
-rmargin 73
--smarthome
--indentfirst
-smartbacks
-tab 8
--wordwrap

 === Assembly
*.asm
-syntax asm

*.S
-syntax asm

*.s
-syntax asm

 === C, C++, Objective-C
*.C
-syntax c

*.c
-syntax c

*.cc
-syntax c

*.cpp
-syntax c

*.cxx
-syntax c

*.c++
-syntax c

*.h
-syntax c

*.hh
-syntax c

*.hpp
-syntax c

*.h++
-syntax c

*.m
-syntax c

 === C Shell
*.csh
-syntax csh

*.login
-syntax csh

*.logout
-syntax csh

*.tcsh
-syntax csh

*.tcshrc
-syntax csh

*
+#!\+\[  ]\+\[a-z/]/\+tcsh\>
-syntax csh

*
+#!\+\[  ]\+\[a-z/]/env\+\[      ]\+tcsh\>
-syntax csh

 === Diff
*.diff
-syntax diff

*.patch
-syntax diff

*
+--- 
-syntax diff

*
+*** 
-syntax diff

*
+\[1-9]\+\[0-9]\[cda]
-syntax diff

 === eMail
*tmp/mutt-*
-syntax mail

*/mail/*
-syntax mail

*.eml
-syntax mail

 === FORTRAN
*.f
-syntax fortran

*.for
-syntax fortran

*.FOR
-syntax fortran

*.f77
-syntax fortran

*.F77
-syntax fortran

*.f90
-syntax fortran

*.F90
-syntax fortran

 === GNU autoconf
*.ac
-syntax conf

*.am
-syntax conf

 === HTML
*.htm
-encoding utf8
-syntax html

*.html
-encoding utf8
-syntax html

 === Java
*.java
-encoding utf8
-syntax java

 === Joe Syntax File
*.jsf
-syntax conf

 === flex
*.l
-syntax lex

 === LISP
*.lisp
-syntax lisp

*.lsp
-syntax lisp

*.el
-syntax lisp

 === M4
*.m4
-syntax m4

 === Make
*akefile
-syntax conf

*AKEFILE
-syntax conf

 === Mason
*.mas
-syntax mason

 === Pascal
*.p
-syntax pascal

*.pas
-syntax pascal

 === Perl
*.pl
-syntax perl

Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ less jupprc
 "jupp" resource file for JOE 3.1*nix (c) 1997-2010 Thorsten Glaser
 Provided that these terms and disclaimer and all copyright notices
 are retained or reproduced in an accompanying document, permission
 is granted to deal in this work without restriction, including un-
 limited rights to use, publicly perform, distribute, sell, modify,
 merge, give away, or sublicence.
 This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
 the utmost extent permitted by applicable law, neither express nor
 implied; without malicious intent or gross negligence. In no event
 may a licensor, author or contributor be held liable for indirect,
 direct, other damage, loss, or other issues arising in any way out
 of dealing in the work, even if advised of the possibility of such
 damage or existence of a defect, except proven that it results out
 of said person's immediate fault when using the work as intended.

-asis
-assume_color
 -baud 9600
-dopadding
--force
-keepup
-mid
-nobackups
Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ less rjoerc

                         Initialization file for JOE
                            Restricted access Joe

 JOE looks for this file in:
        1 - $HOME/.rjoerc
        2 - /sw/etc/joe/rjoerc

 This file can include other files by placing the following include command
 in the first column:

 :include filename

 FIRST SECTION: Default global options (these options can also be specified
 on the command line.  Also the NOXON, LINES, COLUMNS, DOPADDING and BAUD
 options can be specified in environment variables):

 Override colors of lexical classes specified in syntax files:
 Put each color override you want in the first column.

 Valid colors:
   bold inverse blink dim underline
   white cyan magenta blue yellow green red black
Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ cd
Richard-Miless-iMac:~ rmiles$ ls
Aliases                 Public                  launch_drujok.app
CVSROOT                 RedDotSource            launch_melarese.app
DOS Games.localized     Session.vim             launch_moogor.app
DOS_Games               Sites                   lyx
Desktop                 Synfig Animation 1.sifz magicbox.app
Document-1.sla          aTypeTrainer4Mac_2.1.1  mail
Documents               alist.txt               mailbox
Downloads               alist.txt~              mbox
Dropbox                 aplus-fsf-4.18          menu.txt
GNUstep                 art                     misc
Games                   bin                     music_full
Human                   cddb                    myfiles
Launch_x.app            cow                     myproject
Library                 data                    openAPL
Movies                  doc                     rmiles
Music                   el_dev                  script.app
MyPDA                   elc                     sounds
PS Sripts               elmapviewer-0.6.4       virtual-drives
PS-alt                  fink-0.29.10            webmin
Pictures                iwork                   webmin-1.510
PlaneShift              kdesvn                  zile.test
Plane_Shift             languages               zonetab2pot.app
Richard-Miless-iMac:~ rmiles$ joe
Processing '/sw/etc/joe/joerc'...Processing '/sw/etc/joe/ftyperc'...done
Segmentation fault
Richard-Miless-iMac:~ rmiles$ joe
Processing '/sw/etc/joe/joerc'...Processing '/sw/etc/joe/ftyperc'...done
Segmentation fault
Richard-Miless-iMac:~ rmiles$ joe --help
Processing '/sw/etc/joe/joerc'...Processing '/sw/etc/joe/ftyperc'...done
Segmentation fault
Richard-Miless-iMac:~ rmiles$ ls
Aliases                 Public                  launch_drujok.app
CVSROOT                 RedDotSource            launch_melarese.app
DOS Games.localized     Session.vim             launch_moogor.app
DOS_Games               Sites                   lyx
Desktop                 Synfig Animation 1.sifz magicbox.app
Document-1.sla          aTypeTrainer4Mac_2.1.1  mail
Documents               alist.txt               mailbox
Downloads               alist.txt~              mbox
Dropbox                 aplus-fsf-4.18          menu.txt
GNUstep                 art                     misc
Games                   bin                     music_full
Human                   cddb                    myfiles
Launch_x.app            cow                     myproject
Library                 data                    openAPL
Movies                  doc                     rmiles
Music                   el_dev                  script.app
MyPDA                   elc                     sounds
PS Sripts               elmapviewer-0.6.4       virtual-drives
PS-alt                  fink-0.29.10            webmin
Pictures                iwork                   webmin-1.510
PlaneShift              kdesvn                  zile.test
Plane_Shift             languages               zonetab2pot.app
Richard-Miless-iMac:~ rmiles$ cd /sw/etc/joe
Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ cp jmacsrc ~/.jmacsrc
Richard-Miless-iMac:joe rmiles$ joe
Processing '/sw/etc/joe/joerc'...Processing '/sw/etc/joe/ftyperc'...done
Segmentation fault
Richard-Miless-iMac:joe rmiles$ less ftyperc
 File Type table.  This is :included by the joerc file.

 No '.' in file name?  Assume it's a text file and we want wordwrap on.
*
-wordwrap

 File name with '.'?  It's probably not a text file.
*.*

 Diff
*
+--- 
-syntax diff

*
+*** 
-syntax diff

*
+\[1-9]\+\[0-9]\[cda]
-syntax diff

*.diff
Richard-Miless-iMac:joe rmiles$ ls
ftyperc       joerc         jstarrc       old-jicerc.ru
jmacsrc       jpicorc       jupprc        rjoerc
Richard-Miless-iMac:joe rmiles$ mv old-jicerc.ru jicerc.ru
mv: rename old-jicerc.ru to jicerc.ru: Permission denied
Richard-Miless-iMac:joe rmiles$ sudo mv old-jicerc.ru jicerc.ru
Password:
Sorry, try again.
Password:
Richard-Miless-iMac:joe rmiles$ ls
ftyperc   jicerc.ru jmacsrc   joerc     jpicorc   jstarrc   jupprc    rjoerc
Richard-Miless-iMac:joe rmiles$ joe
Processing '/sw/etc/joe/joerc'...Processing '/sw/etc/joe/ftyperc'...done
Segmentation fault
Richard-Miless-iMac:joe rmiles$ cd
Richard-Miless-iMac:~ rmiles$ ls
Aliases                 Public                  launch_drujok.app
CVSROOT                 RedDotSource            launch_melarese.app
DOS Games.localized     Session.vim             launch_moogor.app
DOS_Games               Sites                   lyx
Desktop                 Synfig Animation 1.sifz magicbox.app
Document-1.sla          aTypeTrainer4Mac_2.1.1  mail
Documents               alist.txt               mailbox
Downloads               alist.txt~              mbox
Dropbox                 aplus-fsf-4.18          menu.txt
GNUstep                 art                     misc
Games                   bin                     music_full
Human                   cddb                    myfiles
Launch_x.app            cow                     myproject
Library                 data                    openAPL
Movies                  doc                     rmiles
Music                   el_dev                  script.app
MyPDA                   elc                     sounds
PS Sripts               elmapviewer-0.6.4       virtual-drives
PS-alt                  fink-0.29.10            webmin
Pictures                iwork                   webmin-1.510
PlaneShift              kdesvn                  zile.test
Plane_Shift             languages               zonetab2pot.app
Richard-Miless-iMac:~ rmiles$ l.
.
..
.AbiSuite
.CFUserTextEncoding
.DCOPserver_Richard-Miless-iMac.local_:17
.DCOPserver_Richard-Miless-iMac.local__17
.DCOPserver_Richard-Miless-iMac.local__tmp_launch-3eulFs_org.macosforge.xquartz_0
.DS_Store
.FontManager
.ICEauthority
.PySolFC
.Trash
.Xauthority
.Xcode
.acetoneiso
.alist.txt.swo
.amiwmrc
.armagetronad
.autosave
.barrage.hscr
.bash_history
.bash_profile
.bashrc
.bashrc~
.bluefish
.bogofilter
.bogofilter.cf
.briquolo
.cache
.camel_certs
.ccache
.config
.ctwmrc
.cups
.cvspass
.defendguinrc
.delete2MANDVD.sh
.directory
.dropbox
.elc
.elinks
.emacs.d
.esd_auth
.evolution
.face.icon
.fehbg
.fehrc
.fehrcwall
.fetchmailrc
.fetchmailrc~
.fluxbox
.fontconfig
.fontconfig-2.4
.fonts
.fonts.conf
.foxrc
.fvwm
.fvwm2rc
.fvwmrc
.gEDA
.gag
.gconf
.gconfd
.gdb_history
.ggz
.gimp-1.2
.gksu.lock
.gnome-commander
.gnome2
.gnome2_private
.gnucash
.gnupg
.gpg-agent-info
.gpilotd
.gpilotd.pid
.gqview
.gstreamer-0.10
.gvimrc
.gweled
.hedgewars
.icewm
.icons
.jamin
.jmacsrc
.kde
.kde4
.kderc
.kshrc
.lesshst
.lgames
.libgda
.links
.local
.login
.luola
.lyx
.marble
.marlin
.mathomatic_history
.mc
.mcop
.mcoprc
.mednafen
.metacity
.muttrc
.nautilus
.octave_hist
.oroborusrc
.pan
.pgcalcxmlrc
.psl
.purple
.pysol
.qt
.ratpoison_history
.recently-used
.recently-used.xbel
.recently-used.xbel.82ZVGV
.recently-used.xbel.AORLGV
.recently-used.xbel.SCIZKV
.recently-used.xbel.VL1YDV
.rnd
.saves-710-Richard-Miless-iMac.local
.scribus
.serverauth.12498
.serverauth.22347
.serverauth.25175
.serverauth.40207
.serverauth.41232
.serverauth.64249
.serverauth.80912
.serverauth.87342
.sh_history
.signature
.spamprobe
.ssh
.subversion
.sudoku
.svnqt
.sylpheed-2.0
.tcshrc
.themes
.thumbnails
.twmrc
.viminfo
.vimrc
.vimrc.bak
.vimrc~
.vtwmrc
.wcalc_history
.xarchive
.xchat2
.xcompmgrrc
.xemacs
.xgalscores
.xinitrc.d
.xmms
.xscreensaver
Aliases
CVSROOT
DOS Games.localized
DOS_Games
Desktop
Document-1.sla
Documents
Downloads
Dropbox
GNUstep
Games
Human
Launch_x.app
Library
Movies
Music
MyPDA
PS Sripts
PS-alt
Pictures
PlaneShift
Plane_Shift
Public
RedDotSource
Session.vim
Sites
Synfig Animation 1.sifz
aTypeTrainer4Mac_2.1.1
alist.txt
alist.txt~
aplus-fsf-4.18
art
bin
cddb
cow
data
doc
el_dev
elc
elmapviewer-0.6.4
fink-0.29.10
iwork
kdesvn
languages
launch_drujok.app
launch_melarese.app
launch_moogor.app
lyx
magicbox.app
mail
mailbox
mbox
menu.txt
misc
music_full
myfiles
myproject
openAPL
rmiles
script.app
sounds
virtual-drives
webmin
webmin-1.510
zile.test
zonetab2pot.app
Richard-Miless-iMac:~ rmiles$ rm .jmacsrd
rm: .jmacsrd: No such file or directory
Richard-Miless-iMac:~ rmiles$ rm .jmacsrc
Richard-Miless-iMac:~ rmiles$ ls
Aliases                 Public                  launch_drujok.app
CVSROOT                 RedDotSource            launch_melarese.app
DOS Games.localized     Session.vim             launch_moogor.app
DOS_Games               Sites                   lyx
Desktop                 Synfig Animation 1.sifz magicbox.app
Document-1.sla          aTypeTrainer4Mac_2.1.1  mail
Documents               alist.txt               mailbox
Downloads               alist.txt~              mbox
Dropbox                 aplus-fsf-4.18          menu.txt
GNUstep                 art                     misc
Games                   bin                     music_full
Human                   cddb                    myfiles
Launch_x.app            cow                     myproject
Library                 data                    openAPL
Movies                  doc                     rmiles
Music                   el_dev                  script.app
MyPDA                   elc                     sounds
PS Sripts               elmapviewer-0.6.4       virtual-drives
PS-alt                  fink-0.29.10            webmin
Pictures                iwork                   webmin-1.510
PlaneShift              kdesvn                  zile.test
Plane_Shift             languages               zonetab2pot.app
Richard-Miless-iMac:~ rmiles$ joe
Processing '/sw/etc/joe/joerc'...Processing '/sw/etc/joe/ftyperc'...done
Segmentation fault
Richard-Miless-iMac:~ rmiles$ cd Library/Logs/DiagnosticReports/
Richard-Miless-iMac:DiagnosticReports rmiles$ ls
Jacquie Lawson Advent Calendar_2010-12-06-070059_Richard-Miless-iMac.crash
cantor_rserver_2010-12-13-101041_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
joe_2010-12-14-072519_Richard-Miless-iMac.crash
joe_2010-12-14-073020_Richard-Miless-iMac.crash
joe_2010-12-14-073224_Richard-Miless-iMac.crash
joe_2010-12-14-073339_Richard-Miless-iMac.crash
joe_2010-12-14-074558_Richard-Miless-iMac.crash
joe_2010-12-14-075159_Richard-Miless-iMac.crash
joe_2010-12-14-075215_Richard-Miless-iMac.crash
joe_2010-12-14-075447_Richard-Miless-iMac.crash
joe_2010-12-14-075746_Richard-Miless-iMac.crash
joe_2010-12-14-075922_Richard-Miless-iMac.crash
mplayer_2010-12-05-140257_Richard-Miless-iMac.crash
mplayer_2010-12-05-140258_Richard-Miless-iMac.crash
plasma-desktop_2010-12-03-141735_Richard-Miless-iMac.crash
plasma-desktop_2010-12-09-110754_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
Richard-Miless-iMac:DiagnosticReports rmiles$ less 
joe_2010-12-14-075922_Richard-Miless-iMac.crash
Process:         joe [29902]
Path:            /sw/bin/joe
Identifier:      joe
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [21709]

Date/Time:       2010-12-14 07:59:22.430 -0800
OS Version:      Mac OS X 10.6.5 (10H574)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000807200
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libncursesw.5.dylib                 0x00000001000e0bb3 tgoto + 35
1   joe                                 0x0000000100022a97 texec + 71
2   joe                                 0x0000000100023130 tcompile + 128
3   joe                                 0x000000010000ed3a kbuild + 202
4   joe                                 0x000000010000ef02 kadd + 34
5   joe                                 0x00000001000198de procrc + 2558
6   joe                                 0x00000001000115de main + 718
7   joe                                 0x0000000100000ba4 start + 52

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000807200  rcx: 0x0000000000000000  
rdx: 0x0000000000000000
  rdi: 0x0000000000807200  rsi: 0x0000000000000000  rbp: 0x00007fff5fbfc510  
rsp: 0x00007fff5fbfc4c0
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x000000010010ba4c  
r11: 0x00000001000e0b90
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  
r15: 0x0000000000000000
  rip: 0x00000001000e0bb3  rfl: 0x0000000000010206  cr2: 0x0000000000807200

Binary Images:
       0x100000000 -        0x100063fef +joe ??? (???) 
<984AA9D0-A336-4838-41D7-94DAFE0EB09E> /sw/bin/joe
       0x1000bb000 -        0x100103fff +libncursesw.5.dylib 5.0.0 
(compatibility 5.0.0) <225C96BD-B274-96CA-A1F4-3906DBDFD8C1> 
/sw/lib/libncursesw.5.dylib
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) 
<63B47435-46CF-3D2D-F7F4-7FE77DEEFE06> /usr/lib/dyld
    0x7fff808b4000 -     0x7fff80a75fff  libSystem.B.dylib 125.2.1 
(compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> 
/usr/lib/libSystem.B.dylib
    0x7fff842cb000 -     0x7fff842cfff7  libmathCommon.A.dylib 315.0.0 
(compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> 
/usr/lib/system/libmathCommon.A.dylib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) 
<71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib

Richard-Miless-iMac:DiagnosticReports rmiles$ ls
Jacquie Lawson Advent Calendar_2010-12-06-070059_Richard-Miless-iMac.crash
cantor_rserver_2010-12-13-101041_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
joe_2010-12-14-072519_Richard-Miless-iMac.crash
joe_2010-12-14-073020_Richard-Miless-iMac.crash
joe_2010-12-14-073224_Richard-Miless-iMac.crash
joe_2010-12-14-073339_Richard-Miless-iMac.crash
joe_2010-12-14-074558_Richard-Miless-iMac.crash
joe_2010-12-14-075159_Richard-Miless-iMac.crash
joe_2010-12-14-075215_Richard-Miless-iMac.crash
joe_2010-12-14-075447_Richard-Miless-iMac.crash
joe_2010-12-14-075746_Richard-Miless-iMac.crash
joe_2010-12-14-075922_Richard-Miless-iMac.crash
mplayer_2010-12-05-140257_Richard-Miless-iMac.crash
mplayer_2010-12-05-140258_Richard-Miless-iMac.crash
plasma-desktop_2010-12-03-141735_Richard-Miless-iMac.crash
plasma-desktop_2010-12-09-110754_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
Richard-Miless-iMac:DiagnosticReports rmiles$ less 
joe_2010-12-14-075922_Richard-Miless-iMac.crash
Process:         joe [29902]
Path:            /sw/bin/joe
Identifier:      joe
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [21709]

Date/Time:       2010-12-14 07:59:22.430 -0800
OS Version:      Mac OS X 10.6.5 (10H574)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000807200
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libncursesw.5.dylib                 0x00000001000e0bb3 tgoto + 35
1   joe                                 0x0000000100022a97 texec + 71
2   joe                                 0x0000000100023130 tcompile + 128
3   joe                                 0x000000010000ed3a kbuild + 202
4   joe                                 0x000000010000ef02 kadd + 34
5   joe                                 0x00000001000198de procrc + 2558
6   joe                                 0x00000001000115de main + 718
Richard-Miless-iMac:DiagnosticReports rmiles$ ls
Jacquie Lawson Advent Calendar_2010-12-06-070059_Richard-Miless-iMac.crash
cantor_rserver_2010-12-13-101041_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
joe_2010-12-14-072519_Richard-Miless-iMac.crash
joe_2010-12-14-073020_Richard-Miless-iMac.crash
joe_2010-12-14-073224_Richard-Miless-iMac.crash
joe_2010-12-14-073339_Richard-Miless-iMac.crash
joe_2010-12-14-074558_Richard-Miless-iMac.crash
joe_2010-12-14-075159_Richard-Miless-iMac.crash
joe_2010-12-14-075215_Richard-Miless-iMac.crash
joe_2010-12-14-075447_Richard-Miless-iMac.crash
joe_2010-12-14-075746_Richard-Miless-iMac.crash
joe_2010-12-14-075922_Richard-Miless-iMac.crash
mplayer_2010-12-05-140257_Richard-Miless-iMac.crash
mplayer_2010-12-05-140258_Richard-Miless-iMac.crash
plasma-desktop_2010-12-03-141735_Richard-Miless-iMac.crash
plasma-desktop_2010-12-09-110754_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
Richard-Miless-iMac:DiagnosticReports rmiles$ joe
Processing '/sw/etc/joe/joerc'...Processing '/sw/etc/joe/ftyperc'...done
Segmentation fault
Richard-Miless-iMac:DiagnosticReports rmiles$ ls
Jacquie Lawson Advent Calendar_2010-12-06-070059_Richard-Miless-iMac.crash
cantor_rserver_2010-12-13-101041_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
gnome-settings-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
joe_2010-12-14-072519_Richard-Miless-iMac.crash
joe_2010-12-14-073020_Richard-Miless-iMac.crash
joe_2010-12-14-073224_Richard-Miless-iMac.crash
joe_2010-12-14-073339_Richard-Miless-iMac.crash
joe_2010-12-14-074558_Richard-Miless-iMac.crash
joe_2010-12-14-075159_Richard-Miless-iMac.crash
joe_2010-12-14-075215_Richard-Miless-iMac.crash
joe_2010-12-14-075447_Richard-Miless-iMac.crash
joe_2010-12-14-075746_Richard-Miless-iMac.crash
joe_2010-12-14-075922_Richard-Miless-iMac.crash
joe_2010-12-14-081215_Richard-Miless-iMac.crash
mplayer_2010-12-05-140257_Richard-Miless-iMac.crash
mplayer_2010-12-05-140258_Richard-Miless-iMac.crash
plasma-desktop_2010-12-03-141735_Richard-Miless-iMac.crash
plasma-desktop_2010-12-09-110754_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-092254_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-01-144150_Richard-Miless-iMac.crash
seahorse-daemon_2010-12-09-202623_Richard-Miless-iMac.crash
Richard-Miless-iMac:DiagnosticReports rmiles$ less 
joe_2010-12-14-081215_Richard-Miless-iMac.crash
Process:         joe [29932]
Path:            /sw/bin/joe
Identifier:      joe
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [21709]

Date/Time:       2010-12-14 08:12:15.199 -0800
OS Version:      Mac OS X 10.6.5 (10H574)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000807200
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libncursesw.5.dylib                 0x00000001000e0bb3 tgoto + 35
1   joe                                 0x0000000100022a97 texec + 71
2   joe                                 0x0000000100023130 tcompile + 128
3   joe                                 0x000000010000ed3a kbuild + 202
4   joe                                 0x000000010000ef02 kadd + 34
5   joe                                 0x00000001000198de procrc + 2558
6   joe                                 0x00000001000115de main + 718
joe_2010-12-14-081215_Richard-Miless-iMac.crash 

Your help would be appreciated.

Richard E. Miles
r.godzi...@comcast.net




------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to