|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[Gtk2-perl-bugs] [Bug 533150] New: during make test, Gtk2-1.182 fails at t/GtkIconView.tIf you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=533150 gnome-perl | Gtk2 | Ver: unspecified Summary: during make test, Gtk2-1.182 fails at t/GtkIconView.t Product: gnome-perl Version: unspecified Platform: Other OS/Version: All Status: UNCONFIRMED Severity: blocker Priority: Normal Component: Gtk2 AssignedTo: gtk2-perl-bugs@... ReportedBy: scott.subs@... QAContact: gtk2-perl-bugs@... GNOME version: 2.19/2.20 GNOME milestone: Unspecified Please describe the problem: t/GtkIconView........................1/61 GLib-GObject-WARNING **: value "-48" of type `gint' is invalid or out of range for property `wrap-width' of type `gint' at /root/.cpan/build/Gtk2-1.182-pTQigb/blib/lib/Gtk2/TestHelper.pm line 84. GLib-GObject-WARNING **: value "-48" of type `gint' is invalid or out of range for property `width' of type `gint' at /root/.cpan/build/Gtk2-1.182-pTQigb/blib/lib/Gtk2/TestHelper.pm line 84. Steps to reproduce: 1. cpan 2. install Gtk2 Actual results: fails during make test phase Expected results: pass Does this happen every time? yes Other information: there was one other failure during make test: t/GtkIconTheme....................... Failed 5/15 subtests but it went unmentioned in the summary at the end: Test Summary Report ------------------- t/GtkIconTheme.t (Wstat: 139 Tests: 10 Failed: 0) Parse errors: Bad plan. You planned 15 tests but ran 10. Files=209, Tests=4410, 36 wallclock secs ( 1.77 usr 0.38 sys + 23.56 cusr 4.15 csys = 29.86 CPU) Result: FAIL Failed 1/209 test programs. 0/4410 subtests failed. I am currently running on Fedora 8. Let me know whether I can provide any further details to assist -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=533150. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gtk2-perl-bugs mailing list Gtk2-perl-bugs@... https://lists.sourceforge.net/lists/listinfo/gtk2-perl-bugs |
|
|
[Gtk2-perl-bugs] [Bug 533150] during make test, Gtk2-1.182 fails at t/GtkIconView.tIf you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=533150 gnome-perl | Gtk2 | Ver: unspecified Torsten Schoenfeld changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaffeetisch@... Status|UNCONFIRMED |NEEDINFO ------- Comment #1 from Torsten Schoenfeld 2008-06-01 14:44 UTC ------- The GtkIconView.t assertion is not a test failure. The summary states that only GtkIconTheme.t failed. Unfortunately, the output you provided isn't enough to know what went wrong. Also, I think I recently fixed some test failures in that area. So, can you try re-running with the latest release and if the failure persists, can you show the output of the following command? $ perl -Mblib -Iblib t/GtkIconTheme.t -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=533150. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gtk2-perl-bugs mailing list Gtk2-perl-bugs@... https://lists.sourceforge.net/lists/listinfo/gtk2-perl-bugs |
|
|
[Gtk2-perl-bugs] [Bug 533150] during make test, Gtk2-1.182 fails at t/GtkIconView.tIf you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=533150 gnome-perl | Gtk2 | Ver: unspecified Scott R. Godin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |UNCONFIRMED ------- Comment #2 from Scott R. Godin 2008-06-04 18:16 UTC ------- 2:08pm {6} localhost:/root/.cpan/build/Gtk2-1.183-VTEEPN># perl -Mblib -Iblib t/GtkIconTheme.t 1..15 ok 1 - The object isa Gtk2::IconTheme ok 2 - The object isa Gtk2::IconTheme ok 3 - The object isa Gtk2::IconTheme ok 4 ok 5 - The object isa Gtk2::IconInfo ok 6 - The object isa Gtk2::Gdk::Pixbuf ok 7 - The object isa Gtk2::Gdk::Pixbuf ok 8 ok 9 ok 10 Segmentation fault (core dumped) well that explains a tiny bit. here is a link to the coredump file in the hopes it will help. too large to attach to this bug. : http://www.webdragon.net/miscel/core.7717.bz2 -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=533150. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gtk2-perl-bugs mailing list Gtk2-perl-bugs@... https://lists.sourceforge.net/lists/listinfo/gtk2-perl-bugs |
|
|
[Gtk2-perl-bugs] [Bug 533150] during make test, Gtk2-1.182 fails at t/GtkIconView.tIf you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=533150 gnome-perl | Gtk2 | Ver: unspecified Torsten Schoenfeld changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Status|UNCONFIRMED |NEEDINFO ------- Comment #3 from Torsten Schoenfeld 2008-08-17 18:42 UTC ------- Sorry for taking so long to reply. The coredump you provided doesn't work for me; gdb says: "core.7717" is not a core dump: File format not recognized. Can you try to get a backtrace yourself? $ gdb perl gdb> r -Mblib -Iblib t/GtkIconTheme.t gdb> bt And possibly valgrind output? $ valgrind --tool=memcheck --num-callers=100 perl -Mblib -Iblib t/GtkIconTheme.t -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=533150. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Gtk2-perl-bugs mailing list Gtk2-perl-bugs@... https://lists.sourceforge.net/lists/listinfo/gtk2-perl-bugs |
|
|
[Gtk2-perl-bugs] [Bug 533150] during make test, Gtk2-1.182 fails at t/GtkIconView.tIf you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=533150 gnome-perl | Gtk2 | Ver: unspecified Tobias Mueller changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gnome-bugs@auftrags- | |killer.org Status|NEEDINFO |RESOLVED Resolution| |INCOMPLETE ------- Comment #4 from Tobias Mueller 2009-02-24 01:11 UTC ------- Scott, can you please provide the stacktrace, Torsten has asked for an reopen this issue? If you have any question, don't hesitate to ask. Thanks in advance! -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=533150. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Gtk2-perl-bugs mailing list Gtk2-perl-bugs@... https://lists.sourceforge.net/lists/listinfo/gtk2-perl-bugs |
| Free embeddable forum powered by Nabble | Forum Help |