discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Cylinder in Hull crashes 2016.06.25 (Mac OS 10.9.5)

K
kintel
Fri, Aug 26, 2016 2:51 AM

Hi John,

That would be useful. I still haven't manage to reproduce this.

Btw., there is a new snapshot; 2016.08.21. It doesn't contain any relevant
changes, but it makes sense to always test against the most recent build..

-Marius

--
View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18215.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi John, That would be useful. I still haven't manage to reproduce this. Btw., there is a new snapshot; 2016.08.21. It doesn't contain any relevant changes, but it makes sense to always test against the most recent build.. -Marius -- View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18215.html Sent from the OpenSCAD mailing list archive at Nabble.com.
B
Benjamin
Fri, Aug 26, 2016 7:10 AM

Hi,

Crash reports on Preview and Render with 2016.08.21 attached.

hull() {
sphere();
}

also produces an error, whereas

hull() {
cube();
}

doesn't.

I would be more than happy to help and see this issue solved. Feel free
to ask me anything (even remote access to my machine if it could be of
any help).

Benjamin

On 26/08/16 04:51, kintel wrote:

Hi John,

That would be useful. I still haven't manage to reproduce this.

Btw., there is a new snapshot; 2016.08.21. It doesn't contain any relevant
changes, but it makes sense to always test against the most recent build..

-Marius

--
View this message in context:http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18215.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Hi, Crash reports on Preview and Render with 2016.08.21 attached. hull() { sphere(); } also produces an error, whereas hull() { cube(); } doesn't. I would be more than happy to help and see this issue solved. Feel free to ask me anything (even remote access to my machine if it could be of any help). Benjamin On 26/08/16 04:51, kintel wrote: > Hi John, > > That would be useful. I still haven't manage to reproduce this. > > Btw., there is a new snapshot; 2016.08.21. It doesn't contain any relevant > changes, but it makes sense to always test against the most recent build.. > > -Marius > > > > > -- > View this message in context:http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18215.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
B
Benjamin
Mon, Aug 29, 2016 7:09 AM

Building OpenSCAD from source solved the problem.
(files on sourceforge are behind a cookie acceptation page from France,
macosx-build-dependencies.sh failed on them)

Benjamin

On 26/08/16 09:10, Benjamin wrote:

Hi,

Crash reports on Preview and Render with 2016.08.21 attached.

hull() {
sphere();
}

also produces an error, whereas

hull() {
cube();
}

doesn't.

I would be more than happy to help and see this issue solved. Feel
free to ask me anything (even remote access to my machine if it could
be of any help).

Benjamin

On 26/08/16 04:51, kintel wrote:

Hi John,

That would be useful. I still haven't manage to reproduce this.

Btw., there is a new snapshot; 2016.08.21. It doesn't contain any relevant
changes, but it makes sense to always test against the most recent build..

-Marius

--
View this message in context:http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18215.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Building OpenSCAD from source solved the problem. (files on sourceforge are behind a cookie acceptation page from France, macosx-build-dependencies.sh failed on them) Benjamin On 26/08/16 09:10, Benjamin wrote: > Hi, > > Crash reports on Preview and Render with 2016.08.21 attached. > > hull() { > sphere(); > } > > also produces an error, whereas > > hull() { > cube(); > } > > doesn't. > > I would be more than happy to help and see this issue solved. Feel > free to ask me anything (even remote access to my machine if it could > be of any help). > > Benjamin > > > On 26/08/16 04:51, kintel wrote: >> Hi John, >> >> That would be useful. I still haven't manage to reproduce this. >> >> Btw., there is a new snapshot; 2016.08.21. It doesn't contain any relevant >> changes, but it makes sense to always test against the most recent build.. >> >> -Marius >> >> >> >> >> -- >> View this message in context:http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18215.html >> Sent from the OpenSCAD mailing list archive at Nabble.com. >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
MK
Marius Kintel
Mon, Aug 29, 2016 2:44 PM

On Aug 29, 2016, at 03:09, Benjamin benjamin@chaaawa.com wrote:

Building OpenSCAD from source solved the problem.

That’s interesting. Would you mind sending me the output of Help->Library info for the working version?

I’m getting multiple similar crash reports, but haven’t managed to reproduce anywhere else..

(files on sourceforge are behind a cookie acceptation page from France, macosx-build-dependencies.sh failed on them)

Thx - I’ll look into it.

-Marius

> On Aug 29, 2016, at 03:09, Benjamin <benjamin@chaaawa.com> wrote: > > Building OpenSCAD from source solved the problem. That’s interesting. Would you mind sending me the output of Help->Library info for the working version? I’m getting multiple similar crash reports, but haven’t managed to reproduce anywhere else.. > (files on sourceforge are behind a cookie acceptation page from France, macosx-build-dependencies.sh failed on them) > Thx - I’ll look into it. -Marius
B
Benjamin
Mon, Aug 29, 2016 3:37 PM

Library info for 2016-08-28 (working) attached.

Differences:
2016-08-28
Compiler: Clang "6.0 (clang-600.0.57)" 64bit
QScintilla version: 2.9.3

2016-08-21
Compiler: Clang "7.0.2 (clang-700.1.81)" 64bit
QScintilla version: 2.8.4

Benjamin

On 29/08/16 16:44, Marius Kintel wrote:

On Aug 29, 2016, at 03:09, Benjamin benjamin@chaaawa.com wrote:

Building OpenSCAD from source solved the problem.

That’s interesting. Would you mind sending me the output of Help->Library info for the working version?

I’m getting multiple similar crash reports, but haven’t managed to reproduce anywhere else..

(files on sourceforge are behind a cookie acceptation page from France, macosx-build-dependencies.sh failed on them)

Library info for 2016-08-28 (working) attached. Differences: 2016-08-28 Compiler: Clang "6.0 (clang-600.0.57)" 64bit QScintilla version: 2.9.3 2016-08-21 Compiler: Clang "7.0.2 (clang-700.1.81)" 64bit QScintilla version: 2.8.4 Benjamin On 29/08/16 16:44, Marius Kintel wrote: >> On Aug 29, 2016, at 03:09, Benjamin <benjamin@chaaawa.com> wrote: >> >> Building OpenSCAD from source solved the problem. > That’s interesting. Would you mind sending me the output of Help->Library info for the working version? > > I’m getting multiple similar crash reports, but haven’t managed to reproduce anywhere else.. > > >> (files on sourceforge are behind a cookie acceptation page from France, macosx-build-dependencies.sh failed on them) >> > Thx - I’ll look into it. > > -Marius > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
B
Benjamin
Sun, Oct 16, 2016 3:13 PM

Hi,

On 26/08/16 04:51, kintel wrote:

but it makes sense to always test against the most recent build..

The problem persists in 2016.10.16

Benjamin

Hi, On 26/08/16 04:51, kintel wrote: > but it makes sense to always test against the most recent build.. The problem persists in 2016.10.16 Benjamin
K
kintel
Sun, Oct 16, 2016 6:38 PM

On Oct 16, 2016, at 11:14, Benjamin-2 [via OpenSCAD] ml-node+s1091067n18729h83@n5.nabble.com wrote:

The problem persists in 2016.10.16

Thanks for testing - that eliminates another theory.
Still wish I could reproduce the crash..

-Marius

--
View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18737.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

> On Oct 16, 2016, at 11:14, Benjamin-2 [via OpenSCAD] <ml-node+s1091067n18729h83@n5.nabble.com> wrote: > > The problem persists in 2016.10.16 > Thanks for testing - that eliminates another theory. Still wish I could reproduce the crash.. -Marius -- View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18737.html Sent from the OpenSCAD mailing list archive at Nabble.com.
B
Benjamin
Fri, Oct 28, 2016 7:53 AM

Hi,

2016.10.28 also crashes.

Benjamin

On 16/10/16 20:38, kintel wrote:

On Oct 16, 2016, at 11:14, Benjamin-2 [via OpenSCAD] <[hidden email]

</user/SendEmail.jtp?type=node&node=18737&i=0>> wrote:

The problem persists in 2016.10.16

Thanks for testing - that eliminates another theory.
Still wish I could reproduce the crash..

-Marius


View this message in context: Re: Cylinder in Hull crashes 2016.06.25
(Mac OS 10.9.5)
http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18737.html
Sent from the OpenSCAD mailing list archive
http://forum.openscad.org/ at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Hi, 2016.10.28 also crashes. Benjamin On 16/10/16 20:38, kintel wrote: > > On Oct 16, 2016, at 11:14, Benjamin-2 [via OpenSCAD] <[hidden email] > </user/SendEmail.jtp?type=node&node=18737&i=0>> wrote: > > > > The problem persists in 2016.10.16 > > > Thanks for testing - that eliminates another theory. > Still wish I could reproduce the crash.. > > -Marius > > > ------------------------------------------------------------------------ > View this message in context: Re: Cylinder in Hull crashes 2016.06.25 > (Mac OS 10.9.5) > <http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18737.html> > Sent from the OpenSCAD mailing list archive > <http://forum.openscad.org/> at Nabble.com. > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
K
kintel
Sat, Nov 5, 2016 7:02 PM

Hi Benjamin,

Could you give this a spin?
http://files.openscad.org/snapshots/OpenSCAD-2016.11.05.dmg

(only thing I did was upgrade OS to 10.11 and compiler to Xcode 8)

-Marius

--
View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18949.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi Benjamin, Could you give this a spin? http://files.openscad.org/snapshots/OpenSCAD-2016.11.05.dmg (only thing I did was upgrade OS to 10.11 and compiler to Xcode 8) -Marius -- View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18949.html Sent from the OpenSCAD mailing list archive at Nabble.com.
B
Benjamin
Sat, Nov 5, 2016 8:46 PM

Hi,

The problem is gone!
Thank you.

In the coming few weeks a customiser/gsoc version with this setup would
be very cool. They were all built after 2016.06.25, unusable for me (and
probably for others).

Benjamin

On 05/11/16 20:02, kintel wrote:

Hi Benjamin,

Could you give this a spin?
http://files.openscad.org/snapshots/OpenSCAD-2016.11.05.dmg

(only thing I did was upgrade OS to 10.11 and compiler to Xcode 8)

-Marius

--
View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18949.html
Sent from the OpenSCAD mailing list archive at Nabble.com.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Hi, The problem is gone! Thank you. In the coming few weeks a customiser/gsoc version with this setup would be very cool. They were all built after 2016.06.25, unusable for me (and probably for others). Benjamin On 05/11/16 20:02, kintel wrote: > Hi Benjamin, > > Could you give this a spin? > http://files.openscad.org/snapshots/OpenSCAD-2016.11.05.dmg > > (only thing I did was upgrade OS to 10.11 and compiler to Xcode 8) > > -Marius > > > > > -- > View this message in context: http://forum.openscad.org/Cylinder-in-Hull-crashes-2016-06-25-Mac-OS-10-9-5-tp17917p18949.html > Sent from the OpenSCAD mailing list archive at Nabble.com. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >