原です。 > まつもと ゆきひろです > デバッグ情報がおかしいようです.-g optionが外れていたり > strip されたりしていませんでしょうか? インストールするとき strip してました。(^^; もう一度やってみたんですが、結果は同じです。 blade:~/ruby/clipnews$ gdb /usr/local/install/ruby-1.0-970207/ruby GDB is free software and ......... GDB 4.14 (i486-slackware-linux), Copyright 1995 Free Software Foundation, Inc... (gdb) r clipnews.rb -Lf .clipnews2 Starting program: /usr/local/install/ruby-1.0-970207/ruby clipnews.rb -Lf .clipn ... Program received signal SIGSEGV, Segmentation fault. 0x50030fed in rb_class_tbl () (gdb) where #0 0x50030fed in rb_class_tbl () #1 0x50090404 in rb_class_tbl () Cannot access memory at address 0x10118100. (gdb) quit Shin-ichro Hara(Nagaoka Univ.of Tech.)