Hi All,

Kind of a wierd problem, but when I start 'vim -g' from IRIX64 version
6.5, when I'm logged in from my MacBook Pro (running X11) I get a bus
error. This does
not happen when initiated from my PC running X.
Any ideas what the problem might be? Thanks.

The vim version info and stack trace are below.

Ralph

vim --version
VIM - Vi IMproved 6.3 (2004 June 7, compiled Oct 13 2006 16:00:46)
Compiled by
Normal version with X11-Motif GUI.  Features included (+) or not (-):
-arabic +autocmd +balloon_eval +browse +builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv -cscope +dialog_con_gui +diff +digraphs -dnd -ebcdic -emacs_tags +eval
+ex_extra +extra_search -farsi +file_in_path +find_in_path +folding -footer
+fork() -gettext -hangul_input -iconv +insert_expand +jumplist -keymap -langmap
+libcall +linebreak +lispindent +listcmds +localmap +menu +mksession
+modify_fname +mouse +mouseshape -mouse_dec -mouse_gpm -mouse_jsbterm
-mouse_netterm +mouse_xterm -multi_byte +multi_lang +netbeans_intg -osfiletype
+path_extra -perl +postscript +printer -python +quickfix -rightleft -ruby
+scrollbind +signs +smartindent -sniff +statusline -sun_workshop +syntax
+tag_binary +tag_old_static -tag_any_white -tcl +terminfo +termresponse
+textobjects +title +toolbar +user_commands +vertsplit +virtualedit +visual
+visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup
+X11 +xfontset +xim +xsmp_interact +xterm_clipboard -xterm_save
  system vimrc file: "$VIM/vimrc"
    user vimrc file: "$HOME/.vimrc"
     user exrc file: "$HOME/.exrc"
 system gvimrc file: "$VIM/gvimrc"
   user gvimrc file: "$HOME/.gvimrc"
   system menu file: "$VIMRUNTIME/menu.vim"
 fall-back for $VIM: "/usr/local/share/vim"
Compilation: cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF
-DFUNCPROTO=7 -DNARROWPROTO -I/usr/include/X11   -g
Linking: cc    -o vim  -lXmu -lXext -lXm -lXpm -lXt -lX11 -ltermlib



Here is the dump from the core file:
gui_mch_set_font(font = 0x0) ["gui_x11.c":2024, 0x101b63f0]
gui_outstr_nowrap(s = 0x102017b0, len = 31, flags = 0, fg = 0, bg = 0,
back = 0) ["gui.c":2011, 0x101a73e4]
gui_outstr(s = 0x102017b0, len = 27) ["gui.c":1754, 0x101a6fd8]
gui_write(s = 0x102017b0, len = 2) ["gui.c":1654, 0x101a6dd4]
ui_write(s = 0x102017b0, len = 29) ["ui.c":29, 0x1019068c]
out_flush() ["term.c":2511, 0x1018a4f0]
deathtrap(sigarg = 11, sig2 = 28, scont = 0x10202f00) ["os_unix.c":928,
0x1013abc4]
_sigtramp(<stripped>) ["sigtramp.s":71, 0x0daa967c]
gui_mch_set_font(font = 0x0) ["gui_x11.c":2024, 0x101b63f0]
gui_outstr_nowrap(s = 0x102017b0, len = 31, flags = 0, fg = 0, bg = 0,
back = 0) ["gui.c":2011, 0x101a73e4]
gui_outstr(s = 0x102017b0, len = 14) ["gui.c":1754, 0x101a6fd8]
gui_write(s = 0x102017b0, len = 2) ["gui.c":1654, 0x101a6dd4]
ui_write(s = 0x102017b0, len = 16) ["ui.c":29, 0x1019068c]
out_flush() ["term.c":2511, 0x1018a4f0]
mch_exit(r = 1) ["os_unix.c":2663, 0x1013d658]
getout(exitval = 1) ["main.c":2299, 0x100c566c]
preserve_exit() ["misc1.c":7600, 0x100f4344]
deathtrap(sigarg = 10, sig2 = 20, scont = 0x10203500) ["os_unix.c":938,
0x1013ac1c]
_sigtramp(<stripped>) ["sigtramp.s":71, 0x0daa967c]
SetImagePixels32(<stripped>) ["create.c":1169, 0x02ac91a4]
XpmCreateImageFromXpmImage(<stripped>) ["create.c":737, 0x02ac84c4]
XpmCreateImageFromData(<stripped>) ["CrIFrDat.c":64, 0x02ac5224]
XpmCreatePixmapFromData(<stripped>) ["CrPFrDat.c":57, 0x02ac5600]
gui_mch_init() ["gui_x11.c":1525, 0x101b550c]
gui_init() ["gui.c":443, 0x101a4b54]
set_termname(term = 0x102a0620) ["term.c":1810, 0x1018979c]
termcapinit(name = 0x101d7638) ["term.c":2479, 0x1018a490]
gui_start() ["gui.c":86, 0x101a4398]
main(argc = 0, argv = 0xfffffffae60) ["main.c":1516, 0x100c4260]
__start(<stripped>) ["crt1text.s":177, 0x100276e8]

Reply via email to