Pharo Launcher 1.9.2 Crash

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo Launcher 1.9.2 Crash

Sean P. DeNigris
Administrator
PharoLauncher-1.9.2-x64.dmg does not open on Mac OS 10.14.1. Crash dump shows
Freetype related:

Segmentation fault Fri Jul 26 09:07:17 2019

VM: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git
Date: Sat Jan 5 20:00:11 2019 CommitHash: 7a3c6b6
Plugins: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git

C stack backtrace & registers:
        rax 0x0000000111ae3be0 rbx 0x00000001121a1878 rcx 0x0000000000000000 rdx
0x000000000000018c
        rdi 0x0000000111ae3be0 rsi 0x0000000111ae3be0 rbp 0x00007ffee922c1b0 rsp
0x00007ffee922c1b0
        r8  0x0000000000000000 r9  0x0000000000000000 r10 0x0000000106a935a0 r11
0x0000000111ae3be0
        r12 0x0000000000000000 r13 0x0000000000000010 r14 0x0000000000000000 r15
0x0000000000000000
        rip 0x00007fff67353dd0
0   libsystem_platform.dylib            0x00007fff67353dd0
_platform_memmove$VARIANT$Haswell + 240
1   Pharo                               0x0000000106a25642 reportStackState
+ 952
2   Pharo                               0x0000000106a25987 sigsegv + 174
3   libsystem_platform.dylib            0x00007fff67356b3d _sigtramp + 29
4   ???                                 0x0000000000000000 0x0 + 0
5   Pharo                               0x0000000106a5e5aa
primitiveCalloutWithArgs + 164

Smalltalk stack dump:
    0x7ffee923a2d0 M LibC>memCopy:to:size: 0x10ec722d8: a(n) LibC
    0x7ffee923a318 M LibC class>memCopy:to:size: 0x10e4c65e0: a(n) LibC
class
    0x7ffee923a380 I ExternalAddress>copyFrom:to: 0x111bab200: a(n)
ExternalAddress
       0x111baea18 s FreeTypeFace(FT2Face)>renderGlyphIntoForm:pixelMode:
       0x111bbc5b8 s FreeTypeFace(FT2Face)>renderGlyphIntoForm:
       0x111bc2db0 s
FreeTypeSubPixelAntiAliasedGlyphRenderer>renderStretchedGlyph:depth:subpixelPosition:font:
       0x111bc6a70 s
FreeTypeSubPixelAntiAliasedGlyphRenderer>subGlyphOf:colorValue:mono:subpixelPosition:font:



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Pharo Launcher 1.9.2 Crash

demarey
Hi Sean,

I suspect a build problem on the CI server.
I did a new build with the same files and it works ok for me on Mac OS 10.11.4 and 10.14.6.
Could you test it? It’s updated on files.pharo.org.

Thanks for the report,
Christophe.

> Le 26 juil. 2019 à 15:14, Sean P. DeNigris <[hidden email]> a écrit :
>
> PharoLauncher-1.9.2-x64.dmg does not open on Mac OS 10.14.1. Crash dump shows
> Freetype related:
>
> Segmentation fault Fri Jul 26 09:07:17 2019
>
> VM: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git
> Date: Sat Jan 5 20:00:11 2019 CommitHash: 7a3c6b6
> Plugins: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git
>
> C stack backtrace & registers:
> rax 0x0000000111ae3be0 rbx 0x00000001121a1878 rcx 0x0000000000000000 rdx
> 0x000000000000018c
> rdi 0x0000000111ae3be0 rsi 0x0000000111ae3be0 rbp 0x00007ffee922c1b0 rsp
> 0x00007ffee922c1b0
> r8  0x0000000000000000 r9  0x0000000000000000 r10 0x0000000106a935a0 r11
> 0x0000000111ae3be0
> r12 0x0000000000000000 r13 0x0000000000000010 r14 0x0000000000000000 r15
> 0x0000000000000000
> rip 0x00007fff67353dd0
> 0   libsystem_platform.dylib            0x00007fff67353dd0
> _platform_memmove$VARIANT$Haswell + 240
> 1   Pharo                               0x0000000106a25642 reportStackState
> + 952
> 2   Pharo                               0x0000000106a25987 sigsegv + 174
> 3   libsystem_platform.dylib            0x00007fff67356b3d _sigtramp + 29
> 4   ???                                 0x0000000000000000 0x0 + 0
> 5   Pharo                               0x0000000106a5e5aa
> primitiveCalloutWithArgs + 164
>
> Smalltalk stack dump:
>    0x7ffee923a2d0 M LibC>memCopy:to:size: 0x10ec722d8: a(n) LibC
>    0x7ffee923a318 M LibC class>memCopy:to:size: 0x10e4c65e0: a(n) LibC
> class
>    0x7ffee923a380 I ExternalAddress>copyFrom:to: 0x111bab200: a(n)
> ExternalAddress
>       0x111baea18 s FreeTypeFace(FT2Face)>renderGlyphIntoForm:pixelMode:
>       0x111bbc5b8 s FreeTypeFace(FT2Face)>renderGlyphIntoForm:
>       0x111bc2db0 s
> FreeTypeSubPixelAntiAliasedGlyphRenderer>renderStretchedGlyph:depth:subpixelPosition:font:
>       0x111bc6a70 s
> FreeTypeSubPixelAntiAliasedGlyphRenderer>subGlyphOf:colorValue:mono:subpixelPosition:font:
>
>
>
> -----
> Cheers,
> Sean
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo Launcher 1.9.2 Crash

Sean P. DeNigris
Administrator
demarey wrote
> Could you test it?

Yes, works now! Thanks :)



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Cheers,
Sean