[Bug 842440] New: [Ruby] yast/builtins.rb:580 tostring builtin called on wrong type Storage::StorageInterface
https://bugzilla.novell.com/show_bug.cgi?id=842440 https://bugzilla.novell.com/show_bug.cgi?id=842440#c0 Summary: [Ruby] yast/builtins.rb:580 tostring builtin called on wrong type Storage::StorageInterface Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: per@computer.org QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:11.0) Gecko/20100101 Firefox/11.0 2013-09-26 08:26:25 <2> taggart24(3065) [Ruby] yast/builtins.rb:580 tostring builtin called on wrong type Storage::StorageInterface 2013-09-26 08:26:25 <1> taggart24(3065) [Ruby] modules/StorageInit.rb:76 @sint:#<Storage::StorageInterface:0x00000003ae2d08 @__swigtype__="_p_storage__StorageInterface"> pid:0 2013-09-26 08:26:25 <2> taggart24(3065) [Ruby] yast/builtins.rb:580 tostring builtin called on wrong type Class 2013-09-26 08:26:25 <1> taggart24(3065) [Ruby] modules/StorageInit.rb:77 @sint is a Storage::StorageInterface int:false 2013-09-26 08:26:25 <2> taggart24(3065) [Ruby] yast/builtins.rb:580 tostring builtin called on wrong type Storage::StorageInterface 2013-09-26 08:26:25 <1> taggart24(3065) [Ruby] modules/StorageInit.rb:121 sint:#<Storage::StorageInterface:0x00000003ae2d08 @__swigtype__="_p_storage__StorageInterface"> 2013-09-26 08:26:25 <1> taggart24(3065) [Ruby] modules/StorageClients.rb:224 InstallCallbacks Reproducible: Always -- 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=842440 https://bugzilla.novell.com/show_bug.cgi?id=842440#c Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@suse.com AssignedTo|bnc-team-screening@forge.pr |aschnell@suse.com |ovo.novell.com | -- 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=842440 https://bugzilla.novell.com/show_bug.cgi?id=842440#c Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Severity|Normal |Minor -- 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=842440 https://bugzilla.novell.com/show_bug.cgi?id=842440#c Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=842440 https://bugzilla.novell.com/show_bug.cgi?id=842440#c1 Josef Reidinger <jreidinger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jreidinger@suse.com --- Comment #1 from Josef Reidinger <jreidinger@suse.com> 2013-09-27 09:01:48 UTC --- Arvin - problematic part is https://github.com/yast/yast-storage/blob/master/src/modules/StorageInit.rb#... You call logging on object that is not known to yast type system and it is not external anymore. solution is quite simple. just use @sint.inspect -- 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=842440 https://bugzilla.novell.com/show_bug.cgi?id=842440#c2 --- Comment #2 from Arvin Schnell <aschnell@suse.com> 2013-09-27 09:08:20 UTC --- Thanks, I already found the cause. I just want to discuss it with Thomas since he wrote the code. -- 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=842440 https://bugzilla.novell.com/show_bug.cgi?id=842440#c3 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Arvin Schnell <aschnell@suse.com> 2013-09-30 09:52:33 UTC --- Removed offending log lines. -- 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