Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug:无法启动,启动时直接无响应 #37

Open
suxiaolei97 opened this issue Jan 2, 2025 · 2 comments
Open

Bug:无法启动,启动时直接无响应 #37

suxiaolei97 opened this issue Jan 2, 2025 · 2 comments

Comments

@suxiaolei97
Copy link

错误报告具体如下:
`Date/Time: 2025-01-02 10:09:46.148 +0800
End time: 2025-01-02 10:10:33.636 +0800
OS Version: macOS 15.2 (Build 24C101)
Architecture: x86_64h
Report Version: 55
Incident Identifier: F5194AA5-E198-4528-85E0-36C682593934

Data Source: Stackshots
Shared Cache: D71B956E-CF0A-3CFA-9DEF-2BFDFDA32722 slid base address 0x7ff80be62000, slide 0xbe62000 (System Primary)
Shared Cache: 2BF26216-A9A0-38E8-BD86-C07B89A9B850 slid base address 0x7ff827f90000, slide 0x27f90000 (DriverKit)

Command: Peninsula
Path: /Applications/Peninsula.app/Contents/MacOS/Peninsula
Identifier: Celve.Peninsula
Version: 0.0 (7)
Team ID: 8TDYAWS6VC
Is First Party: No
Beta Identifier: D0A327C8-9ACC-5163-B912-0013A41C5C2F
Architecture: x86_64
Parent: launchd [1]
PID: 3254
Time Since Fork: 48s

Event: hang
Duration: 47.49s
Duration Sampled: 1.10s (process was unresponsive for 46 seconds before sampling)
Steps: 11 (100ms sampling interval)

Hardware model: Macmini8,1
Active cpus: 8
HW page size: 4096
VM page size: 4096
Boot args: keepsyms=1 igfxonln=1 brcmfx-country=#a revpatch=sbvmm

Time Since Boot: 6502s
Time Awake Since Boot: 6502s
Time Since Wake: n/a (machine hasn't slept)

Fan speed: 2699 rpm
Total CPU Time: 3.387s (11.1G cycles, 10.1G instructions, 1.10c/i)
Advisory levels: Battery -> 3, User -> 2, ThermalPressure -> 0, Combined -> 2
Free disk space: 246.22 GB/465.57 GB, low space threshold 3072 MB
Vnodes Available: 82.33% (216666/263168)
Models: none

Launchd throttled processes:
gui/501/com.apple.mediaanalysisd throttled after exit(): throttled samples 1-11

Preferred User Language: zh-Hans-CN
Country Code: CN
Keyboards: ABC
OS Cryptex File Extents: 2


Timeline format: stacks are sorted chronologically
Use -i and -heavy to re-report with count sorting

Heaviest stack for the main thread of the target process:
11 start + 1805 (dyld + 25293) [0x7ff80bf1f2cd]
11 ??? (Peninsula + 15609) [0x10d5c4cf9]
11 _dispatch_once_callout + 20 (libdispatch.dylib + 19106) [0x7ff80c107aa2]
11 _dispatch_client_callout + 8 (libdispatch.dylib + 14306) [0x7ff80c1067e2]
11 ??? (Peninsula + 102309) [0x10d5d9fa5]
11 ??? (Peninsula + 103418) [0x10d5da3fa]
11 ??? (Peninsula + 108343) [0x10d5db737]
11 ??? (Peninsula + 920010) [0x10d6a19ca]
11 ??? (Peninsula + 851133) [0x10d690cbd]
11 ??? (Peninsula + 883966) [0x10d698cfe]
6 ??? (Peninsula + 857743) [0x10d69268f]
6 ??? (Peninsula + 861609) [0x10d6935a9]
6 ??? (Peninsula + 863652) [0x10d693da4]
1 ??? (Peninsula + 874855) [0x10d696967]
1 ??? (Peninsula + 813236) [0x10d6878b4]
1 -[CIColor initWithCGColor:] + 96 (CoreImage + 43068) [0x7ff81815a83c]
1 CGColorRetain + 22 (CoreGraphics + 84535) [0x7ff81227ba37]
1 _CFRetain + 86 (CoreFoundation + 1080424) [0x7ff80c420c68]

Process: Peninsula [3254]
UUID: B9061F81-925F-3D88-87B7-99B47BF2BE9D
Path: /Applications/Peninsula.app/Contents/MacOS/Peninsula
Identifier: Celve.Peninsula
Version: 0.0 (7)
Team ID: 8TDYAWS6VC
Is First Party: No
Beta Identifier: D0A327C8-9ACC-5163-B912-0013A41C5C2F
Shared Cache: D71B956E-CF0A-3CFA-9DEF-2BFDFDA32722 slid base address 0x7ff80be62000, slide 0xbe62000 (System Primary)
Architecture: x86_64
Parent: launchd [1]
UID: 501
Footprint: 6732 KB
Time Since Fork: 48s
Num samples: 11 (1-11)
CPU Time: 0.970s (3.2G cycles, 5.5G instructions, 0.58c/i)
Note: Unresponsive for 46 seconds before sampling
Num threads: 5
Note: 3 idle work queue threads omitted

Thread 0x1c870 DispatchQueue "com.apple.main-thread"(1) 11 samples (1-11) priority 40-46 (base 46) cpu time 0.970s (3.2G cycles, 5.5G instructions, 0.58c/i)
<thread QoS user interactive (requested user interactive), process unclamped, IO tier 0, priority 46 (46)>
11 start + 1805 (dyld + 25293) [0x7ff80bf1f2cd] 1-11
11 ??? (Peninsula + 15609) [0x10d5c4cf9] 1-11
11 _dispatch_once_callout + 20 (libdispatch.dylib + 19106) [0x7ff80c107aa2] 1-11
11 _dispatch_client_callout + 8 (libdispatch.dylib + 14306) [0x7ff80c1067e2] 1-11`

@Celve
Copy link
Owner

Celve commented Jan 2, 2025

我暂时没法复现,但根据你的log做了一些修改,麻烦看看这个版本是否能够使用?https://github.com/Celve/Peninsula/releases/tag/v0.0.7-post.1

@suxiaolei97
Copy link
Author

仍然不行

Date/Time:        2025-01-03 17:16:27.248 +0800
End time:         2025-01-03 17:17:13.461 +0800
OS Version:       macOS 15.2 (Build 24C101)
Architecture:     x86_64h
Report Version:   55
Incident Identifier: 35474697-1882-4532-A592-739C3B2F82FC

Data Source:      Stackshots
Shared Cache:     D71B956E-CF0A-3CFA-9DEF-2BFDFDA32722 slid base address 0x7ff80d5d4000, slide 0xd5d4000 (System Primary)
Shared Cache:     2BF26216-A9A0-38E8-BD86-C07B89A9B850 slid base address 0x7ff8288ca000, slide 0x288ca000 (DriverKit)

Command:          Peninsula
Path:             /Applications/Peninsula.app/Contents/MacOS/Peninsula
Identifier:       Celve.Peninsula
Version:          0.0 (7)
Team ID:          8TDYAWS6VC
Is First Party:   No
Beta Identifier:  1201651D-E994-5DC5-B9FB-05975BB3CEEB
Architecture:     x86_64
Parent:           launchd [1]
PID:              8162
Time Since Fork:  46s

Event:            hang
Duration:         46.21s
Duration Sampled: 1.10s (process was unresponsive for 45 seconds before sampling)
Steps:            11 (100ms sampling interval)

Hardware model:   Macmini8,1
Active cpus:      8
HW page size:     4096
VM page size:     4096
Boot args:        keepsyms=1 igfxonln=1 brcmfx-country=#a revpatch=sbvmm

Time Since Boot:  32689s
Time Awake Since Boot: 32689s
Time Since Wake:  n/a (machine hasn't slept)

Fan speed:        2854 rpm
Total CPU Time:   2.517s (8.4G cycles, 10.0G instructions, 0.84c/i)
Advisory levels:  Battery -> 3, User -> 2, ThermalPressure -> 0, Combined -> 2
Free disk space:  245.72 GB/465.57 GB, low space threshold 3072 MB
Vnodes Available: 84.10% (221319/263168)
Models:           none

Launchd throttled processes:
  gui/501/com.apple.mediaanalysisd throttled after exit(): throttled samples 1-11

Preferred User Language: zh-Hans-CN
Country Code:     CN
Keyboards:        ABC
OS Cryptex File Extents: 2

--------------------------------------------------
Timeline format: stacks are sorted chronologically
Use -i and -heavy to re-report with count sorting
--------------------------------------------------


Heaviest stack for the main thread of the target process:
  11  start + 1805 (dyld + 25293) [0x7ff80d6912cd]
  11  ??? (Peninsula + 15609) [0x10c68ecf9]
  11  _dispatch_once_callout + 20 (libdispatch.dylib + 19106) [0x7ff80d879aa2]
  11  _dispatch_client_callout + 8 (libdispatch.dylib + 14306) [0x7ff80d8787e2]
  11  ??? (Peninsula + 102309) [0x10c6a3fa5]
  11  ??? (Peninsula + 103418) [0x10c6a43fa]
  11  ??? (Peninsula + 108343) [0x10c6a5737]
  11  ??? (Peninsula + 920010) [0x10c76b9ca]
  11  ??? (Peninsula + 851133) [0x10c75acbd]
  11  ??? (Peninsula + 883966) [0x10c762cfe]
  7   ??? (Peninsula + 857677) [0x10c75c64d]
  6   ??? (Peninsula + 898769) [0x10c7666d1]
  1   ??? (Peninsula + 822839) [0x10c753e37]
  1   -[CIColor dealloc] + 21 (CoreImage + 43437) [0x7ff8198cc9ad]
  1   _CFRelease + 212 (CoreFoundation + 1329143) [0x7ff80dbcf7f7]


Process:          Peninsula [8162]
UUID:             B9061F81-925F-3D88-87B7-99B47BF2BE9D
Path:             /Applications/Peninsula.app/Contents/MacOS/Peninsula
Identifier:       Celve.Peninsula
Version:          0.0 (7)
Team ID:          8TDYAWS6VC
Is First Party:   No
Beta Identifier:  1201651D-E994-5DC5-B9FB-05975BB3CEEB
Shared Cache:     D71B956E-CF0A-3CFA-9DEF-2BFDFDA32722 slid base address 0x7ff80d5d4000, slide 0xd5d4000 (System Primary)
Architecture:     x86_64
Parent:           launchd [1]
UID:              501
Footprint:        6716 KB
Time Since Fork:  46s
Num samples:      11 (1-11)
CPU Time:         0.995s (3.4G cycles, 6.4G instructions, 0.52c/i)
Note:             Unresponsive for 45 seconds before sampling
Num threads:      6
Note:             4 idle work queue threads omitted

  Thread 0x4f277    DispatchQueue "com.apple.main-thread"(1)    11 samples (1-11)    priority 46 (base 46)    cpu time 0.995s (3.4G cycles, 6.4G instructions, 0.52c/i)
  <thread QoS user interactive (requested user interactive), process unclamped, IO tier 0>
  11  start + 1805 (dyld + 25293) [0x7ff80d6912cd] 1-11
    11  ??? (Peninsula + 15609) [0x10c68ecf9] 1-11
      11  _dispatch_once_callout + 20 (libdispatch.dylib + 19106) [0x7ff80d879aa2] 1-11
        11  _dispatch_client_callout + 8 (libdispatch.dylib + 14306) [0x7ff80d8787e2] 1-11
          11  ??? (Peninsula + 102309) [0x10c6a3fa5] 1-11
            11  ??? (Peninsula + 103418) [0x10c6a43fa] 1-11
              11  ??? (Peninsula + 108343) [0x10c6a5737] 1-11
                11  ??? (Peninsula + 920010) [0x10c76b9ca] 1-11
                  11  ??? (Peninsula + 851133) [0x10c75acbd] 1-11
                    11  ??? (Peninsula + 883966) [0x10c762cfe] 1-11
                      1   ??? (Peninsula + 857677) [0x10c75c64d] 1
                        1   ??? (Peninsula + 898769) [0x10c7666d1] 1
                          1   ??? (Peninsula + 822839) [0x10c753e37] 1
                            1   -[CIColor dealloc] + 21 (CoreImage + 43437) [0x7ff8198cc9ad] 1
                              1   _CFRelease + 212 (CoreFoundation + 1329143) [0x7ff80dbcf7f7] (running) 1
                      1   ??? (Peninsula + 857743) [0x10c75c68f] 2
                        1   ??? (Peninsula + 861609) [0x10c75d5a9] 2
                          1   ??? (Peninsula + 863652) [0x10c75dda4] 2
                            1   ??? (Peninsula + 874671) [0x10c7608af] 2
                              1   ??? (Peninsula + 813347) [0x10c751923] 2
                                1   _objc_rootAllocWithZone + 47 (libobjc.A.dylib + 46598) [0x7ff80d653606] 2
                                  1   nanov2_calloc_type + 179 (libsystem_malloc.dylib + 147833) [0x7ff80d855179] (running) 2
                      2   ??? (Peninsula + 857677) [0x10c75c64d] 3-4
                        2   ??? (Peninsula + 898769) [0x10c7666d1] 3-4
                          1   ??? (Peninsula + 821317) [0x10c753845] 3
                            1   -[CIColor dealloc] + 60 (CoreImage + 43476) [0x7ff8198cc9d4] 3
                              1   _nanov2_free + 522 (libsystem_malloc.dylib + 147303) [0x7ff80d854f67] 3
                                1   _platform_bzero$VARIANT$Haswell + 115 (libsystem_platform.dylib + 6451) [0x7ff80da54933] (running) 3
                          1   ??? (Peninsula + 822356) [0x10c753c54] 4
                            1   -[CIColor green] + 17 (CoreImage + 43541) [0x7ff8198cca15] 4
                              1   objc_msgSend + 46 (libobjc.A.dylib + 28270) [0x7ff80d64ee6e] (running) 4
                      2   ??? (Peninsula + 857743) [0x10c75c68f] 5-6
                        2   ??? (Peninsula + 861609) [0x10c75d5a9] 5-6
                          2   ??? (Peninsula + 863652) [0x10c75dda4] 5-6
                            1   ??? (Peninsula + 874163) [0x10c7606b3] 5
                              1   ??? (Peninsula + 813254) [0x10c7518c6] 5
                                1   -[CIColor green] + 17 (CoreImage + 43541) [0x7ff8198cca15] 5
                                  1   -[CIColor rgbColor] + 34 (CoreImage + 545957) [0x7ff8199474a5] 5
                                    1   CGColorGetColorSpace + 19 (CoreGraphics + 19548) [0x7ff8139ddc5c] (running) 5
                            1   ??? (Peninsula + 874386) [0x10c760792] 6
                              1   objc_msgSend + 56 (libobjc.A.dylib + 28280) [0x7ff80d64ee78] (running) 6
                      4   ??? (Peninsula + 857677) [0x10c75c64d] 7-10
                        2   ??? (Peninsula + 898769) [0x10c7666d1] 7-8
                          1   ??? (Peninsula + 822240) [0x10c753be0] 7
                            1   ??? (Peninsula + 818763) [0x10c752e4b] (running) 7
                          1   ??? (Peninsula + 822261) [0x10c753bf5] 8
                            1   _objc_rootAllocWithZone + 47 (libobjc.A.dylib + 46598) [0x7ff80d653606] 8
                              1   nanov2_calloc_type + 316 (libsystem_malloc.dylib + 147970) [0x7ff80d855202] (running) 8
                        1   ??? (Peninsula + 897524) [0x10c7661f4] 9
                          1   ??? (Peninsula + 886639) [0x10c76376f] (running) 9
                        1   ??? (Peninsula + 898769) [0x10c7666d1] 10
                          1   ??? (Peninsula + 821738) [0x10c7539ea] 10
                            1   -[CIColor dealloc] + 21 (CoreImage + 43437) [0x7ff8198cc9ad] 10
                              1   _CFRelease + 212 (CoreFoundation + 1329143) [0x7ff80dbcf7f7] (running) 10
                      1   ??? (Peninsula + 857743) [0x10c75c68f] 11
                        1   ??? (Peninsula + 861609) [0x10c75d5a9] 11
                          1   ??? (Peninsula + 863652) [0x10c75dda4] 11
                            1   ??? (Peninsula + 874635) [0x10c76088b] 11
                              1   objc_release + 83 (libobjc.A.dylib + 37795) [0x7ff80d6513a3] (running) 11

  Thread 0x4f282    Thread name "accessibilityEventsThread"    11 samples (1-11)    priority 46 (base 46)    cpu time <0.001s (515.5K cycles, 81.9K instructions, 6.30c/i)
  <thread QoS user interactive (requested user interactive), process unclamped, IO tier 0>
  11  thread_start + 15 (libsystem_pthread.dylib + 7151) [0x7ff80da1bbef] 1-11
    11  _pthread_start + 99 (libsystem_pthread.dylib + 25171) [0x7ff80da20253] 1-11
      11  __NSThread__start__ + 1007 (Foundation + 352051) [0x7ff80eb36f33] 1-11
        11  ??? (Peninsula + 336073) [0x10c6dd0c9] 1-11
          11  ??? (Peninsula + 431592) [0x10c6f45e8] 1-11
            11  +[NSThread sleepForTimeInterval:] + 151 (Foundation + 896872) [0x7ff80ebbbf68] 1-11
              11  __semwait_signal + 10 (libsystem_kernel.dylib + 14710) [0x7ff80d9e1976] 1-11
               *11  ??? (kernel + 1343936) [0xffffff800042c1c0] 1-11

  Binary Images:
           0x10c68b000 -        0x10c81cfff  Celve.Peninsula 0.0 (7)                <B9061F81-925F-3D88-87B7-99B47BF2BE9D>  /Applications/Peninsula.app/Contents/MacOS/Peninsula
        0x7ff80d648000 -     0x7ff80d68afcb  libobjc.A.dylib (928.3)                <F3AA188B-3700-38E4-9BBC-929D7DD05ACD>  /usr/lib/libobjc.A.dylib
        0x7ff80d68b000 -     0x7ff80d716c7f  dyld (1241.17)                         <7E2D5F84-7D4F-3322-83CB-DD7BD247F06A>  /usr/lib/dyld
        0x7ff80d831000 -     0x7ff80d874ff7  libsystem_malloc.dylib (657.60.21)     <D38F2A10-6BEC-3B3B-9011-A9FFA49713DA>  /usr/lib/system/libsystem_malloc.dylib
        0x7ff80d875000 -     0x7ff80d8bcff9  libdispatch.dylib (1504.60.7)          <5005E836-7007-3E91-ABAD-78D2C3A466A9>  /usr/lib/system/libdispatch.dylib
        0x7ff80d9de000 -     0x7ff80da19fff  libsystem_kernel.dylib (11215.61.5)    <907F6BA6-6B4B-39D3-BA4B-D1F4244B50BC>  /usr/lib/system/libsystem_kernel.dylib
        0x7ff80da1a000 -     0x7ff80da25fff  libsystem_pthread.dylib (535)          <7324BB8C-37AD-3A44-BECD-969F31077819>  /usr/lib/system/libsystem_pthread.dylib
        0x7ff80da53000 -     0x7ff80da5cfe7  libsystem_platform.dylib (340.60.2)    <EF3470C5-81FD-34E4-9165-A70BF7A6C6E8>  /usr/lib/system/libsystem_platform.dylib
        0x7ff80da8b000 -     0x7ff80df28fe2  com.apple.CoreFoundation 6.9 (3208)    <CD137A46-9ABF-3FE9-A226-14F54114CAF1>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7ff80eae1000 -     0x7ff80f912ff3  com.apple.Foundation 6.9 (3208)        <80444DDA-74A7-353B-A8D4-3E3A05D275D6>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7ff8139d9000 -     0x7ff8142b3ff5  com.apple.CoreGraphics 2.0 (1889.2.7)  <DAC36308-9B06-382C-8698-259F8F357665>  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7ff8198c2000 -     0x7ff819cdbfff  com.apple.CoreImage 19.0.0 (1510.60.3) <BB3F716A-30FD-3173-9A78-3CE8801896C3>  /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
   *0xffffff80002e4000 - 0xffffff8000ce3fff  kernel (11215.61.5)                    <1AF74199-8232-377B-9439-FC14897F5A39>  /System/Library/Kernels/kernel


Process:          accessoryupdaterd [129]
UUID:             7C7A033B-5907-323D-BB9B-4017CFC2AD65
Path:             /System/Library/PrivateFrameworks/MobileAccessoryUpdater.framework/Support/accessoryupdaterd
Codesigning ID:   com.apple.accessoryupdaterd
Shared Cache:     D71B956E-CF0A-3CFA-9DEF-2BFDFDA32722 slid base address 0x7ff80d5d4000, slide 0xd5d4000 (System Primary)
Architecture:     x86_64
Parent:           launchd [1]
UID:              278
Sudden Term:      Tracked (allows idle exit)
Footprint:        3948 KB
Time Since Fork:  32721s
Num samples:      11 (1-11)
Num threads:      2
Note:             1 idle work queue thread omitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants