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

Crash in HapticsHelper.generateHaptic due to EXC_BREAKPOINT #3

Open
jannisringwald opened this issue Nov 14, 2024 · 0 comments
Open

Comments

@jannisringwald
Copy link

We are encountering a crash in the HapticsHelper.generateHaptic function. This crash appears to be caused by an EXC_BREAKPOINT with exception code 6, code 1, and subcode 4405590460. The crash originates in Helpers.swift.

Thread #38: HapticsHelper.generateHaptic

Thread Stack Trace:
EXC_BREAKPOINT
Exception 6, Code 1, Subcode 4405590460
mechanism: mach, handled: false, mach exception: EXC_BREAKPOINT, signal: SIGTRAP (0), relevant_address: 0x000000010697f9bc

Stack:
- Crashed in non-app at +0x27cf9bc value (Helpers.swift)
- +0x27cf9bc HapticsHelper.GeneratedHapticPattern.createPlayer (Helpers.swift)
- +0x27cf8d8 HapticsHelper.GeneratedHapticPattern.createPlayer (Helpers.swift)
- +0x27d07cc HapticsHelper.GeneratedHapticPattern.init (Helpers.swift:21)
- +0x27d07cc HapticsHelper.GeneratedHapticPattern.__allocating_init (Helpers.swift:23)
- +0x27d07cc HapticsHelper.generateHaptic (Helpers.swift:148)
- +0x27c8370 HapticsHelper.generateHaptic (<compiler-generated>)
- +0x27c8378 Haptics.hapticWithPattern (Haptics.swift:63)
- +0x27c71f0 Haptics.hapticWithPattern (<compiler-generated>)
- +0x27c71f0 Haptics.hapticWithPattern (<compiler-generated>:37)
- CoreFoundation.__invoking___

Haptic Pattern: ['-', '-', 'o', '-', 'o', '-', 'o', '-', 'o', '-', 'o', '-', 'o', '-', 'o', '-']

Screenshot 2024-11-14 at 11 35 27 AM

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

1 participant