You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(3) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(5) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(12) |
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
(15) |
Nov
(8) |
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
(11) |
Apr
(10) |
May
(105) |
Jun
(12) |
Jul
(42) |
Aug
(54) |
Sep
(15) |
Oct
(14) |
Nov
(27) |
Dec
(3) |
2007 |
Jan
(1) |
Feb
(6) |
Mar
(26) |
Apr
(11) |
May
(28) |
Jun
(5) |
Jul
(9) |
Aug
|
Sep
|
Oct
(4) |
Nov
(8) |
Dec
(7) |
2008 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
(6) |
Jun
(7) |
Jul
|
Aug
(16) |
Sep
(1) |
Oct
(4) |
Nov
(3) |
Dec
(1) |
2009 |
Jan
(37) |
Feb
(19) |
Mar
(32) |
Apr
(7) |
May
(2) |
Jun
(15) |
Jul
(8) |
Aug
(12) |
Sep
(2) |
Oct
(1) |
Nov
(6) |
Dec
(11) |
2010 |
Jan
(11) |
Feb
(5) |
Mar
(56) |
Apr
(75) |
May
(28) |
Jun
(10) |
Jul
(6) |
Aug
(1) |
Sep
(26) |
Oct
(23) |
Nov
(92) |
Dec
(41) |
2011 |
Jan
(6) |
Feb
(2) |
Mar
(2) |
Apr
(8) |
May
(20) |
Jun
(3) |
Jul
(1) |
Aug
(32) |
Sep
(6) |
Oct
(9) |
Nov
(3) |
Dec
(15) |
2012 |
Jan
(6) |
Feb
(13) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
(4) |
Aug
(7) |
Sep
|
Oct
(2) |
Nov
|
Dec
(4) |
2013 |
Jan
(9) |
Feb
(15) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
(9) |
Aug
|
Sep
(5) |
Oct
(4) |
Nov
(4) |
Dec
(11) |
2014 |
Jan
|
Feb
(3) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(2) |
Jul
(2) |
Aug
(9) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
(7) |
Jun
(3) |
Jul
(5) |
Aug
(15) |
Sep
|
Oct
(1) |
Nov
|
Dec
(6) |
2016 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(6) |
Oct
(6) |
Nov
(7) |
Dec
(8) |
2017 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(8) |
2018 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
(10) |
Jun
|
Jul
|
Aug
(5) |
Sep
(4) |
Oct
(3) |
Nov
(3) |
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(40) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 20:16:32
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified --- Comment #5 from Torsten Schoenfeld <kaf...@gm...> 2012-02-19 20:15:19 UTC --- Well, it kind of works, yes. It pipes one second of music¹ to pacat. Then it hangs. I think that's because you try to reuse all the elements for a second run (the second signal_connect() calls will be a problem, for example). Seeking doesn't work like you try to do it; seek() is not instantaneous. The normal procedure: • put your pipeline into "paused" (or "playing"), • watch the message bus for when the pipeline has actually transitioned into "paused" (or "playing"), then seek() and set_state("playing") <http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-eventsseek.html>. I attach a version of crash.pl that works for me. ¹ Or at least a version of it, apparently missing many frequencies, especially the low ones, and also with a slower tempo. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 19:12:53
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified --- Comment #4 from Zach Morgan <zpm...@gm...> 2012-02-19 19:12:39 UTC --- Does crash.pl work for you? there has to be a foo.mp3 in the same directory. Unfortunately it still crashes every time I run it, after playing a second of audio. The crashes are just as inconsistent as before. I'm completely clueless as to what's going on. Is there any way I can help? I'm running 5.15 with perlbrew, Glib bindings & GStreamer bindings from your git repositories. Also, the libraries (not the bindings) are from the Ubuntu 6.06 repositories. (just kidding. glib & gstreamer libraries are from ubuntu 12.04.) Thanks, Zach Morgan -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 15:54:38
|
https://bugzilla.gnome.org/show_bug.cgi?id=614650 gnome-perl | GStreamer | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 15:28:45
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |kaf...@gm... Resolution| |DUPLICATE --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2012-02-19 15:28:30 UTC --- (In reply to comment #1) > Here's a script that only uses GStreamer. After having an appsink pull a > buffer, the buffer is mysteriously erased, and other variables, such as > $pipeline, are mysteriously changed. As Quentin said, this is indeed due to some signals (pad-added, new-buffer) being invoked from a foreign thread, for which Glib was not yet prepared. I just committed <http://git.gnome.org/browse/perl-Glib/commit/?id=6f1bc1a56e4c7c87d44caca1001cd50357f7a603> the fix mentioned in the other bug, which does indeed also seem to solve your problem. Please test extensively. *** This bug has been marked as a duplicate of bug 620099 *** -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 15:28:45
|
https://bugzilla.gnome.org/show_bug.cgi?id=620099 gnome-perl | Glib | unspecified --- Comment #13 from Torsten Schoenfeld <kaf...@gm...> 2012-02-19 15:28:30 UTC --- *** Bug 668713 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 15:25:27
|
https://bugzilla.gnome.org/show_bug.cgi?id=620099 gnome-perl | Glib | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187851|none |committed status| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 15:25:22
|
https://bugzilla.gnome.org/show_bug.cgi?id=620099 gnome-perl | Glib | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |kaf...@gm... Resolution| |FIXED --- Comment #12 from Torsten Schoenfeld <kaf...@gm...> 2012-02-19 15:25:11 UTC --- Alright, slightly modified patch committed. Please test extensively. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 15:25:22
|
https://bugzilla.gnome.org/show_bug.cgi?id=614650 gnome-perl | GStreamer | unspecified Bug 614650 depends on bug 620099, which changed state. Bug 620099 Summary: Make it safe to call into Glib from foreign threads https://bugzilla.gnome.org/show_bug.cgi?id=620099 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-19 14:39:30
|
https://bugzilla.gnome.org/show_bug.cgi?id=620099 gnome-perl | Glib | unspecified --- Comment #11 from Torsten Schoenfeld <kaf...@gm...> 2012-02-19 14:39:14 UTC --- (In reply to comment #10) > I managed to reproduce it in this small hang.pl script that simply play a file > given on the command line. > I tested this on a xubuntu 11.04, the hanging happens every time with the more > elaborated notify callback and with the line setting the volume to 1. If any of > these are removed, everything works correctly. I can reproduce the hang, and that's why I've been holding off on this patch for so long. The basic outline of this kind of hang is the following: • There are two threads involved: the main thread running the event loop and all Perl code, and an auxiliary thread constructed by gstreamer to manage the audio stream. • The call "$player->set(volume => 1)" reconfigures part of the pipeline and causes the auxiliary thread to change the "volume" property of the internal sink element while holding a lock. Among other things this triggers the "notify::volume" signal, for which we have a handler. But since this is in a non-main thread, the patch shovels the invocation over to the main loop and /blocks the auxiliary thread until the signal handler has returned/. • The signal handler calls get("volume") which ends up in the sink element's volume accessor, which also tries to acquire the lock mentioned above. Deadlock. A way to avoid the deadlock is to wrap in Glib::Idle->add those parts of the signal handler that access object properties: $player->signal_connect(notify => sub { my ($object,$property)=@_; Glib::Idle->add (sub { my $name=$property->get_name; warn "$object $name : ".$object->get($name)."\n"; Glib::SOURCE_REMOVE; }); }); Since this workaround exists, the patch fixes otherwise unsolvable problems while introducing new but solvable problems. So I'll try to get the patch into Glib today. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-03 21:22:02
|
https://bugzilla.gnome.org/show_bug.cgi?id=620099 gnome-perl | Glib | unspecified Zach Morgan <zpmorgan> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zpm...@gm... -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-02-02 21:01:16
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified André Klapper <a9016009> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #206229|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-01-31 16:37:44
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified Quentin Sculo <squentin> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |squ...@fr... --- Comment #2 from Quentin Sculo <squ...@fr...> 2012-01-31 16:37:28 UTC --- I haven't really looked at what crash.pl is doing, but I suspected that it would be affected by the gstreamer foreign threads problem from bug 620099 (https://bugzilla.gnome.org/show_bug.cgi?id=620099) And the patch from this bug does seem to fix crash.pl so it is possible that it is the same bug. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-01-27 00:54:11
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified Zach Morgan <zpmorgan> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #206156|0 |1 is obsolete| | --- Comment #1 from Zach Morgan <zpm...@gm...> 2012-01-27 00:53:55 UTC --- Created an attachment (id=206229) --> (https://bugzilla.gnome.org/attachment.cgi?id=206229) A much simpler crasher script Earlier I pointed to my own git repository, which involved PDL as a requirement. Sorry about that. Here's a script that only uses GStreamer. After having an appsink pull a buffer, the buffer is mysteriously erased, and other variables, such as $pipeline, are mysteriously changed. Seeking does not work at all, but I'm not totally convinced that this is perl-gstreamer's fault. The same seek works, however, when the pipeline is a playbin2. To run as it is, a foo.mp3 audio file is required in the same directory as crash.pl. Thanks, Zach Morgan -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-01-26 06:17:17
|
https://bugzilla.gnome.org/show_bug.cgi?id=668713 gnome-perl | GStreamer | unspecified Summary: Seek -> Crash. URIDecodeBin & AppSink Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: GStreamer AssignedTo: gtk...@li... ReportedBy: zpm...@gm... QAContact: gtk...@li... GNOME version: --- Created an attachment (id=206156) --> (https://bugzilla.gnome.org/attachment.cgi?id=206156) one of many different sorts of crashes. Howdy, I've struggled with gstreamer crashes for a few days, trying to dump raw audio data after calling seek(). It always crashes, and I can't figure out why. I'm hoping that it's obvious to someone else. I'm using 0.16 from cpan, but it looks like it hasn't been altered since 0.16. This problem is independent of the GStreamer::App module that I was working on. It turns out that its API is somehow implemented with signals, so it wouldn't even be useful. I've tagged my project in a state where it crashes every time it is used a certain way: https://github.com/zpmorgan/PDL-GStreamer/tree/unknown-fail To make it crash, run the following with an audio file $FILE perl examples/spectrogram.pl $FILE -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-01-07 16:52:42
|
https://bugzilla.gnome.org/show_bug.cgi?id=666227 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2012-01-07 16:52:27 UTC --- Now fixed on master, together with another compatibility problem. Thanks for the report. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-01-07 14:09:48
|
https://bugzilla.gnome.org/show_bug.cgi?id=665266 gnome-perl | Glib | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED --- Comment #4 from Torsten Schoenfeld <kaf...@gm...> 2012-01-07 14:09:38 UTC --- Alright, pushed to master. I also fixed what perl 5.8.0 considers a syntax error in Glib::GenPod. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-01-05 17:39:21
|
https://bugzilla.gnome.org/show_bug.cgi?id=665265 gnome-perl | Cairo | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-15 08:11:19
|
https://bugzilla.gnome.org/show_bug.cgi?id=666227 gnome-perl | Gtk2 | unspecified Summary: [Gtk2-1.241] perl-5.8.0 doesn't know what Newx is. Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: sis...@op... QAContact: gtk...@li... GNOME version: --- The xs/GdkPixbuf.xs file contains a call to the Newx (perl API) function. But perl-5.8.0 predates the defining of Newx. If we wish to continue supporting 5.8.0 then, near the beginning of that file, we need to insert something like: /* copied from ppport.h */ #ifndef Newx # define Newx(v,n,t) New(0,v,n,t) #endif Cheers, Rob -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-15 04:59:37
|
https://bugzilla.gnome.org/show_bug.cgi?id=665265 gnome-perl | Cairo | unspecified --- Comment #2 from sis...@op... 2011-12-15 04:59:23 UTC --- Yep - enables the build to succeed. (I used the patch you provided.) The Gtk2-1.241 test suite fails 3 tests - I'll take a look at that when I get a chance (and submit another bug report, if there's not one already done). Thanks again Torsten. Cheers, Rob -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-14 12:51:45
|
https://bugzilla.gnome.org/show_bug.cgi?id=665266 gnome-perl | Glib | unspecified --- Comment #3 from sis...@op... 2011-12-14 12:51:24 UTC --- It's in my 5.8.8, too - probably first appeared in 5.9.3, then backported to 5.8.8. (I'm guessing that 5.8.8 came out *after* 5.9.3). Switching the definition from gperl.h to GObject.xs (as you have done) also works fine. Thanks Torsten. Cheers, Rob -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-09 23:49:41
|
https://bugzilla.gnome.org/show_bug.cgi?id=665331 gnome-perl | Glib | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #202550|none |committed status| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-09 23:49:35
|
https://bugzilla.gnome.org/show_bug.cgi?id=665331 gnome-perl | Glib | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2011-12-09 23:49:25 UTC --- Thanks, committed. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-09 23:45:53
|
https://bugzilla.gnome.org/show_bug.cgi?id=665332 gnome-perl | Glib | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2011-12-09 23:45:43 UTC --- Indeed, looks like an oversight. Now fixed in git. Thanks! -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-09 23:42:56
|
https://bugzilla.gnome.org/show_bug.cgi?id=665266 gnome-perl | Glib | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO CC| |kaf...@gm... -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-12-09 23:42:12
|
https://bugzilla.gnome.org/show_bug.cgi?id=665266 gnome-perl | Glib | unspecified --- Comment #2 from Torsten Schoenfeld <kaf...@gm...> 2011-12-09 23:42:00 UTC --- Created an attachment (id=203173) View: https://bugzilla.gnome.org/attachment.cgi?id=203173 Review: https://bugzilla.gnome.org/review?bug=665266&attachment=203173 Add a fallback implementation of SvMAGIC_set Interesting. PPPort says 5.9.3, but my 5.8.8 actually has that macro already. Regardless, can you try this patch? Do Glib's and Gtk2's test suites still pass after this? (Or, at least, do not fail more tests?) -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |