Opened 2 years ago

Closed 2 years ago

#64467 closed defect (duplicate)

gingerblue 2.0.1 crashes on macOS 12.1 with MacPorts 2.7.1

Reported by: oleaamot (Ole Aamot) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: arm64 Cc: dbevans (David B. Evans), ryandesign (Ryan Carsten Schmidt)
Port: gingerblue

Description

(lldb) target create "/opt/local/bin/gingerblue"
Current executable set to '/opt/local/bin/gingerblue' (arm64).
(lldb) r
Process 6902 launched: '/opt/local/bin/gingerblue' (arm64)

(process:6902): Gtk-CRITICAL **: 15:47:40.936: gtk_entry_get_text: assertion 'GTK_IS_ENTRY (entry)' failed

(process:6902): Gtk-CRITICAL **: 15:47:40.937: gtk_entry_get_text: assertion 'GTK_IS_ENTRY (entry)' failed
2022-01-18 15:47:45.530880+0100 gingerblue[6902:146842] Initializing libGL.
2022-01-18 15:47:45.530944+0100 gingerblue[6902:146842] CGL major 1 minor 2
dbus[6902]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
Process 6902 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BREAKPOINT (code=1, subcode=0x1b8a4cb6c)
    frame #0: 0x00000001b8a4cb6c libsystem_c.dylib`__chk_fail_overflow + 24
libsystem_c.dylib`__chk_fail_overflow:
->  0x1b8a4cb6c <+24>: brk    #0x1

libsystem_c.dylib`__chk_fail_overlap:
    0x1b8a4cb70 <+0>:  pacibsp 
    0x1b8a4cb74 <+4>:  stp    x29, x30, [sp, #-0x10]!
    0x1b8a4cb78 <+8>:  mov    x29, sp
Target 0: (gingerblue) stopped.

Change History (3)

comment:1 Changed 2 years ago by jmroot (Joshua Root)

Milestone: MacPorts Future

Is dbus loaded (see port notes dbus)?

comment:2 Changed 2 years ago by oleaamot (Ole Aamot)

Yes.

oleaamot@c624534D5 ~ % sudo port load dbus
--->  Loading startupitem 'dbus-system' for dbus
--->  Loading startupitem 'dbus-session' for dbus
oleaamot@c624534D5 ~ % gingerblue

(process:1440): Gtk-CRITICAL **: 18:50:36.243: gtk_entry_get_text: assertion 'GTK_IS_ENTRY (entry)' failed

(process:1440): Gtk-CRITICAL **: 18:50:36.244: gtk_entry_get_text: assertion 'GTK_IS_ENTRY (entry)' failed
zsh: trace trap  gingerblue
oleaamot@c624534D5 ~ % lldb /opt/local/bin/gingerblue
objc[1662]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x2153a2b90) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e902c8). One of the two will be used. Which one is undefined.
objc[1662]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x2153a2be0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e90318). One of the two will be used. Which one is undefined.
objc[1663]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x2153a2b90) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10809c2c8). One of the two will be used. Which one is undefined.
objc[1663]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x2153a2be0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x10809c318). One of the two will be used. Which one is undefined.
(lldb) target create "/opt/local/bin/gingerblue"
Current executable set to '/opt/local/bin/gingerblue' (arm64).
(lldb) r
Process 1669 launched: '/opt/local/bin/gingerblue' (arm64)

(process:1669): Gtk-CRITICAL **: 18:51:18.454: gtk_entry_get_text: assertion 'GTK_IS_ENTRY (entry)' failed

(process:1669): Gtk-CRITICAL **: 18:51:18.454: gtk_entry_get_text: assertion 'GTK_IS_ENTRY (entry)' failed
Process 1669 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BREAKPOINT (code=1, subcode=0x1bb960b6c)
    frame #0: 0x00000001bb960b6c libsystem_c.dylib`__chk_fail_overflow + 24
libsystem_c.dylib`__chk_fail_overflow:
->  0x1bb960b6c <+24>: brk    #0x1

libsystem_c.dylib`__chk_fail_overlap:
    0x1bb960b70 <+0>:  pacibsp 
    0x1bb960b74 <+4>:  stp    x29, x30, [sp, #-0x10]!
    0x1bb960b78 <+8>:  mov    x29, sp
Target 0: (gingerblue) stopped.
(lldb) 

comment:3 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: arm64 added
Resolution: duplicate
Status: newclosed

Duplicate of #63881.

Note: See TracTickets for help on using tickets.