Created
July 1, 2023 21:20
-
-
Save tmc/1f8bb2cdd0af89cf1ad1e82c55335bc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEBUG] [auth] [2023-07-01T21:16:28.007Z] Logged in as tmc, oauth token fetched | |
[DEBUG] [auth] [2023-07-01T21:16:29.724Z] Copilot Voice waitlist status: hasAccess=true, alreadySignedUp=true | |
[DEBUG] [auth] [2023-07-01T21:16:30.121Z] Copilot token for tmc fetched | |
[INFO] [audio] [2023-07-01T21:16:30.122Z] Connecting to embedded speech server | |
[INFO] [HeyGitHub] [2023-07-01T21:16:30.123Z] Extension Copilot Voice is now active! | |
[DEBUG] [audio] [2023-07-01T21:16:30.278Z] stderr: [main] INFO Main - ***START** | |
[DEBUG] [audio] [2023-07-01T21:16:30.278Z] stderr: [main] INFO Main - Checking if lock exists and another instance of speech server is running. | |
[DEBUG] [audio] [2023-07-01T21:16:30.280Z] stderr: [main] INFO com.github.next.cody.embeddedspeech.FileLockService - Trying to take a lock on lockfile name speech_lock_file | |
[DEBUG] [audio] [2023-07-01T21:16:30.286Z] stderr: [main] INFO com.github.next.cody.embeddedspeech.FileLockService - lockfile with name speech_lock_file not null | |
[DEBUG] [audio] [2023-07-01T21:16:30.295Z] stderr: [main] INFO com.github.next.cody.embeddedspeech.FileLockService - Created lock on lockfile name speech_lock_file | |
[DEBUG] [audio] [2023-07-01T21:16:30.295Z] stderr: [main] INFO Main - Cleaning up old files if any | |
[DEBUG] [audio] [2023-07-01T21:16:30.303Z] stderr: [main] INFO Main - System is linux based, Deleting from tmp path | |
[DEBUG] [audio] [2023-07-01T21:16:30.304Z] stderr: [main] INFO Main - Starting the speech server... | |
[DEBUG] [audio] [2023-07-01T21:16:30.366Z] stderr: [main] INFO Main - Is Windows: false socketName: /tmp/socket-loc.sock | |
[INFO] [audio] [2023-07-01T21:16:32.129Z] Connected to embedded speech server. Sending greetings... | |
[DEBUG] [audio] [2023-07-01T21:16:32.800Z] stdout: # | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGILL (0x4) at pc=0x000000014183d9c0, pid=24739, tid=10755 | |
# | |
# JRE version: OpenJDK Runtime Environment Temurin-19.0.1+10 (19.0.1+10) (build 19.0.1+10) | |
[DEBUG] [audio] [2023-07-01T21:16:32.800Z] stdout: # Java VM: OpenJDK 64-Bit Server VM Temurin-19.0.1+10 (19.0.1+10, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-amd64) | |
# Problematic frame: | |
# C [libMicrosoft.CognitiveServices.Speech.extension.embedded.tts.dylib+0xf79c0] CreateModuleObject+0xf1220 | |
# | |
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again | |
# | |
[DEBUG] [audio] [2023-07-01T21:16:32.800Z] stdout: # An error report file with more information is saved as: | |
# /Users/tmc/.vscode/extensions/github.heygithub-0.21.1442/resources/embedded-speech/hs_err_pid24739.log | |
[DEBUG] [audio] [2023-07-01T21:16:32.813Z] stdout: # | |
# If you would like to submit a bug report, please visit: | |
# https://github.com/adoptium/adoptium-support/issues | |
# The crash happened outside the Java Virtual Machine in native code. | |
# See problematic frame for where to report the bug. | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment