You are not logged in.

#1 2013-03-03 16:07:45

marcelomorales
Member
Registered: 2013-03-03
Posts: 4

Ruby tk segfault

I am both a ruby and arch newbie, and stumbled upon what seems to be a bug. I could not find this particular error online.

The simplest of tk programs:

require 'tk'

fails with a segfault.

1) Is this a legit bug or something wrong on my local installation?

2) Should I file a bug report on the arch bug tracker, or on the ruby site?

Thanks in advance

The whole error comes next:

$ echo "require 'tk'" | ruby
/usr/lib/ruby/1.9.1/tk.rb:1300: [BUG] Segmentation fault
ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0004 p:---- s:0015 b:0015 l:000014 d:000014 CFUNC  :mainloop
c:0003 p:0190 s:0011 b:0009 l:000998 d:000008 BLOCK  /usr/lib/ruby/1.9.1/tk.rb:1300
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP   

-- Ruby level backtrace information ----------------------------------------
/usr/lib/ruby/1.9.1/tk.rb:1300:in `block in <module:TkCore>'
/usr/lib/ruby/1.9.1/tk.rb:1300:in `mainloop'

-- C level backtrace information -------------------------------------------
/usr/lib/libruby.so.1.9(+0x156189) [0x7f9c5dbe3189]
/usr/lib/libruby.so.1.9(+0x57e19) [0x7f9c5dae4e19]
/usr/lib/libruby.so.1.9(rb_bug+0xb3) [0x7f9c5dae5603]
/usr/lib/libruby.so.1.9(+0xf78af) [0x7f9c5db848af]
/usr/lib/libc.so.6(+0x35340) [0x7f9c5d715340]
/usr/lib/libtcl8.6.so(+0x9d06e) [0x7f9c5c07506e]
/usr/lib/libtcl8.6.so(Tcl_NRCallObjProc+0x2c) [0x7f9c5c0161cc]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0x748d) [0x7f9c5c36248d]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0x6319) [0x7f9c5c361319]
/usr/lib/libruby.so.1.9(rb_protect+0xcd) [0x7f9c5dae982d]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0xd685) [0x7f9c5c368685]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(invoke_queue_handler+0x4c0) [0x7f9c5c369a90]
/usr/lib/libtcl8.6.so(Tcl_ServiceEvent+0x7f) [0x7f9c5c0b4d7f]
/usr/lib/libtcl8.6.so(Tcl_DoOneEvent+0x65) [0x7f9c5c0b4fe5]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0x5d50) [0x7f9c5c360d50]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0xaa3d) [0x7f9c5c365a3d]
/usr/lib/libruby.so.1.9(rb_protect+0xcd) [0x7f9c5dae982d]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(lib_eventloop_main_core+0x3a1) [0x7f9c5c367221]
/usr/lib/libruby.so.1.9(rb_ensure+0xb6) [0x7f9c5dae9a36]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0x8740) [0x7f9c5c363740]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0x8ee3) [0x7f9c5c363ee3]
/usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so(+0xbc47) [0x7f9c5c366c47]
/usr/lib/libruby.so.1.9(+0x150573) [0x7f9c5dbdd573]
/usr/lib/libruby.so.1.9(+0x147210) [0x7f9c5dbd4210]
/usr/lib/libruby.so.1.9(+0x14b6de) [0x7f9c5dbd86de]
/usr/lib/libruby.so.1.9(+0x14c3dd) [0x7f9c5dbd93dd]
/usr/lib/libruby.so.1.9(+0x15bf32) [0x7f9c5dbe8f32]
/usr/lib/libruby.so.1.9(+0x15c00e) [0x7f9c5dbe900e]
/usr/lib/libpthread.so.0(+0x7e0f) [0x7f9c5d4cbe0f]
/usr/lib/libc.so.6(clone+0x6d) [0x7f9c5d7c8efd]

-- Other runtime information -----------------------------------------------

* Loaded script: -

* Loaded features:

    0 enumerator.so
    1 /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
    2 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
    3 /usr/lib/ruby/1.9.1/rubygems/defaults.rb
    4 /usr/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb
    5 /usr/lib/ruby/1.9.1/rubygems/deprecate.rb
    6 /usr/lib/ruby/1.9.1/rubygems/exceptions.rb
    7 /usr/lib/ruby/1.9.1/rubygems/custom_require.rb
    8 /usr/lib/ruby/1.9.1/rubygems.rb
    9 /usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so
   10 /usr/lib/ruby/1.9.1/x86_64-linux/tkutil.so
   11 /usr/lib/ruby/1.9.1/tk/ttk_selector.rb
   12 /usr/lib/ruby/1.9.1/tk/autoload.rb
   13 /usr/lib/ruby/1.9.1/thread.rb
   14 /usr/lib/ruby/1.9.1/tk/event.rb

* Process memory map:

00400000-00401000 r-xp 00000000 08:05 277130368                          /usr/bin/ruby
00600000-00601000 r--p 00000000 08:05 277130368                          /usr/bin/ruby
00601000-00602000 rw-p 00001000 08:05 277130368                          /usr/bin/ruby
016ae000-02087000 rw-p 00000000 00:00 0                                  [heap]
7f9c54000000-7f9c54261000 rw-p 00000000 00:00 0 
7f9c54261000-7f9c58000000 ---p 00000000 00:00 0 
7f9c58f92000-7f9c58f93000 rw-p 00000000 00:00 0 
7f9c58f93000-7f9c58fa8000 r-xp 00000000 08:05 805308899                  /usr/lib/libgcc_s.so.1
7f9c58fa8000-7f9c591a7000 ---p 00015000 08:05 805308899                  /usr/lib/libgcc_s.so.1
7f9c591a7000-7f9c591a8000 rw-p 00014000 08:05 805308899                  /usr/lib/libgcc_s.so.1
7f9c591a8000-7f9c5921c000 rw-p 00000000 00:00 0 
7f9c592a6000-7f9c592b2000 r-xp 00000000 08:05 805307411                  /usr/lib/libnss_files-2.17.so
7f9c592b2000-7f9c594b1000 ---p 0000c000 08:05 805307411                  /usr/lib/libnss_files-2.17.so
7f9c594b1000-7f9c594b2000 r--p 0000b000 08:05 805307411                  /usr/lib/libnss_files-2.17.so
7f9c594b2000-7f9c594b3000 rw-p 0000c000 08:05 805307411                  /usr/lib/libnss_files-2.17.so
7f9c594b3000-7f9c595b4000 rw-p 00000000 00:00 0 
7f9c595b4000-7f9c595bc000 r-xp 00000000 08:05 1306541                    /usr/lib/ruby/1.9.1/x86_64-linux/tkutil.so
7f9c595bc000-7f9c597bb000 ---p 00008000 08:05 1306541                    /usr/lib/ruby/1.9.1/x86_64-linux/tkutil.so
7f9c597bb000-7f9c597bc000 r--p 00007000 08:05 1306541                    /usr/lib/ruby/1.9.1/x86_64-linux/tkutil.so
7f9c597bc000-7f9c597bd000 rw-p 00008000 08:05 1306541                    /usr/lib/ruby/1.9.1/x86_64-linux/tkutil.so
7f9c597bd000-7f9c597be000 ---p 00000000 00:00 0 
7f9c597be000-7f9c59fbe000 rw-p 00000000 00:00 0                          [stack:3995]
7f9c59fbe000-7f9c59fc3000 r-xp 00000000 08:05 806222827                  /usr/lib/libXdmcp.so.6.0.0
7f9c59fc3000-7f9c5a1c2000 ---p 00005000 08:05 806222827                  /usr/lib/libXdmcp.so.6.0.0
7f9c5a1c2000-7f9c5a1c3000 r--p 00004000 08:05 806222827                  /usr/lib/libXdmcp.so.6.0.0
7f9c5a1c3000-7f9c5a1c4000 rw-p 00005000 08:05 806222827                  /usr/lib/libXdmcp.so.6.0.0
7f9c5a1c4000-7f9c5a1c6000 r-xp 00000000 08:05 806263830                  /usr/lib/libXau.so.6.0.0
7f9c5a1c6000-7f9c5a3c6000 ---p 00002000 08:05 806263830                  /usr/lib/libXau.so.6.0.0
7f9c5a3c6000-7f9c5a3c7000 r--p 00002000 08:05 806263830                  /usr/lib/libXau.so.6.0.0
7f9c5a3c7000-7f9c5a3c8000 rw-p 00003000 08:05 806263830                  /usr/lib/libXau.so.6.0.0
7f9c5a3c8000-7f9c5a3d7000 r-xp 00000000 08:05 805308870                  /usr/lib/libbz2.so.1.0.6
7f9c5a3d7000-7f9c5a5d6000 ---p 0000f000 08:05 805308870                  /usr/lib/libbz2.so.1.0.6
7f9c5a5d6000-7f9c5a5d8000 rw-p 0000e000 08:05 805308870                  /usr/lib/libbz2.so.1.0.6
7f9c5a5d8000-7f9c5a600000 r-xp 00000000 08:05 805309724                  /usr/lib/libexpat.so.1.6.0
7f9c5a600000-7f9c5a7ff000 ---p 00028000 08:05 805309724                  /usr/lib/libexpat.so.1.6.0
7f9c5a7ff000-7f9c5a801000 r--p 00027000 08:05 805309724                  /usr/lib/libexpat.so.1.6.0
7f9c5a801000-7f9c5a802000 rw-p 00029000 08:05 805309724                  /usr/lib/libexpat.so.1.6.0
7f9c5a802000-7f9c5a814000 r-xp 00000000 08:05 806268059                  /usr/lib/libXext.so.6.4.0
7f9c5a814000-7f9c5aa13000 ---p 00012000 08:05 806268059                  /usr/lib/libXext.so.6.4.0
7f9c5aa13000-7f9c5aa14000 r--p 00011000 08:05 806268059                  /usr/lib/libXext.so.6.4.0
7f9c5aa14000-7f9c5aa15000 rw-p 00012000 08:05 806268059                  /usr/lib/libXext.so.6.4.0
7f9c5aa15000-7f9c5aa33000 r-xp 00000000 08:05 806264326                  /usr/lib/libxcb.so.1.1.0
7f9c5aa33000-7f9c5ac32000 ---p 0001e000 08:05 806264326                  /usr/lib/libxcb.so.1.1.0
7f9c5ac32000-7f9c5ac33000 r--p 0001d000 08:05 806264326                  /usr/lib/libxcb.so.1.1.0
7f9c5ac33000-7f9c5ac34000 rw-p 0001e000 08:05 806264326                  /usr/lib/libxcb.so.1.1.0
7f9c5ac34000-7f9c5ac3e000 r-xp 00000000 08:05 806268627                  /usr/lib/libXrender.so.1.3.0
7f9c5ac3e000-7f9c5ae3d000 ---p 0000a000 08:05 806268627                  /usr/lib/libXrender.so.1.3.0
7f9c5ae3d000-7f9c5ae3e000 r--p 00009000 08:05 806268627                  /usr/lib/libXrender.so.1.3.0
7f9c5ae3e000-7f9c5ae3f000 rw-p 0000a000 08:05 806268627                  /usr/lib/libXrender.so.1.3.0
7f9c5ae3f000-7f9c5aed8000 r-xp 00000000 08:05 805322496                  /usr/lib/libfreetype.so.6.10.0
7f9c5aed8000-7f9c5b0d7000 ---p 00099000 08:05 805322496                  /usr/lib/libfreetype.so.6.10.0
7f9c5b0d7000-7f9c5b0dd000 r--p 00098000 08:05 805322496                  /usr/lib/libfreetype.so.6.10.0
7f9c5b0dd000-7f9c5b0de000 rw-p 0009e000 08:05 805322496                  /usr/lib/libfreetype.so.6.10.0
7f9c5b0de000-7f9c5b116000 r-xp 00000000 08:05 806267850                  /usr/lib/libfontconfig.so.1.6.2
7f9c5b116000-7f9c5b316000 ---p 00038000 08:05 806267850                  /usr/lib/libfontconfig.so.1.6.2
7f9c5b316000-7f9c5b317000 r--p 00038000 08:05 806267850                  /usr/lib/libfontconfig.so.1.6.2
7f9c5b317000-7f9c5b318000 rw-p 00039000 08:05 806267850                  /usr/lib/libfontconfig.so.1.6.2
7f9c5b318000-7f9c5b319000 rw-p 00000000 00:00 0 
7f9c5b319000-7f9c5b31b000 r-xp 00000000 08:05 808795238                  /usr/lib/libXss.so.1.0.0
7f9c5b31b000-7f9c5b51b000 ---p 00002000 08:05 808795238                  /usr/lib/libXss.so.1.0.0
7f9c5b51b000-7f9c5b51c000 r--p 00002000 08:05 808795238                  /usr/lib/libXss.so.1.0.0
7f9c5b51c000-7f9c5b51d000 rw-p 00003000 08:05 808795238                  /usr/lib/libXss.so.1.0.0
7f9c5b51d000-7f9c5b650000 r-xp 00000000 08:05 806266989                  /usr/lib/libX11.so.6.3.0
7f9c5b650000-7f9c5b850000 ---p 00133000 08:05 806266989                  /usr/lib/libX11.so.6.3.0
7f9c5b850000-7f9c5b851000 r--p 00133000 08:05 806266989                  /usr/lib/libX11.so.6.3.0
7f9c5b851000-7f9c5b856000 rw-p 00134000 08:05 806266989                  /usr/lib/libX11.so.6.3.0
7f9c5b856000-7f9c5b86a000 r-xp 00000000 08:05 806268866                  /usr/lib/libXft.so.2.3.1
7f9c5b86a000-7f9c5ba69000 ---p 00014000 08:05 806268866                  /usr/lib/libXft.so.2.3.1
7f9c5ba69000-7f9c5ba6a000 r--p 00013000 08:05 806268866                  /usr/lib/libXft.so.2.3.1
7f9c5ba6a000-7f9c5ba6b000 rw-p 00014000 08:05 806268866                  /usr/lib/libXft.so.2.3.1
7f9c5ba6b000-7f9c5ba80000 r-xp 00000000 08:05 805308920                  /usr/lib/libz.so.1.2.7
7f9c5ba80000-7f9c5bc7f000 ---p 00015000 08:05 805308920                  /usr/lib/libz.so.1.2.7
7f9c5bc7f000-7f9c5bc80000 r--p 00014000 08:05 805308920                  /usr/lib/libz.so.1.2.7
7f9c5bc80000-7f9c5bc81000 rw-p 00015000 08:05 805308920                  /usr/lib/libz.so.1.2.7
7f9c5bc81000-7f9c5bdb9000 r-xp 00000000 08:05 808795241                  /usr/lib/libtk8.6.so
7f9c5bdb9000-7f9c5bfb9000 ---p 00138000 08:05 808795241                  /usr/lib/libtk8.6.so
7f9c5bfb9000-7f9c5bfce000 r--p 00138000 08:05 808795241                  /usr/lib/libtk8.6.so
7f9c5bfce000-7f9c5bfd8000 rw-p 0014d000 08:05 808795241                  /usr/lib/libtk8.6.so
7f9c5bfd8000-7f9c5c14b000 r-xp 00000000 08:05 808795131                  /usr/lib/libtcl8.6.so
7f9c5c14b000-7f9c5c34b000 ---p 00173000 08:05 808795131                  /usr/lib/libtcl8.6.so
7f9c5c34b000-7f9c5c358000 r--p 00173000 08:05 808795131                  /usr/lib/libtcl8.6.so
7f9c5c358000-7f9c5c35a000 rw-p 00180000 08:05 808795131                  /usr/lib/libtcl8.6.so
7f9c5c35a000-7f9c5c35b000 rw-p 00000000 00:00 0 
7f9c5c35b000-7f9c5c377000 r-xp 00000000 08:05 1306538                    /usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so
7f9c5c377000-7f9c5c576000 ---p 0001c000 08:05 1306538                    /usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so
7f9c5c576000-7f9c5c577000 r--p 0001b000 08:05 1306538                    /usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so
7f9c5c577000-7f9c5c578000 rw-p 0001c000 08:05 1306538                    /usr/lib/ruby/1.9.1/x86_64-linux/tcltklib.so
7f9c5c578000-7f9c5c57a000 r-xp 00000000 08:05 805846807                  /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f9c5c57a000-7f9c5c77a000 ---p 00002000 08:05 805846807                  /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f9c5c77a000-7f9c5c77b000 r--p 00002000 08:05 805846807                  /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f9c5c77b000-7f9c5c77c000 rw-p 00003000 08:05 805846807                  /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f9c5c77c000-7f9c5c77e000 r-xp 00000000 08:05 1306853                    /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f9c5c77e000-7f9c5c97d000 ---p 00002000 08:05 1306853                    /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f9c5c97d000-7f9c5c97e000 r--p 00001000 08:05 1306853                    /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f9c5c97e000-7f9c5c97f000 rw-p 00002000 08:05 1306853                    /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f9c5c97f000-7f9c5cb83000 r--p 00000000 08:05 532039                     /usr/lib/locale/locale-archive
7f9c5cb83000-7f9c5cc80000 r-xp 00000000 08:05 805307275                  /usr/lib/libm-2.17.so
7f9c5cc80000-7f9c5ce7f000 ---p 000fd000 08:05 805307275                  /usr/lib/libm-2.17.so
7f9c5ce7f000-7f9c5ce80000 r--p 000fc000 08:05 805307275                  /usr/lib/libm-2.17.so
7f9c5ce80000-7f9c5ce81000 rw-p 000fd000 08:05 805307275                  /usr/lib/libm-2.17.so
7f9c5ce81000-7f9c5ce89000 r-xp 00000000 08:05 805307378                  /usr/lib/libcrypt-2.17.so
7f9c5ce89000-7f9c5d088000 ---p 00008000 08:05 805307378                  /usr/lib/libcrypt-2.17.so
7f9c5d088000-7f9c5d089000 r--p 00007000 08:05 805307378                  /usr/lib/libcrypt-2.17.so
7f9c5d089000-7f9c5d08a000 rw-p 00008000 08:05 805307378                  /usr/lib/libcrypt-2.17.so
7f9c5d08a000-7f9c5d0b8000 rw-p 00000000 00:00 0 
7f9c5d0b8000-7f9c5d0bb000 r-xp 00000000 08:05 805307381                  /usr/lib/libdl-2.17.so
7f9c5d0bb000-7f9c5d2ba000 ---p 00003000 08:05 805307381                  /usr/lib/libdl-2.17.so
7f9c5d2ba000-7f9c5d2bb000 r--p 00002000 08:05 805307381                  /usr/lib/libdl-2.17.so
7f9c5d2bb000-7f9c5d2bc000 rw-p 00003000 08:05 805307381                  /usr/lib/libdl-2.17.so
7f9c5d2bc000-7f9c5d2c3000 r-xp 00000000 08:05 805307279                  /usr/lib/librt-2.17.so
7f9c5d2c3000-7f9c5d4c2000 ---p 00007000 08:05 805307279                  /usr/lib/librt-2.17.so
7f9c5d4c2000-7f9c5d4c3000 r--p 00006000 08:05 805307279                  /usr/lib/librt-2.17.so
7f9c5d4c3000-7f9c5d4c4000 rw-p 00007000 08:05 805307279                  /usr/lib/librt-2.17.so
7f9c5d4c4000-7f9c5d4db000 r-xp 00000000 08:05 805307374                  /usr/lib/libpthread-2.17.so
7f9c5d4db000-7f9c5d6da000 ---p 00017000 08:05 805307374                  /usr/lib/libpthread-2.17.so
7f9c5d6da000-7f9c5d6db000 r--p 00016000 08:05 805307374                  /usr/lib/libpthread-2.17.so
7f9c5d6db000-7f9c5d6dc000 rw-p 00017000 08:05 805307374                  /usr/lib/libpthread-2.17.so
7f9c5d6dc000-7f9c5d6e0000 rw-p 00000000 00:00 0 
7f9c5d6e0000-7f9c5d884000 r-xp 00000000 08:05 805307274                  /usr/lib/libc-2.17.so
7f9c5d884000-7f9c5da83000 ---p 001a4000 08:05 805307274                  /usr/lib/libc-2.17.so
7f9c5da83000-7f9c5da87000 r--p 001a3000 08:05 805307274                  /usr/lib/libc-2.17.so
7f9c5da87000-7f9c5da89000 rw-p 001a7000 08:05 805307274                  /usr/lib/libc-2.17.so
7f9c5da89000-7f9c5da8d000 rw-p 00000000 00:00 0 
7f9c5da8d000-7f9c5dc7e000 r-xp 00000000 08:05 806282142                  /usr/lib/libruby.so.1.9.1
7f9c5dc7e000-7f9c5de7d000 ---p 001f1000 08:05 806282142                  /usr/lib/libruby.so.1.9.1
7f9c5de7d000-7f9c5de85000 rw-p 001f0000 08:05 806282142                  /usr/lib/libruby.so.1.9.1
7f9c5de85000-7f9c5dea1000 rw-p 00000000 00:00 0 
7f9c5dea1000-7f9c5dec2000 r-xp 00000000 08:05 805307376                  /usr/lib/ld-2.17.so
7f9c5df14000-7f9c5df15000 ---p 00000000 00:00 0 
7f9c5df15000-7f9c5e09c000 rw-p 00000000 00:00 0 
7f9c5e0be000-7f9c5e0bf000 ---p 00000000 00:00 0 
7f9c5e0bf000-7f9c5e0c2000 rw-p 00000000 00:00 0                          [stack:3994]
7f9c5e0c2000-7f9c5e0c3000 r--p 00021000 08:05 805307376                  /usr/lib/ld-2.17.so
7f9c5e0c3000-7f9c5e0c4000 rw-p 00022000 08:05 805307376                  /usr/lib/ld-2.17.so
7f9c5e0c4000-7f9c5e0c5000 rw-p 00000000 00:00 0 
7fff32a4d000-7fff32a6e000 rw-p 00000000 00:00 0                          [stack]
7fff32bff000-7fff32c00000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]


[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: [url]http://www.ruby-lang.org/bugreport.html[/url]

Aborted (core dumped)
$

Moderator edit:  Added code tags.

Last edited by marcelomorales (2013-03-03 16:43:37)

Offline

#2 2013-03-03 16:41:45

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,740

Re: Ruby tk segfault

marcelomorales,

Welcome to Arch Linux.  I hope you do not mind, but I added BBCode code tags to your post.  You can edit the post to see how I did it.  There is also a reference link under the posts boxes in these forums.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2013-03-03 18:32:33

olleg
Member
Registered: 2008-01-20
Posts: 6

Re: Ruby tk segfault

I confirm this.
edit: https://bugs.ruby-lang.org/issues/8000

Last edited by olleg (2013-03-03 18:34:23)

Offline

Board footer

Powered by FluxBB