pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ruby 3.4.x Segfaults issue
Hi,
https://mail-index.netbsd.org/pkgsrc-changes/2025/02/27/msg318640.html
I'm not subsribing (?) pkgsrc-changes with this From: address, (Am I correct ?)
So let me comment on this list, sorry.
I've packaged ruby 3.4.2 on fairy recent pkgsrc with 10.99.12
packaged fine,
installed fine,
and then
ruby34 got the same results as ryoon@ shown.
then I've got following:
| thinkc11@makoto 12:42:13/250228(..lang/ruby34)% gdb `which ruby34`
| GNU gdb (GDB) 15.1
| Copyright (C) 2024 Free Software Foundation, Inc.
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
| This is free software: you are free to change and redistribute it.
| There is NO WARRANTY, to the extent permitted by law.
| Type "show copying" and "show warranty" for details.
| This GDB was configured as "x86_64--netbsd".
| Type "show configuration" for configuration details.
| For bug reporting instructions, please see:
| <https://www.gnu.org/software/gdb/bugs/>.
| Find the GDB manual and other documentation resources online at:
| <http://www.gnu.org/software/gdb/documentation/>.
|
| For help, type "help".
| Type "apropos word" to search for commands related to "word"...
| Reading symbols from /usr/pkg/bin/ruby34...
| (gdb) run
| Starting program: /usr/pkg/bin/ruby34
| test
| [New LWP 5097 of process 20901]
|
| Thread 1 "" received signal SIGSEGV, Segmentation fault.
| 0x00007dc205dd0961 in memchr () from /usr/lib/libc.so.12
| (gdb) test
| Undefined command: "test". Try "help".
| (gdb) bt
| #0 0x00007dc205dd0961 in memchr () from /usr/lib/libc.so.12
| #1 0x00007dc205d942ed in fgets () from /usr/lib/libc.so.12
| #2 0x00007dc2063bb0d9 in pm_parse_stream_read.constprop () from /usr/pkg/lib/libruby34.so.34
| #3 0x00007dc2063ec6df in pm_parse_stream () from /usr/pkg/lib/libruby34.so.34
| #4 0x00007dc20619b32e in pm_parse_stdin () from /usr/pkg/lib/libruby34.so.34
| #5 0x00007dc2062cfa7f in process_options () from /usr/pkg/lib/libruby34.so.34
| #6 0x00007dc2062d0534 in ruby_process_options () from /usr/pkg/lib/libruby34.so.34
| #7 0x00007dc2061d1bde in ruby_options () from /usr/pkg/lib/libruby34.so.34
| #8 0x000000000039951d in main ()
| (gdb)
above 'test' line are my input
--
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Home |
Main Index |
Thread Index |
Old Index