Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Richard Shaw
On Tue, May 3, 2016 at 3:17 PM, Przemek Klosowski < przemek.klosow...@nist.gov> wrote: > On 05/03/2016 03:54 PM, Richard Shaw wrote: > > the package that's causing the segfault (Coin3) is not part of the update > but it causes a segfault in python-pivy regardless of whether you're > running the

Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Przemek Klosowski
On 05/03/2016 03:54 PM, Richard Shaw wrote: the package that's causing the segfault (Coin3) is not part of the update but it causes a segfault in python-pivy regardless of whether you're running the old 0.15 package or new 0.16 package so I went ahead and pushed to stable so I could update

Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Richard Shaw
On Tue, May 3, 2016 at 2:50 PM, Przemek Klosowski < przemek.klosow...@nist.gov> wrote: > I am sligtly confused here (so what else is new :). *Bug 1153551* > seems to be > brasero's "Cannot burn files from network drive". > What am I missing?

Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Przemek Klosowski
On 05/03/2016 02:16 PM, Richard Shaw wrote: On Mon, Apr 25, 2016 at 3:15 PM, Richard Shaw > wrote: On Fri, Apr 22, 2016 at 9:34 AM, Ralf Corsepius > wrote: How about *

Re: freecad: Need help with segfault problem on F24

2016-05-03 Thread Richard Shaw
On Mon, Apr 25, 2016 at 3:15 PM, Richard Shaw wrote: > On Fri, Apr 22, 2016 at 9:34 AM, Ralf Corsepius > wrote: > >> >> How about >> * filing a BZ against Coin3 such that the Coin3 maintainer (me) gets >> informed and has a chance to reproduced the

Re: freecad: Need help with segfault problem on F24

2016-04-25 Thread Richard Shaw
On Fri, Apr 22, 2016 at 9:34 AM, Ralf Corsepius wrote: > > How about > * filing a BZ against Coin3 such that the Coin3 maintainer (me) gets > informed and has a chance to reproduced the issue? > Done. https://bugzilla.redhat.com/show_bug.cgi?id=1153551 Thanks, Richard --

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Richard Shaw
On Fri, Apr 22, 2016 at 9:34 AM, Ralf Corsepius wrote: > > How about > * filing a BZ against Coin3 such that the Coin3 maintainer (me) gets > informed and has a chance to reproduced the issue? > > * filing and proposing a patch in advance, instead of rushing out patch?

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Ralf Corsepius
On 04/22/2016 02:58 PM, Richard Shaw wrote: On Fri, Apr 22, 2016 at 7:54 AM, Jonathan Wakely > wrote: > Looks like Mamoru figured it out, thanks everyone for the help. > >https://bugzilla.redhat.com/show_bug.cgi?id=1323159#c34 I'm

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Jonathan Wakely
On 22/04/16 07:58 -0500, Richard Shaw wrote: On Fri, Apr 22, 2016 at 7:54 AM, Jonathan Wakely wrote: > Looks like Mamoru figured it out, thanks everyone for the help. > > https://bugzilla.redhat.com/show_bug.cgi?id=1323159#c34 I'm curious what the fix is :-) All the

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Richard Shaw
On Fri, Apr 22, 2016 at 7:54 AM, Jonathan Wakely wrote: > > Looks like Mamoru figured it out, thanks everyone for the help. > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1323159#c34 > > I'm curious what the fix is :-) > > All the bugzilla says is that the memhandler is

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Jonathan Wakely
> Looks like Mamoru figured it out, thanks everyone for the help. > > https://bugzilla.redhat.com/show_bug.cgi?id=1323159#c34 I'm curious what the fix is :-) All the bugzilla says is that the memhandler is null, which was already apparent from the stacktrace. I'll have a look when the patch

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Jonathan Wakely
On 22/04/16 07:36 -0500, Richard Shaw wrote: On Fri, Apr 22, 2016 at 5:46 AM, Jonathan Wakely wrote: On 21/04/16 08:00 -0500, Richard Shaw wrote: Well it turns out -fsanitize=undefined made no difference in this case... Here's the stacktrace:

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Richard Shaw
Looks like Mamoru figured it out, thanks everyone for the help. https://bugzilla.redhat.com/show_bug.cgi?id=1323159#c34 Thanks, Richard -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Richard Shaw
On Fri, Apr 22, 2016 at 5:46 AM, Jonathan Wakely wrote: > On 21/04/16 08:00 -0500, Richard Shaw wrote: > >> Well it turns out -fsanitize=undefined made no difference in this case... >> >> Here's the stacktrace: >> >> http://paste.fedoraproject.org/358119/46124321/ >> >

Re: freecad: Need help with segfault problem on F24

2016-04-22 Thread Jonathan Wakely
On 21/04/16 08:00 -0500, Richard Shaw wrote: Well it turns out -fsanitize=undefined made no difference in this case... Here's the stacktrace: http://paste.fedoraproject.org/358119/46124321/ allocator=0x0 is the problem there, that argument must be non-null. It comes from: void operator

Re: freecad: Need help with segfault problem on F24

2016-04-21 Thread Richard Shaw
Well it turns out -fsanitize=undefined made no difference in this case... Here's the stacktrace: http://paste.fedoraproject.org/358119/46124321/ Thanks, Richard -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: freecad: Need help with segfault problem on F24

2016-04-20 Thread Jonathan Wakely
On 20/04/16 09:51 -0400, Przemek Klosowski wrote: On 04/19/2016 11:55 PM, Jerry James wrote: On Tue, Apr 19, 2016 at 8:50 PM, Richard Shaw wrote: I'm pretty much stumped on a problem where freecad (really python-pivy) segfaults on F24 but seems to run fine on F23 and I

Re: freecad: Need help with segfault problem on F24

2016-04-20 Thread Przemek Klosowski
On 04/19/2016 11:55 PM, Jerry James wrote: On Tue, Apr 19, 2016 at 8:50 PM, Richard Shaw wrote: I'm pretty much stumped on a problem where freecad (really python-pivy) segfaults on F24 but seems to run fine on F23 and I can't find any substantive difference between any of

Re: freecad: Need help with segfault problem on F24

2016-04-19 Thread Jerry James
On Tue, Apr 19, 2016 at 8:50 PM, Richard Shaw wrote: > I'm pretty much stumped on a problem where freecad (really python-pivy) > segfaults on F24 but seems to run fine on F23 and I can't find any > substantive difference between any of the packages. > > Strangely installing