socpowerbud icon indicating copy to clipboard operation
socpowerbud copied to clipboard

[Issue] Failed on M1 Max macOS 14.1.2

Open aidan-gibson opened this issue 6 months ago • 2 comments

Describe the bug Doesn't run. zsh: trace trap socpwrbud from bash Trace/BPT trap: 5

Project Version (please complete the following information): socpwrbud v0.4.1 (build May 31 2023 14:29:44)

Operating System (please complete the following information): Sonoma 14.1.2

Device (please complete the following information): 2021 16-inch MacBookPro18,2 32GB RAM M1 Max

Additional context iorepdump.txt

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000001, 0x0000000184ec00c0

Termination Reason:    Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process:   exc handler [52881]

Application Specific Information:
*** CFRelease() called with NULL ***


Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   CoreFoundation                	       0x184ec00c0 CFRelease.cold.1 + 16
1   CoreFoundation                	       0x184ce2d5c CFRelease + 132
2   socpwrbud                     	       0x10450567c main + 6636
3   dyld                          	       0x1848fd0e0 start + 2360


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x00006000021fc040
    x4: 0x0000600001ae0480   x5: 0x0000000000000000   x6: 0x0000000000000800   x7: 0x0000000000000000
    x8: 0x000000018506cad0   x9: 0x00000001db2d5000  x10: 0x0000000000000000  x11: 0x00000000766d71b0
   x12: 0x00000000000007fb  x13: 0x00000000000007fd  x14: 0x00000000768d7802  x15: 0x0000000000000002
   x16: 0x0000000184ce2cd8  x17: 0x00000000000d7800  x18: 0x0000000000000000  x19: 0x00006000021e9b00
   x20: 0x0000000136f04d60  x21: 0x00006000021fc020  x22: 0x0000000000000000  x23: 0x00006000021e8b40
   x24: 0x0000000136f04d80  x25: 0x0000000000000000  x26: 0x00006000021cc5c0  x27: 0x0000000000000000
   x28: 0x00006000021d30a0   fp: 0x000000016b8fe4c0   lr: 0x0000000184ce2d5c
    sp: 0x000000016b8fe4b0   pc: 0x0000000184ec00c0 cpsr: 0x60001000
   far: 0x0000000000000000  esr: 0xf2000001 (Breakpoint) brk 1

Binary Images:
       0x104500000 -        0x10450bfff socpwrbud (*) <8567b279-241e-311b-84d7-f9be232b2ab4> /opt/homebrew/*/socpwrbud
       0x184cd8000 -        0x1851affff com.apple.CoreFoundation (6.9) <9f046e36-7286-3a6e-a280-699d6e47cfaf> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1848f7000 -        0x18498b317 dyld (*) <ec7a3ba0-f9bf-3ab8-a0f4-8622e5606b20> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 48

VM Region Summary:
ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%)
Writable regions: Total=967.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=967.6M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           959.2M       26 
MALLOC guard page                   96K        6 
STACK GUARD                       56.0M        1 
Stack                             8176K        1 
__AUTH                             339K       65 
__AUTH_CONST                      4055K      147 
__DATA                            1743K      140 
__DATA_CONST                      4128K      149 
__DATA_DIRTY                       363K       58 
__LINKEDIT                       886.5M        2 
__OBJC_RO                         70.8M        1 
__OBJC_RW                         2156K        1 
__TEXT                           119.7M      156 
dyld private memory                272K        2 
shared memory                       32K        2 
===========                     =======  ======= 
TOTAL                              2.1G      759 

aidan-gibson avatar Dec 28 '23 22:12 aidan-gibson