[Bug 887327] New: ruby-tk 2.0.0 causes segmentation fault
https://bugzilla.novell.com/show_bug.cgi?id=887327 https://bugzilla.novell.com/show_bug.cgi?id=887327#c0 Summary: ruby-tk 2.0.0 causes segmentation fault Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Ruby AssignedTo: ruby-devel@suse.de ReportedBy: antons@svedkijs.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 "Hello world" example does not working, causing ssengmentation fault on system. Reproducible: Always Steps to Reproduce: 1.Create simple Ruby-Tk application, e.g.: require 'tk' root = Tkroot.new button = TkButton.new(root) { text "Hello, World!" command proc {puts "Ich sage Hello!" } } button.pack Tk.mainloop 2. save it as *.rb 3. start with "ruby your_file.rb" Actual Results: segmentation fault Expected Results: Application with window an button in it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=887327 https://bugzilla.novell.com/show_bug.cgi?id=887327#c1 --- Comment #1 from Antons Svedkijs <antons@svedkijs.de> 2014-07-15 13:44:23 UTC --- Created an attachment (id=598627) --> (http://bugzilla.novell.com/attachment.cgi?id=598627) Log output in console after execution -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=887327 https://bugzilla.novell.com/show_bug.cgi?id=887327#c2 --- Comment #2 from Reinhard Max <max@suse.com> 2014-07-22 18:11:58 CEST --- It looks like Ruby-Tk does not yet support Tcl/Tk 8.6: https://bugs.ruby-lang.org/issues/8000 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com