id int64 393k 2.82B | repo stringclasses 68
values | title stringlengths 1 936 | body stringlengths 0 256k ⌀ | labels stringlengths 2 508 | priority stringclasses 3
values | severity stringclasses 3
values |
|---|---|---|---|---|---|---|
2,616,733,673 | godot | GraphEdit frame bug makes all moving objects become children of one frame | ### Tested versions
Godot 4.3 Stable
### System information
Windows 10 x64, Godot 4.3
### Issue description
When several nodes are selected from different frames, Godot picks one of these frames and adds everything into it (even when other items never collided with this specific frame).
https://github.com/user-attachments/assets/62f34d92-7057-4db1-9881-a60dd858090c
### Steps to reproduce
1. Make several frames and fill them with nodes
2. Select nodes from multiple frames
3. Move them around
### Minimal reproduction project (MRP)
Be my guest: https://github.com/ArseniyMirniy/Godot-4-Color-Correction-and-Screen-Effects | bug,topic:gui | low | Critical |
2,616,743,108 | next.js | Turbopack doesnt support magic comments | ### Link to the code that reproduces this issue
👆🏻
### To Reproduce
I'm using dynamic imports with MDX to load in some mdx that lives outside the app dir. The approved method for this is to use dynamic imports so the file and it's images stay inside the module graph.
Each blog post has a folder with the MDX file and the images related to that post. The problem comes when there are other files in the folder, Webpack wants to slurp them all up because of the way dynamic imports work:
So I'm using "[magic comments](https://rspack.dev/api/runtime-api/module-methods#magic-comments)" to exclude the files I don't need:
```js
const { default: MDXContent } = await import(/* webpackExclude: /\.mp4$/ */ `../../../../content/${filePath}`);
```
These magic comments work in Webpack, RSPack but not Turbopack.
Any plans to support them? Or another way to ignore certain files?
### Current vs. Expected behavior
👆🏻
### Provide environment information
```bash
"next": "15.0.1"
```
### Which area(s) are affected? (Select all that apply)
Turbopack
### Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local)
### Additional context
_No response_ | bug,Turbopack,linear: turbopack | low | Minor |
2,616,743,432 | yt-dlp | Why did not download from https://treff.darc.de/playback/presentation ? | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm asking a question and **not** reporting a bug or requesting a feature
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar questions **including closed ones**. DO NOT post duplicates
- [X] I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
### Please make sure the question is worded well enough to be understood
This was a session from a BigBlueButton Meeting I like to download
it that I can watch it without need Internet Connection.
URL: https://treff.darc.de/playback/presentation/2.3/f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988
### Provide verbose output that clearly demonstrates the problem
- [X] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [ ] If using API, add `'verbose': True` to `YoutubeDL` params instead
- [x] Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
### Complete Verbose Output
```shell
$ ./yt-dlp_linux -vU https://treff.darc.de/playback/presentation/2.3/f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988
[debug] Command-line config: ['-vU', 'https://treff.darc.de/playback/presentation/2.3/f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.10.22 from yt-dlp/yt-dlp (linux_exe)
[debug] Python 3.11.10 (CPython x86_64 64bit) - Linux-6.1.0-26-amd64-x86_64-with (OpenSSL 3.1.7 3 Sep 2024)
[debug] exe versions: ffmpeg 5.1.6-0 (setts), ffprobe 5.1.6-0, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.21.0, brotli-1.1.0, certifi-2024.08.30, curl_cffi-0.7.1, mutagen-1.47.0, requests-2.32.3, secretstorage-3.3.3, sqlite3-3.44.2, urllib3-2.2.3, websockets-13.1
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1839 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.10.22 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.10.22 from yt-dlp/yt-dlp)
[generic] Extracting URL: https://treff.darc.de/playback/presentation/2.3/f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988
[generic] f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://treff.darc.de/playback/presentation/2.3/f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988
Traceback (most recent call last):
File "yt_dlp/YoutubeDL.py", line 1625, in wrapper
File "yt_dlp/YoutubeDL.py", line 1760, in __extract_info
File "yt_dlp/extractor/common.py", line 741, in extract
File "yt_dlp/extractor/generic.py", line 2533, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://treff.darc.de/playback/presentation/2.3/f2ece695693093a21a64cccaf471eda670b27eb1-1729945679988
```
| site-request | low | Critical |
2,616,751,710 | go | proposal: testing: add (*testing.F).AddNamed() for naming seed corpus entries | ### Proposal Details
Currently the corpus entries ("sub-tests") added by `(*testing.F).Add()` are named like: `FuzzMyFuzz/seed#0`. In my case i am populating the fuzz corpus with file contents from the testdata directory, because of the default naming there is no easy way to quickly map seed corpus to a file (for `-run`, to run only one test from the corpus), to do so i need to `t.Log` the file contents in the `f.Fuzz` and figure out which file contains that data, this is annoying, especially that while adding a corpus entry the file name is known.
I propose to add following function to the testing package to solve this issue:
```go
// AddNamed will add the arguments to the seed corpus for the fuzz test with a specified name.
// This will be a no-op if called after or within the fuzz target, and args must match the
// arguments for the fuzz target.
func (f *F) AddNamed(name string, args ...any)
``` | Proposal | low | Minor |
2,616,752,168 | pytorch | DISABLED test_extra_cuda_context (__main__.ProcessGroupNCCLGroupTest) | Platforms: rocm
This test was disabled because it is failing on main branch ([recent examples](https://torch-ci.com/failure?failureCaptures=%5B%22distributed%2Ftest_c10d_nccl.py%3A%3AProcessGroupNCCLGroupTest%3A%3Atest_extra_cuda_context%22%5D)).
cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang @naromero77amd | oncall: distributed,module: rocm,skipped | low | Critical |
2,616,781,496 | rust | Rust doesn't use niche in reference (or pointer) to slice | From [reddit thread](https://www.reddit.com/r/rust/comments/1gchzlt/why_cant_rust_optimize_the_size_of_optionoptiont/): why can't rust optimize the size of `Option<Option<&str>>`?
Indeed, in spite of the fact that `&str` doesn't all use more than half of possible bit sequences ([top bit of 2nd word is always zero](https://doc.rust-lang.org/std/slice/fn.from_raw_parts.html#safety), plus first word can not be zero) only `Option<&str>` [is optimized](https://godbolt.org/z/Gr7s3W88h)
Would it make sense to teach compiler about that niche or is it prevented by some deeper issue?
| T-compiler,A-layout,C-optimization,E-needs-design | low | Major |
2,616,782,522 | godot | `.rpc_id(` should not require `"call_local"` to run locally. | ### Tested versions
Reproduceable in all Godot 4.x version, including current `master` branch
### System information
All
### Issue description
Godot should trust the developer when calling `rpc_id(` on a locally owned node and continue the call locally even when `"call_local"` isn't part of it's `@rpc(`. There is clear security problems with trusting external calls. These security issues do not exist in local->local calls and adds confusion. If a developer is calling a function to a particular to a particular id, it should trust that they intended that. By blocking programmer intention to call on a target that just happens to be local owner, it adds confusion.
This diff should fix this and similify some of the `SceneRPCInterface::rpcp`, I can commit pull request this if this behavior change is agreeable.
```diff
diff --git a/modules/multiplayer/scene_rpc_interface.cpp b/modules/multiplayer/scene_rpc_interface.cpp
index 0938d7ef99..dc38586a37 100644
--- a/modules/multiplayer/scene_rpc_interface.cpp
+++ b/modules/multiplayer/scene_rpc_interface.cpp
@@ -477,57 +477,53 @@ Error SceneRPCInterface::rpcp(Object *p_obj, int p_peer_id, const StringName &p_
ERR_FAIL_COND_V_MSG(peer->get_connection_status() != MultiplayerPeer::CONNECTION_CONNECTED, ERR_CONNECTION_ERROR, "Trying to call an RPC via a multiplayer peer which is not connected.");
int caller_id = multiplayer->get_unique_id();
- bool call_local_native = false;
- bool call_local_script = false;
const RPCConfigCache &config_cache = _get_node_config(node);
uint16_t rpc_id = config_cache.ids.has(p_method) ? config_cache.ids[p_method] : UINT16_MAX;
ERR_FAIL_COND_V_MSG(rpc_id == UINT16_MAX, ERR_INVALID_PARAMETER,
vformat("Unable to get the RPC configuration for the function \"%s\" at path: \"%s\". This happens when the method is missing or not marked for RPCs in the local script.", p_method, node->get_path()));
const RPCConfig &config = config_cache.configs[rpc_id];
- ERR_FAIL_COND_V_MSG(p_peer_id == caller_id && !config.call_local, ERR_INVALID_PARAMETER, "RPC '" + p_method + "' on yourself is not allowed by selected mode.");
-
- if (p_peer_id == 0 || p_peer_id == caller_id || (p_peer_id < 0 && p_peer_id != -caller_id)) {
- if (rpc_id & (1 << 15)) {
- call_local_native = config.call_local;
- } else {
- call_local_script = config.call_local;
- }
- }
+ // ERR_FAIL_COND_V_MSG(p_peer_id == caller_id && !config.call_local, ERR_INVALID_PARAMETER, "RPC '" + p_method + "' on yourself is not allowed by selected mode.");
+ WARN_PRINT("hit this line");
if (p_peer_id != caller_id) {
_send_rpc(node, p_peer_id, rpc_id, config, p_method, p_arg, p_argcount);
}
- if (call_local_native) {
- Callable::CallError ce;
-
- multiplayer->set_remote_sender_override(multiplayer->get_unique_id());
- node->callp(p_method, p_arg, p_argcount, ce);
- multiplayer->set_remote_sender_override(0);
-
- if (ce.error != Callable::CallError::CALL_OK) {
- String error = Variant::get_call_error_text(node, p_method, p_arg, p_argcount, ce);
- error = "rpc() aborted in local call: - " + error + ".";
- ERR_PRINT(error);
- return FAILED;
- }
- }
-
- if (call_local_script) {
- Callable::CallError ce;
- ce.error = Callable::CallError::CALL_OK;
-
- multiplayer->set_remote_sender_override(multiplayer->get_unique_id());
- node->get_script_instance()->callp(p_method, p_arg, p_argcount, ce);
- multiplayer->set_remote_sender_override(0);
-
- if (ce.error != Callable::CallError::CALL_OK) {
- String error = Variant::get_call_error_text(node, p_method, p_arg, p_argcount, ce);
- error = "rpc() aborted in script local call: - " + error + ".";
- ERR_PRINT(error);
- return FAILED;
+ // call local:
+ // - if directly called on this peer
+ // - if broadcast to all peers
+ // - if broadcast to all peers except not this peer
+ if (p_peer_id == caller_id || ((p_peer_id == 0 && config.call_local) || (p_peer_id < 0 && p_peer_id != -caller_id))) {
+ if (rpc_id & (1 << 15)) { //call_local_native
+ Callable::CallError ce;
+
+ multiplayer->set_remote_sender_override(multiplayer->get_unique_id());
+ node->callp(p_method, p_arg, p_argcount, ce);
+ multiplayer->set_remote_sender_override(0);
+
+ if (ce.error != Callable::CallError::CALL_OK) {
+ String error = Variant::get_call_error_text(node, p_method, p_arg, p_argcount, ce);
+ error = "rpc() aborted in local call: - " + error + ".";
+ ERR_PRINT(error);
+ return FAILED;
+ }
+ } else { //call_local_script
+ Callable::CallError ce;
+ ce.error = Callable::CallError::CALL_OK;
+
+ multiplayer->set_remote_sender_override(multiplayer->get_unique_id());
+ node->get_script_instance()->callp(p_method, p_arg, p_argcount, ce);
+ multiplayer->set_remote_sender_override(0);
+
+ if (ce.error != Callable::CallError::CALL_OK) {
+ String error = Variant::get_call_error_text(node, p_method, p_arg, p_argcount, ce);
+ error = "rpc() aborted in script local call: - " + error + ".";
+ ERR_PRINT(error);
+ return FAILED;
+ }
}
}
+
return OK;
}
```
### Steps to reproduce
Calling any rpc_id with the id being the local player causes the rpc to block.
```gd
extends Node
func _ready() -> void:
call_remote.rpc_id(multiplayer.get_unique_id(),"This is being blocked, but shouldn't be.")
@rpc("any_peer","call_remote")
func call_remote(text):
print(text)
```
produces the following error:
```
ERROR: RPC 'echo' on yourself is not allowed by selected mode.
at: (modules\multiplayer\scene_rpc_interface.cpp:488)
```
### Minimal reproduction project (MRP)
```gd
extends Node
func _ready() -> void:
call_local.rpc("This should always run locally")
call_remote.rpc("This should never run locally")
call_local.rpc_id(multiplayer.get_unique_id(),"This should run regardless")
call_remote.rpc_id(multiplayer.get_unique_id(),"This is being blocked, but shouldn't be.")
@rpc("any_peer","call_local")
func call_local(text):
print(text)
@rpc("any_peer","call_remote")
func call_remote(text):
print(text)
```
In any project should be enough to repro this issue. | enhancement,discussion,topic:multiplayer | low | Critical |
2,616,797,198 | svelte | [docs] `paused` audio binding is listed as both two-way and readonly | https://svelte.dev/docs/svelte/bind#audio
`paused` appears in both categories, [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/paused) says it's readonly. | documentation | low | Minor |
2,616,801,971 | deno | Some version ranges (`<`, `>`, `<=`, `>=`) not working. | I just tried to add package versions specified using semver ranges using `deno add ...`, `deno.json`, and inline imports, and they all fail with
```
0: Invalid package specifier ...
1: Invalid specifier version requirement
2: Unexpected character.
```
when using the specifiers mentioned in the title, as well as combined ranges like `>= 1.1 <3`, `1.1 - 2`, or `^1.1 || 2`.
It should be noted that combined ranges aren't mentioned in docs AFAIK, but `<`, `>`, `<=`, and `>=` are:
[Package Versions](https://docs.deno.com/runtime/fundamentals/modules/#package-versions)
Version: Deno 2.0.3
| feat,install | low | Minor |
2,616,804,893 | svelte | Svelte 5: flip/crossfade animation breaks subsequent drag interaction on iOS | ### Describe the bug
On iOS Safari, there's a regression with Svelte 5 that causes elements to not respect CSS `transform: translate` styling after they've had a flip or crossfade animation or intro transition animation played on them. This one took a while to track down, and I am using the [Neodrag](https://github.com/PuruVJ/neodrag) library as well, so it could be part of the issue (although I didn't change the version of Neodrag before/after migrating to Svelte 5).
The issue is that I can drag an element around on the screen, but if I then play a flip animation, the drag interaction no longer works. Notably, it does fire the `onDrag` family of callbacks, and if I inspect the DOM node style with `getComputedStyle(node).transform` it does seem to be getting updated by the event. But the element doesn't move on screen.
This issue does not exist in any other browsers I've tested in, and it didn't exist in Svelte 4 + iOS.
### Reproduction
https://github.com/jessecoleman/svelte-5-flip/tree/crossfade
Here's a screen recording of the interaction (I rendered a crude crosshair so you could see where I'm touching, since iOS doesn't seem to have a better way to screen record):
https://github.com/user-attachments/assets/b7025f0f-8ec8-4468-8c4c-af9781c17c1c
Notice before playing the crossfade I can drag the elements around, but afterwards they stay static (even though the crosshair still moves.
### Logs
_No response_
### System Info
```shell
System:
OS: Linux 4.19 Ubuntu 20.04.4 LTS (Focal Fossa)
CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor
Memory: 16.37 GB / 23.49 GB
Container: Yes
Shell: 5.8 - /bin/zsh
Binaries:
Node: 18.17.1 - ~/.nvm/versions/node/v18.17.1/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.17.1/bin/yarn
npm: 9.6.7 - ~/.nvm/versions/node/v18.17.1/bin/npm
pnpm: 8.15.5 - ~/.local/share/pnpm/pnpm
```
### Severity
blocking an upgrade | transition/animation | low | Critical |
2,616,808,277 | flutter | AppLifecycleListener has no onStart transition, contrary to diagram | The AppLifecycleListener doc shows the following state diagram:

From state `detached` to state `resumed` there's an arrow labeled `onStart`.
But in the actual code there is no `onStart` callback, so that can't be accurate as to the real behavior.
---
From the implementation, it looks like the actual behavior on that transition from `detached` to `resumed` is that the `onResume` callback is called. That's the same one that's called for the only other transition to `resumed`, from `inactive`.
From an API perspective, my inclination is to prefer the version in the diagram, with an `onStart` distinct from `onResume`: I like the idea of having separate callbacks for those two separate situations. That also seems to be the way that AppLifecycleListener works in every other situation: all the other callbacks appear on only a single transition in the diagram.
In particular, it seems like most of the point of AppLifecycleListener, as opposed to just implementing `didChangeAppLifecycleState` directly, is to know the difference between "entered state A from state B" vs. "entered state A from state C". If the user only wants to know that the new `AppLifecycleState` is `resumed`, then `didChangeAppLifecycleState` will tell them that.
| framework,d: api docs,P3,team-framework,triaged-framework | low | Minor |
2,616,843,963 | electron | failed to execvp when chrome-sandbox has SUID bit and space in the install path | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a bug report that matches the one I want to file, without success.
### Electron Version
32.2.1
### What operating system(s) are you using?
Ubuntu
### Operating System Version
Ubuntu 24
### What arch are you using?
x64
### Last Known Working Electron version
_No response_
### Expected Behavior
When `/opt/Custom App/chrome-sandbox` has SUID set, I expect to start Electron app `/opt/Custom App/custom-app`.
### Actual Behavior
I have a custom app packed with electron-builder and installed on Ubuntu 24. `postins` script from electron-builder does not set SUID on Ubuntu 24 (E.g. see https://github.com/electron-userland/electron-builder/issues/8440), then when I run the app it fails with:
```
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Custom App/chrome-sandbox is owned by root and has mode 4755.
```
So I set SUID as suggested: `sudo chmod 4755 "/opt/Custom App/chrome-sandbox"`
And now, if the path is without space (e.g. `/opt/CustomApp/custom-app`), then the Electron app `custom-app` works OK. When it has a space, like `/opt/Custom App/custom-app`, it fails with:
```
LaunchProcess: failed to execvp:
/opt/Custom
```
When I set up AppArmor profile, or do workaround `sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0`, then the app starts even with a space in the install path. But I would like to start it when the SUID is set too, because that's what the app suggest to the user (and is simple workaround for inexperienced users.)
### Additional Information
See also #41066 .
Also reported to Ubuntu issue, see https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046844#157 and few comments bellow. Maybe this is Ubuntu bug, but I report it here because I think Electron team can better nail the root of the problem and report in to the Ubuntu team.
| platform/linux,bug :beetle:,has-repro-comment,32-x-y | low | Critical |
2,616,854,490 | PowerToys | Remapping key to shortcut doesn't work | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
Yes
### Area(s) with issue?
Keyboard Manager
### Steps to reproduce
I'm trying to remap my F2 function key to the shortcut Ctrl+Shift+R using the Remap Key function. Ideally, that would only be enabled while in File Explorer because I'm only using it to rename files, but I'll make a separate feature request for that.
This is why I think it's happening: I got the message "warning: the following keys do not have assignments: F2." I think that when a key is left unassigned that disables the new shortcut. To test this theory, I tried remapping the F2 key to the Insert key and the Insert key to the F2 key and they performed each other's functions. The problem is, because you can't map a shortcut to a key, there's no way to map a key to a shortcut without leaving a key unassigned.
### ✔️ Expected Behavior
I was expecting that when I remapped a single key to a shortcut, typing the shortcut would produce the output of the single key.
### ❌ Actual Behavior
Nothing happens when I press the shortcut or the original key.
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,616,856,631 | godot | Automatic mipmap generation clears inspector view when adding texture to material | ### Tested versions
dev4.4
### System information
Godot v4.4.dev3 - Windows 10.0.22631 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 (NVIDIA; 32.0.15.6094) - 12th Gen Intel(R) Core(TM) i5-12400F (12 threads)
### Issue description
as title says, when editing a material resource, once mipmap generation is triggered when setting a texture to a material property: ("res://enviornment/misc/Textures/T_TrashCan_2_g.png: Texture detected as used in 3D. Enabling mipmap generation and setting the texture compression mode to VRAM Compressed (S3TC/ETC/BPTC).") the material loses focus in the inspector. while great, that these import settings are automatically reconfigured, it's a bit of a pain to have to find the material resource in the file system again afterwards
### Steps to reproduce
1) edit a material from the filesystem.
2)assign a diffuse or other kind of texture that will trigger a reimport of the texture.
### Minimal reproduction project (MRP)

| discussion,topic:editor,usability,topic:import | low | Minor |
2,616,864,193 | godot | Game crashes on exit if using CanvasItem string drawing functions | ### Tested versions
- Reproducible in 4.3-stable, C# enabled
### System information
Godot v4.3.stable.mono - macOS 15.0.1 - Vulkan (Forward+) - integrated Apple M2 Pro - Apple M2 Pro (12 Threads)
### Issue description
When running the scene with the attached script, it works fine while its running, however when closing the game it hangs indefinitely. In the editor, there is nothing indicating an error. In VSCode, it shows the following backtrace:
```
================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.3.stable.mono.official (77dcf97d82cbfe4e4615475fa52ca03da645dbd8)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
[1] invoke_previous_action(sigaction*, int, __siginfo*, void*, bool)
[2] 2 libsystem_platform.dylib 0x000000018d890184 _sigtramp + 56
[3] 3 libc++abi.dylib 0x000000018d811fec __dynamic_cast + 56
[4] RefCounted::unreference() (in Godot) + 196
[5] Theme::~Theme() (in Godot) + 764
[6] ThemeDB::~ThemeDB() (in Godot) + 84
[7] Main::cleanup(bool) (in Godot) + 776
[8] main (in Godot) + 408
[9] 9 dyld 0x000000018d4d8274 start + 2840
-- END OF BACKTRACE --
================================================================
```
The script in question is as follows:
```
using Godot;
using System;
public partial class DrawingBug : Node2D
{
public override void _Draw() {
var screenPos = new Vector2I(100, 100);
var text = "Hello";
DrawString(ThemeDB.FallbackFont, screenPos, text,
HorizontalAlignment.Left, -1, 14, Colors.White);
}
}
```
This happens with all of the string drawing functions (`DrawStringOutline`, `DrawMultilineString`, `DrawMultilineStringOutline`) I suspect this has something to do with the order of font usage and cleanup.
### Steps to reproduce
1. Open the attached project
2. Run `bug.tscn` (contains just a Node2D with the above script attached)
3. Click the "x" to close the window
### Minimal reproduction project (MRP)
[drawbug.zip](https://github.com/user-attachments/files/17535404/drawbug.zip)
| bug,needs testing,crash,topic:gui | low | Critical |
2,616,868,490 | PowerToys | [Run] Add "default query" setting instead of "exclude" for Windows search/indexer plugin | ### Description of the new feature / enhancement
The "exclude" setting for Run's Windows search/indexer plugin should be replaced with a "default query" setting that lets us specify an initial base AQS query (which is the language you can use in Windows search queries). Whenever we type a query to search, the default query is just appended at the end, and that is what is searched.
This would give us the entire set of capabilities that Windows search (AQS) has. Users can include folders using AQS with "in:<path>", exclude with "-in:<path>", etc.
Note:
I think we should also have the ability to (easily) include/exclude hidden files, but the attributes operator is currently pretty absurd (see https://superuser.com/a/871338/2108264), and an AQS query that excludes hidden files in a technically perfect way would be an OR clause with over 6000 integers to match every attribute bit combination for (hidden || system), so I think there should additionally be a checkbox labeled "Include hidden files" in the plugin's settings dropdown.
The settings page dropdown for the Windows search/indexer plugin could also provide some of these links to help people understand how to use AQS:
https://learn.microsoft.com/en-us/windows/win32/lwef/-search-2x-wds-aqsreference
https://learn.microsoft.com/en-us/windows/win32/search/-search-3x-advancedquerysyntax
https://superuser.com/a/871338/2108264
### Scenario when this would be used?
For example, I only want files to show up that are located in my `~/Root` folder, which contains all of my personal files. I am currently getting spammed by results in `~/.nuget`, which I do not want. I could exclude that folder, but then I also need to manually exclude every other folder in `~` besides `~/Root` to have it include only my 1 desired subfolder (there's 34 others). But then I might install a program which adds a new folder to `~`, and I would have to go back to PowerToys and manually add the new folder to "exclude".
With the "default query" setting, I could just have:
```
folder:~<"C:\Users\<me>\Root"
```
### Supporting information
_No response_ | Needs-Triage | low | Minor |
2,616,878,186 | rust | Error when using image crate | ```rs
use std::{
fs::{self, File},
io::Write,
};
use image::ImageReader;
fn main() {
println!("Hello, world!");
image_from("planet.png")
}
fn image_from(path: &str) {
let image_data = ImageReader::open(path)
.expect("Cann't open image file")
.decode()
.expect("Can't decode image file");
let mut image_log = File::create("image.txt").unwrap();
let _ = image_log.write(image_data.as_bytes()).unwrap();
// fs::write(imageLog, image_data)
}
```
OS: Windows 11
Rustup: 1.27.1
Cargo: 1.81.0
```
thread 'coordinator' panicked at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c\compiler\rustc_codegen_ssa\src\back\write.rs:1676:29:
/rustc/eeb90cda1969383f56a2637cbd3037bdf598841c\compiler\rustc_codegen_ssa\src\back\write.rs:1676:29: worker thread panicked
stack backtrace:
0: 0x7ffd9151408d - std::backtrace_rs::backtrace::dbghelp64::trace
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\..\..\backtrace\src\backtrace\dbghelp64.rs:91
1: 0x7ffd9151408d - std::backtrace_rs::backtrace::trace_unsynchronized
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\..\..\backtrace\src\backtrace\mod.rs:66
2: 0x7ffd9151408d - std::sys::backtrace::_print_fmt
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\sys\backtrace.rs:65
3: 0x7ffd9151408d - std::sys::backtrace::impl$0::print::impl$0::fmt
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\sys\backtrace.rs:40
4: 0x7ffd91544bb9 - core::fmt::rt::Argument::fmt
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\core\src\fmt\rt.rs:173
5: 0x7ffd91544bb9 - core::fmt::write
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\core\src\fmt\mod.rs:1182
6: 0x7ffd9150ab71 - std::io::Write::write_fmt<std::sys::pal::windows::stdio::Stderr>
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\io\mod.rs:1827
7: 0x7ffd91517127 - std::panicking::default_hook::closure$1
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\panicking.rs:269
8: 0x7ffd91516d19 - std::panicking::default_hook
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\panicking.rs:296
9: 0x7ffd6e2c2ed5 - memchr
10: 0x7ffd9151796b - alloc::boxed::impl$50::call
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\alloc\src\boxed.rs:2084
11: 0x7ffd9151796b - std::panicking::rust_panic_with_hook
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\panicking.rs:808
12: 0x7ffd6f73a6ff - object[443503632d93082a]::elf::gnu_hash
13: 0x7ffd6f7329f9 - object[443503632d93082a]::elf::gnu_hash
14: 0x7ffd6f7217f3 - object[443503632d93082a]::elf::gnu_hash
15: 0x7ffd6f7ce66d - rustc_middle[1ecd3c849d31efbc]::util::bug::bug_fmt
16: 0x7ffd6f7aea6d - rustc_middle[1ecd3c849d31efbc]::ty::consts::const_param_default
17: 0x7ffd6f7ae8ad - rustc_middle[1ecd3c849d31efbc]::ty::consts::const_param_default
18: 0x7ffd6f7ce5a2 - rustc_middle[1ecd3c849d31efbc]::util::bug::bug_fmt
19: 0x7ffd6cecf858 - rustc_interface[ce19ee65e5c643b1]::proc_macro_decls::proc_macro_decls_static
20: 0x7ffd6a150ddd - llvm::DenseMap<llvm::StructType * __ptr64,llvm::detail::DenseSetEmpty,llvm::IRMover::StructTypeKeyInfo,llvm::detail::DenseSetPair<llvm::StructType * __ptr64> >::~DenseMap<llvm::StructType * __ptr64,llvm::detail::DenseSetEmpty,llvm::IRMover::StructTypeKeyIn
21: 0x7ffd6a164c4f - llvm::DenseMap<llvm::StructType * __ptr64,llvm::detail::DenseSetEmpty,llvm::IRMover::StructTypeKeyInfo,llvm::detail::DenseSetPair<llvm::StructType * __ptr64> >::~DenseMap<llvm::StructType * __ptr64,llvm::detail::DenseSetEmpty,llvm::IRMover::StructTypeKeyIn
22: 0x7ffd91528f0d - alloc::boxed::impl$48::call_once
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\alloc\src\boxed.rs:2070
23: 0x7ffd91528f0d - alloc::boxed::impl$48::call_once
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\alloc\src\boxed.rs:2070
24: 0x7ffd91528f0d - std::sys::pal::windows::thread::impl$0::new::thread_start
at /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library\std\src\sys\pal\windows\thread.rs:58
25: 0x7ffe4b5e259d - BaseThreadInitThunk
26: 0x7ffe4be0af38 - RtlUserThreadStart
error: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: rustc 1.81.0 (eeb90cda1 2024-09-04) running on x86_64-pc-windows-msvc
note: compiler flags: --crate-type bin -C embed-bitcode=no -C debuginfo=2 -C incremental=[REDACTED]
note: some of the compiler flags provided by cargo are hidden
query stack during panic:
end of query stack
error: cached cgu be5oc9yxgopg7ilp0e3j30unl should have an object file, but doesn't
```
Error told me to report t so here I am | I-ICE,T-compiler,A-incr-comp,C-bug | low | Critical |
2,616,881,698 | rust | Tracking Issue for `const_char_classify` | <!--
Thank you for creating a tracking issue!
Tracking issues are for tracking a feature from implementation to stabilization.
Make sure to include the relevant RFC for the feature if it has one.
If the new feature is small, it may be fine to skip the RFC process. In that
case, you can use `issue = "none"` in your initial implementation PR. The
reviewer will ask you to open a tracking issue if they agree your feature can be
added without an RFC.
-->
Feature gate: ~~`#![feature(const_char_is_digit)]`~~ `#![feature(const_char_classify)]`
This is a tracking issue for supporting `char::is_digit` and `char::is_whitespace` in const scenarios.
<!--
Include a short description of the feature.
-->
### Public API
<!--
For most library features, it'd be useful to include a summarized version of the public API.
(E.g. just the public function signatures without their doc comments or implementation.)
-->
```rust
impl char {
pub const fn is_digit(self, radix: u32) -> bool;
pub const fn is_whitespace(self) -> bool;
}
```
### Steps / History
<!--
For larger features, more steps might be involved.
If the feature is changed later, please add those PRs here as well.
-->
- [x] Implement is_digit: https://github.com/rust-lang/rust/pull/132242
- [x] Implement is_whitespace: https://github.com/rust-lang/rust/pull/132500
- [ ] Final comment period (FCP)
- [ ] Stabilization PR:
<!--
Once the feature has gone through a few release cycles and there are no
unresolved questions left, the feature might be ready for stabilization.
If this feature didn't go through the RFC process, a final comment period
(FCP) is always needed before stabilization. This works as follows:
A library API team member can kick off the stabilization process, at which point
the rfcbot will ask all the team members to verify they agree with
stabilization. Once enough members agree and there are no concerns, the final
comment period begins: this issue will be marked as such and will be listed
in the next This Week in Rust newsletter. If no blocking concerns are raised in
that period of 10 days, a stabilization PR can be opened by anyone.
-->
### Unresolved Questions
<!--
Include any open questions that need to be answered before the feature can be
stabilised. If multiple (unrelated) big questions come up, it can be a good idea
to open a separate issue for each, to make it easier to keep track of the
discussions.
It's useful to link any relevant discussions and conclusions (whether on GitHub,
Zulip, or the internals forum) here.
-->
- None yet. | T-libs-api,C-tracking-issue | low | Minor |
2,616,904,363 | pytorch | Stabilizing the Kumaraswamy Distribution | ### 🐛 Describe the bug
The current implementation of the Kumaraswamy distribution has significant numerical instabilities in its log-pdf, inverse CDF, and their parameter gradient expressions. All such expressions contain unstable terms of the form `log(1 - exp(x))`. I believe these instabilities have significantly hindered the usage of the Kumarswamy.
I recently published a paper [Stabilizing the Kumaraswamy Distribution](https://arxiv.org/abs/2410.00660) which diagnoses these issues and provides a stable implementation with an unconstrained logarithmic parameterization.
My implementation inherits from `Distribution`, not `TransformedDistribution`; relying on the sequence of provided transformations applied to the base distribution, namely
```
transforms = [
PowerTransform(exponent=self.concentration0.reciprocal()),
AffineTransform(loc=1.0, scale=-1.0),
PowerTransform(exponent=self.concentration1.reciprocal()),
]
```
produces the aforementioned `log(1-exp(x))` instabilities.
If there is interest in correcting the PyTorch implementation, I am happy to help, I just ask the paper be cited in the documentation.
Let me know how we should proceed.
-------
Some Evidence of the communities struggle with these instabilities
- [torch.distributions.kumaraswamy.Kumaraswamy generates samples outside its support (0,1)](https://github.com/pytorch/pytorch/issues/95548)
- [Implement Kumaraswamy Distribution](https://github.com/probtorch/pytorch/pull/143)
See also Section 5: Related Work, 'Kumaraswamy as a Beta surrogate' in my paper. It briefly goes over the hacks required in prior works using the Kumaraswamy (across Pytorch, Tensorflow, Theano, etc), typically relying on clipping of KS parameters (thus limiting expressiveness of the distribution class) and/or constraining the standard uniform base distribution (and thus distorting the sampling distribution).
cc @fritzo @neerajprad @alicanb @nikitaved
### Versions
python collect_env.py
--2024-10-27 18:06:10-- https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 24366 (24K) [text/plain]
Saving to: ‘collect_env.py’
collect_env.py 100%[========================================================>] 23.79K --.-KB/s in 0.03s
2024-10-27 18:06:10 (810 KB/s) - ‘collect_env.py’ saved [24366/24366]
Collecting environment information...
PyTorch version: 2.4.0
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: macOS 13.0.1 (arm64)
GCC version: Could not collect
Clang version: 14.0.0 (clang-1400.0.29.202)
CMake version: Could not collect
Libc version: N/A
Python version: 3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:55:20) [Clang 16.0.6 ] (64-bit runtime)
Python platform: macOS-13.0.1-arm64-arm-64bit
Is CUDA available: False
CUDA runtime version: No CUDA
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True
CPU:
Apple M2
Versions of relevant libraries:
[pip3] numpy==1.26.4
[pip3] optree==0.11.0
[pip3] pytorch-lightning==2.2.2
[pip3] torch==2.4.0
[pip3] torch_geometric==2.5.3
[pip3] torchmetrics==1.4.0
[pip3] torchrl==0.5.0
[pip3] torchvision==0.16.1
[conda] libtorch 2.1.2 cpu_generic_h811e168_4 conda-forge
[conda] nomkl 1.0 h5ca1d4c_0 conda-forge
[conda] numpy 1.26.4 pypi_0 pypi
[conda] optree 0.11.0 pypi_0 pypi
[conda] pytorch-lightning 2.2.2 pyhd8ed1ab_0 conda-forge
[conda] torch 2.4.0 pypi_0 pypi
[conda] torch-geometric 2.5.3 pypi_0 pypi
[conda] torchmetrics 1.4.0 pyhd8ed1ab_0 conda-forge
[conda] torchrl 0.5.0 pypi_0 pypi
[conda] torchvision 0.16.1 cpu_py39h936d113_3 conda-forge | module: numerical-stability,module: distributions,triaged | low | Critical |
2,616,911,373 | PowerToys | Left hand nav - phase two for better discovery | ### Description of the new feature / enhancement

Next steps for improving the settings left hand navigation system from https://github.com/microsoft/PowerToys/issues/23744
- oobe/scoobe
- break out File explorer add ons <- phase 2
- Break out mouse utilities <- phase 2
- introduce top level (L1) - right pane navigation (betting dashboard controls)<- phase 2 or 3?
- Badging <- phase 2 or 3?
- introduce 'new' badging
- introduce 'deprecated' badging
- introduce Build into Windows now badging
- Search, pinning will be next 'large' phase.
### Scenario when this would be used?
Better discoverability
### Supporting information
_No response_ | Idea-Enhancement,Help Wanted,Product-Settings | low | Minor |
2,616,931,956 | kubernetes | [Flaking Test] ClusterLoaderV2.load overall (/home/prow/go/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml) | ### Which jobs are flaking?
* sig-release-master-informing
* ec2-master-scale-performance
### Which tests are flaking?
* [ClusterLoaderV2.load overall (/home/prow/go/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml)](https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-kubernetes-e2e-kops-aws-scale-amazonvpc-using-cl2/1849345514001141760)
### Since when has it been flaking?
* First flaky: Sun, 13 Oct 2024 04:02:35 -03
* Latest flaky: Sun, 27 Oct 2024 04:03:07 -03
### Testgrid link
* [https://testgrid.k8s.io/sig-release-master-informing#ec2-master-scale-performance&exclude-non-failed-tests=](https://testgrid.k8s.io/sig-release-master-informing#ec2-master-scale-performance&exclude-non-failed-tests=)
* [https://storage.googleapis.com/k8s-triage/index.html?test=ClusterLoaderV2.load%20overall%20(/home/prow/go/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml)](https://storage.googleapis.com/k8s-triage/index.html?test=ClusterLoaderV2.load%20overall%20(/home/prow/go/src/k8s.io/perf-tests/clusterloader2/testing/load/config.yaml))
### Reason for failure (if possible)
```
F 2024-10-24 04:03:29 -0300 -03 :0
[measurement call SchedulingThroughput - SchedulingThroughput error...ghput: actual throughput 87.000000 lower than threshold 100.000000]
:0
F 2024-10-18 04:03:37 -0300 -03 :0
[namespace test-rxqer0-9 object small-service-2 deletion error: Del...-rxqer0-9/services/small-service-2": http2: client connection lost]
:0
F 2024-10-13 04:02:35 -0300 -03 :0
[measurement call SchedulingThroughput - SchedulingThroughput error...ghput: actual throughput 95.000000 lower than threshold 100.000000]
:0
```
### Anything else we need to know?
_No response_
### Relevant SIG(s)
/sig scalability
cc @kubernetes/release-team-release-signal
| sig/scalability,lifecycle/stale,needs-triage | low | Critical |
2,616,944,920 | ui | [bug]: Building production package fails due to Calendar component | ### Describe the bug
Running `bun run build` (or `npm run build`) produces this error, and fails to build:

```
Type error: Object literal may only specify known properties, and 'IconLeft' does not exist in type 'Partial<CustomComponents>'.
61 | }}
62 | components={{
> 63 | IconLeft: ({ ...props }) => <ChevronLeftIcon className="h-4 w-4" />,
| ^
64 | IconRight: ({ ...props }) => <ChevronRightIcon className="h-4 w-4" />,
65 | }}
66 | {...props}
error: script "build" exited with code 1
```
This error is fixed by reinstalling the Calendar component:
```
bunx shadcn@latest add calendar
```
But then after a while, the error appears again. No changes have been made to Calendar component, this error appears randomly. I think this needs a fix.
Additional info im using:
```
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.15",
```
Newer version than these, break the calendar and other components even more, only these eslint versions are compatible together
### Affected component/components
Calendar
### How to reproduce
1. `npm run build`
2. get error from Calendar component
### Codesandbox/StackBlitz link
https://stackblitz.com/edit/stackblitz-starters-3d17cb?file=components%2Fui%2Fcalendar.tsx
### Logs
```bash
./src/components/ui/calendar.tsx:63:9
Type error: Object literal may only specify known properties, and 'IconLeft' does not exist in type 'Partial<CustomComponents>'.
61 | }}
62 | components={{
> 63 | IconLeft: ({ ...props }) => <ChevronLeftIcon className="h-4 w-4" />,
| ^
64 | IconRight: ({ ...props }) => <ChevronRightIcon className="h-4 w-4" />,
65 | }}
66 | {...props}
error: script "build" exited with code 1
```
### System Info
```bash
iMac, 3.8GHz, 8-Core Intel Core i7, AMD Radeon Pro 5500 XT 8GB, 40GB RAM 2133MHz DDR4, Sonoma 14.6.1
Brave Browser v1.70.117
```
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues | bug | low | Critical |
2,616,951,642 | godot | Dragging a texture to the inspector changes it to show the last object in the scene (viewport conflict) | ### Tested versions
Reproducible between ~3.4 and 4.3
### System information
Fedora 40 (KDE Plasma, Wayland) - Godot v4.3.stable.mono
### Issue description
Dragging a newly-imported texture over the viewport and into the inspector causes the inspector to switch to an object of the scene _(the object gets selected as well)_
This only happens when getting the "Texture detected as used in 3D" notification
I have had this issue for years and I can reproduce it across operating systems and projects, but this issue is sometimes triggered and sometimes not for no apparent reason. I would recommend following the "steps to reproduce" in a scene that has tons of meshes/scenes filling the editor viewport.
Notably, this sometimes also happens after the drag is successful _(when the drag action is finished and the editor reimports the texture as part of enabling mipmap)_
[Screencast_20241028_004305 (trimmed).webm](https://github.com/user-attachments/assets/0e626a3b-4695-427b-940a-32c3a02b8f70)
_(apologies for the laggy recording, the screen recorder on KDE sucks)_
### Steps to reproduce
1. Create a 3D project
2. Make sure your filesystem is on the bottom left
3. Create a scene and add a few child nodes to it _(add in a model)_
4. Import in a texture _(make sure the editor doesn't know its going to be used for 3D)_
5. Create a new `StandardMaterial3D` and open it in the inspector
6. Drag the texture from the filesystem over the viewport and into the material inspector
If it doesn't happen right away, keep adding textures into the material _(only seems to happen when the material already has a texture assigned to it?)_
***The issue seems to occur more when accidentally dragging the texture over a model/scene.***
### Minimal reproduction project (MRP)
N/A | bug,topic:editor | low | Minor |
2,617,056,158 | opencv | can not build the opencv by cmake | ### Describe the doc issue
OpenCV version: 4.6.0
Operating System / Platform: windows 11
Compiler & compiler version: GCC 8.1.0
D:\Software_EE\ProgramSupport_Package\Opencv_bin\opencv\sources\samples\cpp\tutorial_code\gapi\porting_anisotropic_image_segmentation\porting_anisotropic_image_segmentation_gapi_fluid.cpp:116:1: fatal error: opening dependency file CMakeFiles\example_tutorial_porting_anisotropic_image_segmentation_gapi_fluid.dir\tutorial_code\gapi\porting_anisotropic_image_segmentation\porting_anisotropic_image_segmentation_gapi_fluid.cpp.obj.d: No such file or directory
}
^
compilation terminated.
minGW32-make[2]: *** [samples\cpp\CMakeFiles\example_tutorial_porting_anisotropic_image_segmentation_gapi_fluid.dir\build.make:76: samples/cpp/CMakeFiles/example_tutorial_porting_anisotropic_image_segmentation_gapi_fluid.dir/tutorial_code/gapi/porting_anisotropic_image_segmentation/porting_anisotropic_image_segmentation_gapi_fluid.cpp.obj] Error 1
minGW32-make[1]: *** [CMakeFiles\Makefile2:8534: samples/cpp/CMakeFiles/example_tutorial_porting_anisotropic_image_segmentation_gapi_fluid.dir/all] Error 2
minGW32-make[1]: *** Waiting for unfinished jobs....
[ 80%] Linking CXX executable ..\..\bin\example_snippet_imgproc_HoughLinesP.exe
[ 80%] Linking CXX executable ..\..\bin\example_snippet_imgproc_applyColorMap.exe
[ 80%] Linking CXX executable ..\..\bin\example_snippet_imgproc_calcHist.exe
[ 80%] Built target example_snippet_imgproc_HoughLinesP
[ 80%] Built target example_snippet_imgproc_applyColorMap
[ 80%] Built target example_snippet_imgproc_calcHist
minGW32-make: *** [Makefile:165: all] Error 2
### Fix suggestion
_No response_ | category: build/install,incomplete | low | Critical |
2,617,070,708 | ant-design | Table组件同时设置scroll.x和scroll.y时,样式不符合预期 | ### Reproduction link
[](https://stackblitz.com/edit/qao4xy?file=demo.tsx)
### Steps to reproduce
当同时设置scroll.x='max-content'和scroll.y的值,并将表头的文字内容设置到比列内容长
### What is expected?
出现横向滚动条和竖向滚动条,同时表头不会换行,而是维持一行
### What is actually happening?
表头换行收缩
| Environment | Info |
| --- | --- |
| antd | 5.21.5 |
| React | 18.3.1 |
| System | ~ |
| Browser | Chrome |
---
希望可以在不设置每列宽度的前提下实现期望效果
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | Inactive,improvement | low | Major |
2,617,072,077 | stable-diffusion-webui | Request for Security Policy | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before recently
- [X] The issue has been reported before but has not been fixed yet
### What happened?
Hi, stable-diffusion-webui maintainer!
Could we set up a security policy for this repository to support responsible reporting of security issues?
Thank you!

### Steps to reproduce the problem
None
### What should have happened?
None
### What browsers do you use to access the UI ?
_No response_
### Sysinfo
None
### Console logs
```Shell
None
```
### Additional information
_No response_ | bug-report | low | Critical |
2,617,090,570 | tauri | [bug] Program process crashes when close window on MacOS (Coredump included) | ### Describe the bug
Program process crashes when close window on MacOS
### Reproduction
_No response_
### Expected behavior
_No response_
### MacOS core dump
```
{"app_name":"clash-verge","timestamp":"2024-10-28 09:41:17.00 +0800","app_version":"2.0.0-rc.4","slice_uuid":"f0368d2c-cfa2-3ae4-b11f-0b8ffbf20f1c","build_version":"2.0.0-rc.4","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 15.0.1 (24A348)","roots_installed":0,"incident_id":"91ED12CD-4C80-4649-8170-A3E9D173AE71","name":"clash-verge"}
{
"uptime" : 1200000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac15,6",
"coalitionID" : 1089,
"osVersion" : {
"train" : "macOS 15.0.1",
"build" : "24A348",
"releaseType" : "User"
},
"captureTime" : "2024-10-28 09:41:14.8190 +0800",
"codeSigningMonitor" : 1,
"incident" : "91ED12CD-4C80-4649-8170-A3E9D173AE71",
"pid" : 16750,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2024-10-28 09:41:08.8067 +0800",
"procStartAbsTime" : 30086153984584,
"procExitAbsTime" : 30086297963709,
"procName" : "clash-verge",
"procPath" : "\/Users\/USER\/*\/clash-verge",
"bundleInfo" : {"CFBundleVersion":"2.0.0-rc.4","CFBundleShortVersionString":"2.0.0-rc.4"},
"parentProc" : "node",
"parentPid" : 14937,
"coalitionName" : "com.googlecode.iterm2",
"crashReporterKey" : "0B2E25A1-E0F0-F4E8-98EC-DE2FCC53C08E",
"responsiblePid" : 1259,
"responsibleProc" : "iTerm2",
"codeSigningID" : "clash_verge-7f03b3fd850e4223",
"codeSigningTeamID" : "",
"codeSigningFlags" : 570556929,
"codeSigningValidationCategory" : 10,
"codeSigningTrustLevel" : 4294967295,
"instructionByteStream" : {"beforePC":"4UMAkSgAgFLjAwiq4gMDqggBgFLkAwiquh8AlAEAABToA0D56QdA+Q==","atPC":"KQFA+ekLAPngC0D9oAMf\/KCDH\/wAAQD9\/XtFqf+DAZHAA1\/W\/wMB0Q=="},
"bootSessionUUID" : "12A900B6-E5E2-445E-97E6-03166EF13253",
"wakeTime" : 3354,
"sleepWakeUUID" : "8EF29534-3095-4BB3-8325-AB75A446EBBE",
"sip" : "enabled",
"vmRegionInfo" : "0x4 is not in any region. Bytes before following region: 4299702268\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 100484000-104a48000 [ 69.8M] r-x\/r-x SM=COW \/Users\/USER\/*\/clash-verge",
"exception" : {"codes":"0x0000000000000001, 0x0000000000000004","rawCodes":[1,4],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000004"},
"vmregioninfo" : "0x4 is not in any region. Bytes before following region: 4299702268\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 100484000-104a48000 [ 69.8M] r-x\/r-x SM=COW \/Users\/USER\/*\/clash-verge",
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":31},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 2,
"threads" : [{"threadState":{"x":[{"value":24},{"value":0},{"value":24},{"value":5125590040},{"value":18446744073709551416},{"value":24},{"value":10},{"value":9223372041946698248},{"value":24},{"value":10},{"value":4353481428},{"value":10},{"value":0},{"value":78},{"value":5108662272},{"value":16777216},{"value":4},{"value":5100337152},{"value":0},{"value":4375013208,"symbolLocation":64,"symbol":"_MergedGlobals"},{"value":0},{"value":4374936848,"symbolLocation":7608,"symbol":"bytes::bytes::SHARED_VTABLE::h3b8dbbeb68a5aefe"},{"value":24},{"value":5125590016},{"value":24},{"value":6167126016},{"value":2},{"value":1},{"value":2147483646}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4350180184},"cpsr":{"value":2147487744},"fp":{"value":6167126112},"sp":{"value":6167126000},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933371124},"far":{"value":0}},"id":20466868,"name":"main","queue":"com.apple.main-thread","frames":[{"imageOffset":18676,"symbol":"write","symbolLocation":8,"imageIndex":5},{"imageOffset":50477912,"symbol":"std::io::buffered::bufwriter::BufWriter$LT$W$GT$::flush_buf::hfa7fcdfde92afc8c","symbolLocation":116,"imageIndex":0},{"imageOffset":50484176,"symbol":"_$LT$std..io..stdio..StdoutLock$u20$as$u20$std..io..Write$GT$::write_all::h3b8af37557bbe1ed","symbolLocation":272,"imageIndex":0},{"imageOffset":50490752,"symbol":"_$LT$std..io..Write..write_fmt..Adapter$LT$T$GT$$u20$as$u20$core..fmt..Write$GT$::write_str::h75c36ef11ac3f122","symbolLocation":24,"imageIndex":0},{"imageOffset":50653148,"symbol":"core::fmt::write::hb3cfb8a30e72d7ff","symbolLocation":476,"imageIndex":0},{"imageOffset":50482972,"symbol":"_$LT$$RF$std..io..stdio..Stdout$u20$as$u20$std..io..Write$GT$::write_fmt::hd2218ab034297dba","symbolLocation":64,"imageIndex":0},{"imageOffset":50486252,"symbol":"std::io::stdio::_print::h106c5db00311875b","symbolLocation":96,"imageIndex":0},{"imageOffset":609512,"symbol":"app_lib::run::_$u7b$$u7b$closure$u7d$$u7d$::hf983f6814b79b833","symbolLocation":456,"imageIndex":0},{"imageOffset":2981536,"symbol":"tauri::app::App$LT$R$GT$::run::_$u7b$$u7b$closure$u7d$$u7d$::h5e3dba654f7ef1b1","symbolLocation":988,"imageIndex":0},{"imageOffset":3907600,"symbol":"tauri_runtime_wry::handle_event_loop::h2ccd003bbef06d1e","symbolLocation":5056,"imageIndex":0},{"imageOffset":3920324,"symbol":"_$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::_$u7b$$u7b$closure$u7d$$u7d$::heb42a7690e781e0e","symbolLocation":876,"imageIndex":0},{"imageOffset":7369708,"symbol":"_$LT$tao..platform_impl..platform..app_state..EventLoopHandler$LT$T$GT$$u20$as$u20$tao..platform_impl..platform..app_state..EventHandler$GT$::handle_nonuser_event::_$u7b$$u7b$closure$u7d$$u7d$::hcbd37fd3f6afb918","symbolLocation":652,"imageIndex":0},{"imageOffset":7377020,"symbol":"tao::platform_impl::platform::app_state::EventLoopHandler$LT$T$GT$::with_callback::hb278aee5314e328d","symbolLocation":416,"imageIndex":0},{"imageOffset":7369044,"symbol":"_$LT$tao..platform_impl..platform..app_state..EventLoopHandler$LT$T$GT$$u20$as$u20$tao..platform_impl..platform..app_state..EventHandler$GT$::handle_nonuser_event::h7407f3ba36a3fe72","symbolLocation":64,"imageIndex":0},{"imageOffset":39240828,"symbol":"tao::platform_impl::platform::app_state::Handler::handle_nonuser_event::h50813ade863ec0f7","symbolLocation":868,"imageIndex":0},{"imageOffset":39249064,"symbol":"tao::platform_impl::platform::app_state::AppState::cleared::h94cdf0476e134349","symbolLocation":2556,"imageIndex":0},{"imageOffset":38982052,"symbol":"tao::platform_impl::platform::observer::control_flow_end_handler::_$u7b$$u7b$closure$u7d$$u7d$::hfb7d5c27c026dd2a","symbolLocation":116,"imageIndex":0},{"imageOffset":38981516,"symbol":"tao::platform_impl::platform::observer::control_flow_handler::_$u7b$$u7b$closure$u7d$$u7d$::h5a2e606f83e8512e","symbolLocation":44,"imageIndex":0},{"imageOffset":38983868,"symbol":"std::panicking::try::do_call::h3f1cc9378b44f9d8","symbolLocation":68,"imageIndex":0},{"imageOffset":38911008,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":38881956,"symbol":"std::panic::catch_unwind::h84ed8b366748fd4e","symbolLocation":72,"imageIndex":0},{"imageOffset":39252596,"symbol":"tao::platform_impl::platform::event_loop::stop_app_on_panic::h10c2504711d09c67","symbolLocation":64,"imageIndex":0},{"imageOffset":38981408,"symbol":"tao::platform_impl::platform::observer::control_flow_handler::h75c35dafb6cd1140","symbolLocation":264,"imageIndex":0},{"imageOffset":38981916,"symbol":"tao::platform_impl::platform::observer::control_flow_end_handler::h403dd74ad022da47","symbolLocation":48,"imageIndex":0},{"imageOffset":513960,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__","symbolLocation":36,"imageIndex":6},{"imageOffset":513684,"symbol":"__CFRunLoopDoObservers","symbolLocation":552,"imageIndex":6},{"imageOffset":511332,"symbol":"__CFRunLoopRun","symbolLocation":948,"imageIndex":6},{"imageOffset":508724,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":1097932,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":7},{"imageOffset":1121980,"symbol":"ReceiveNextEventCommon","symbolLocation":636,"imageIndex":7},{"imageOffset":1122336,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":7},{"imageOffset":240240,"symbol":"_DPSNextEvent","symbolLocation":660,"imageIndex":8},{"imageOffset":9832376,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":688,"imageIndex":8},{"imageOffset":187260,"symbol":"-[NSApplication run]","symbolLocation":480,"imageIndex":8},{"imageOffset":39318212,"symbol":"_$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::he72227454412843d","symbolLocation":72,"imageIndex":0},{"imageOffset":39315896,"symbol":"objc::message::platform::send_unverified::hd81b1b2c4b25b136","symbolLocation":140,"imageIndex":0},{"imageOffset":7372064,"symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run_return::hf7ceaddd81dca112","symbolLocation":1040,"imageIndex":0},{"imageOffset":7375176,"symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::hb89dbadc2ab9fca7","symbolLocation":20,"imageIndex":0},{"imageOffset":11800804,"symbol":"tao::event_loop::EventLoop$LT$T$GT$::run::hf57c853ba607126a","symbolLocation":60,"imageIndex":0},{"imageOffset":3919132,"symbol":"_$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::h551812095120ba3b","symbolLocation":540,"imageIndex":0},{"imageOffset":2980456,"symbol":"tauri::app::App$LT$R$GT$::run::hf502d26125534ee0","symbolLocation":372,"imageIndex":0},{"imageOffset":9829748,"symbol":"app_lib::run::h9df1480749b6bdd2","symbolLocation":2188,"imageIndex":0},{"imageOffset":10556,"sourceLine":3,"sourceFile":"main.rs","symbol":"clash_verge::main::hf9f79312d9cf34ec","imageIndex":0,"symbolLocation":12},{"imageOffset":10312,"sourceLine":250,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once::h8b9aad352a327fed","imageIndex":0,"symbolLocation":20},{"imageOffset":10348,"sourceLine":152,"sourceFile":"backtrace.rs","symbol":"std::sys::backtrace::__rust_begin_short_backtrace::hb59bdab8aa7a3bec","imageIndex":0,"symbolLocation":24},{"imageOffset":10496,"sourceLine":162,"sourceFile":"rt.rs","symbol":"std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h7b84f9e9dc7b4274","imageIndex":0,"symbolLocation":28},{"imageOffset":50461536,"symbol":"std::rt::lang_start_internal::hdd117cb81a316264","symbolLocation":808,"imageIndex":0},{"imageOffset":10444,"sourceLine":161,"sourceFile":"rt.rs","symbol":"std::rt::lang_start::h69af11e527c5f4b6","imageIndex":0,"symbolLocation":84},{"imageOffset":10600,"symbol":"main","symbolLocation":36,"imageIndex":0},{"imageOffset":25204,"symbol":"start","symbolLocation":2840,"imageIndex":9}]},{"id":20466882,"name":"tokio-runtime-worker","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":5100339200},{"value":1024},{"value":6171447408},{"value":2},{"value":0},{"value":1024},{"value":0},{"value":5100339200},{"value":5108691312},{"value":0},{"value":1000},{"value":18446744073708298025},{"value":2148040703},{"value":363},{"value":8755102768},{"value":0},{"value":105553162797136},{"value":4439506944},{"value":105553178559040},{"value":4374906544,"symbolLocation":9320,"symbol":"tracing_core::dispatcher::NONE::h24e259b9361d3ae3"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4349709712},"cpsr":{"value":2684358656},"fp":{"value":6171447520},"sp":{"value":6171447344},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933380860},"far":{"value":0}},"frames":[{"imageOffset":28412,"symbol":"kevent","symbolLocation":8,"imageIndex":5},{"imageOffset":50007440,"symbol":"mio::sys::unix::selector::Selector::select::he87f271cb8f26e9a","symbolLocation":212,"imageIndex":0},{"imageOffset":49982020,"symbol":"mio::poll::Poll::poll::hdde8e2af9f32e67e","symbolLocation":80,"imageIndex":0},{"imageOffset":49823916,"symbol":"tokio::runtime::io::driver::Driver::turn::h0df4158f7b43e24b","symbolLocation":200,"imageIndex":0},{"imageOffset":49823260,"symbol":"tokio::runtime::io::driver::Driver::park_timeout::h30282031437b871d","symbolLocation":108,"imageIndex":0},{"imageOffset":49773120,"symbol":"tokio::runtime::signal::Driver::park_timeout::h44a83ecac7c8ce3c","symbolLocation":44,"imageIndex":0},{"imageOffset":49592000,"symbol":"tokio::runtime::process::Driver::park_timeout::h651483e4dc2c4d76","symbolLocation":40,"imageIndex":0},{"imageOffset":49496984,"symbol":"tokio::runtime::driver::IoStack::park_timeout::he08006c8e0542323","symbolLocation":104,"imageIndex":0},{"imageOffset":49594520,"symbol":"tokio::runtime::time::Driver::park_thread_timeout::hb3f5e79e2fe20388","symbolLocation":40,"imageIndex":0},{"imageOffset":49593976,"symbol":"tokio::runtime::time::Driver::park_internal::h137f8e1c20c14d15","symbolLocation":772,"imageIndex":0},{"imageOffset":49592976,"symbol":"tokio::runtime::time::Driver::park::h7c77c2bfaf27ba8f","symbolLocation":52,"imageIndex":0},{"imageOffset":49498136,"symbol":"tokio::runtime::driver::TimeDriver::park::h70e6a60c8850558a","symbolLocation":68,"imageIndex":0},{"imageOffset":49493612,"symbol":"tokio::runtime::driver::Driver::park::he93aefacab7c7416","symbolLocation":32,"imageIndex":0},{"imageOffset":49460676,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_driver::hae542c13b3a22d56","symbolLocation":116,"imageIndex":0},{"imageOffset":49459460,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":248,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"triggered":true,"id":20466883,"name":"tokio-runtime-worker","threadState":{"x":[{"value":1},{"value":6173570304},{"value":1},{"value":8},{"value":8},{"value":32},{"value":105553122144288},{"value":6173574864},{"value":6173570888},{"value":4},{"value":8},{"value":16},{"value":13},{"value":5133914288},{"value":72057602656983353,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$_NSURL"},{"value":8619055416,"symbolLocation":0,"symbol":"OBJC_CLASS_$_NSURL"},{"value":6933839280,"symbolLocation":0,"symbol":"_platform_memmove"},{"value":144115196694935121,"symbolLocation":144115188075855873,"symbol":"OBJC_CLASS_$___NSConcreteUUID"},{"value":0},{"value":105553162797152},{"value":4439654400},{"value":105553178559168},{"value":4374906544,"symbolLocation":9320,"symbol":"tracing_core::dispatcher::NONE::h24e259b9361d3ae3"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4347120096},"cpsr":{"value":536875008},"fp":{"value":6173570368},"sp":{"value":6173570288},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4347120108,"matchesCrashFrame":1},"far":{"value":4}},"frames":[{"imageOffset":47417836,"symbol":"core::ptr::read_unaligned::h18366a250ce4c528","symbolLocation":104,"imageIndex":0},{"imageOffset":38568748,"symbol":"core::core_arch::aarch64::neon::vld1_u8::h88b14450f35acacc","symbolLocation":32,"imageIndex":0},{"imageOffset":38388496,"symbol":"hashbrown::raw::RawTable$LT$T$C$A$GT$::find::he4f1b4aab0757cc2","symbolLocation":200,"imageIndex":0},{"imageOffset":38592132,"symbol":"hashbrown::map::HashMap$LT$K$C$V$C$S$C$A$GT$::get_inner::he92da872414a77c0","symbolLocation":140,"imageIndex":0},{"imageOffset":38728088,"symbol":"std::collections::hash::map::HashMap$LT$K$C$V$C$S$GT$::get::h086dd7efc9716714","symbolLocation":40,"imageIndex":0},{"imageOffset":38431548,"symbol":"wry::wkwebview::class::wry_web_view::WryWebView::get_custom_task_uuid::h366e934aca1d5534","symbolLocation":52,"imageIndex":0},{"imageOffset":38460652,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::check_task_is_valid::hb4c0b463e29218dd","symbolLocation":40,"imageIndex":0},{"imageOffset":38461180,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::response::hb1615792288611ec","symbolLocation":180,"imageIndex":0},{"imageOffset":38460096,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::h41c9ded5049520f8","symbolLocation":208,"imageIndex":0},{"imageOffset":38728988,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::ha76c264bc07422d0","symbolLocation":56,"imageIndex":0},{"imageOffset":18955592,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hb7bfc55141acac3b","symbolLocation":100,"imageIndex":0},{"imageOffset":19461944,"symbol":"wry::RequestAsyncResponder::respond::h07a24556df0aea98","symbolLocation":356,"imageIndex":0},{"imageOffset":3900652,"symbol":"tauri_runtime_wry::create_webview::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hbb52526aa9a9c78e","symbolLocation":32,"imageIndex":0},{"imageOffset":6029104,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6747b81f4f0cd60d","symbolLocation":64,"imageIndex":0},{"imageOffset":37472812,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hcf139cb3e0a4ab66","symbolLocation":100,"imageIndex":0},{"imageOffset":37135748,"symbol":"tauri::app::UriSchemeResponder::respond::h156049490f8cfa6c","symbolLocation":356,"imageIndex":0},{"imageOffset":12114108,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::haa45f8a9cb4de2b8","symbolLocation":460,"imageIndex":0},{"imageOffset":12126288,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::he1a47e190a109a0f","symbolLocation":12088,"imageIndex":0},{"imageOffset":6026724,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h3aa0103a2e862a40","symbolLocation":156,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":12860176,"symbol":"tauri::webview::Webview$LT$R$GT$::on_message::_$u7b$$u7b$closure$u7d$$u7d$::h581c9bfd93e33721","symbolLocation":180,"imageIndex":0},{"imageOffset":6035752,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc35853713f308815","symbolLocation":164,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":3955964,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::return_result::h6894546c554880f0","symbolLocation":664,"imageIndex":0},{"imageOffset":4098428,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::respond_async_serialized::_$u7b$$u7b$closure$u7d$$u7d$::hcd12f1c2fedee063","symbolLocation":800,"imageIndex":0},{"imageOffset":137288,"symbol":"_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hbab3ad306a25aea3","symbolLocation":56,"imageIndex":0},{"imageOffset":11207628,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::ha41e01ce8a374fb8","symbolLocation":108,"imageIndex":0},{"imageOffset":11051688,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9368edb00e7a0f9f","symbolLocation":72,"imageIndex":0},{"imageOffset":8039808,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h3722e861453e6225","symbolLocation":64,"imageIndex":0},{"imageOffset":18421960,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h25b12419bedbd7ac","symbolLocation":44,"imageIndex":0},{"imageOffset":15540944,"symbol":"std::panicking::try::do_call::h4c6910e6d4ba8d60","symbolLocation":80,"imageIndex":0},{"imageOffset":2570892,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":2051612,"symbol":"std::panic::catch_unwind::h1bf611b0ca9a9d86","symbolLocation":96,"imageIndex":0},{"imageOffset":7761888,"symbol":"tokio::runtime::task::harness::poll_future::h2f358633f8dbe430","symbolLocation":96,"imageIndex":0},{"imageOffset":8348884,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hbe03bb0a099f3931","symbolLocation":160,"imageIndex":0},{"imageOffset":8767408,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h266367575474e886","symbolLocation":28,"imageIndex":0},{"imageOffset":14096400,"symbol":"tokio::runtime::task::raw::poll::h80b4b2b99065ceb9","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49902952,"symbol":"tokio::runtime::task::LocalNotified$LT$S$GT$::run::ha36ff5688d534f0a","symbolLocation":44,"imageIndex":0},{"imageOffset":49506220,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::he2de76761f8837e2","symbolLocation":52,"imageIndex":0},{"imageOffset":49505936,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hca20a21290d054a4","symbolLocation":724,"imageIndex":0},{"imageOffset":49504228,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":552,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466884,"name":"tokio-runtime-worker","threadState":{"x":[{"value":260},{"value":0},{"value":2304},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6175739672},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5133862696},{"value":5133862760},{"value":6175748320},{"value":0},{"value":0},{"value":2304},{"value":2305},{"value":2560},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6175739792},"sp":{"value":6175739648},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466885,"name":"tokio-runtime-worker","threadState":{"x":[{"value":1},{"value":6177862912},{"value":1},{"value":8},{"value":8},{"value":32},{"value":105553122142944},{"value":6177867472},{"value":6177863496},{"value":12},{"value":8},{"value":16},{"value":13},{"value":5133914288},{"value":72057602656983353,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$_NSURL"},{"value":8619055416,"symbolLocation":0,"symbol":"OBJC_CLASS_$_NSURL"},{"value":6933839280,"symbolLocation":0,"symbol":"_platform_memmove"},{"value":144115196694935121,"symbolLocation":144115188075855873,"symbol":"OBJC_CLASS_$___NSConcreteUUID"},{"value":0},{"value":105553162797184},{"value":4439949312},{"value":105553178559424},{"value":4374906544,"symbolLocation":9320,"symbol":"tracing_core::dispatcher::NONE::h24e259b9361d3ae3"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4347120096},"cpsr":{"value":536875008},"fp":{"value":6177862976},"sp":{"value":6177862896},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4347120108},"far":{"value":12}},"frames":[{"imageOffset":47417836,"symbol":"core::ptr::read_unaligned::h18366a250ce4c528","symbolLocation":104,"imageIndex":0},{"imageOffset":38568748,"symbol":"core::core_arch::aarch64::neon::vld1_u8::h88b14450f35acacc","symbolLocation":32,"imageIndex":0},{"imageOffset":38388496,"symbol":"hashbrown::raw::RawTable$LT$T$C$A$GT$::find::he4f1b4aab0757cc2","symbolLocation":200,"imageIndex":0},{"imageOffset":38592132,"symbol":"hashbrown::map::HashMap$LT$K$C$V$C$S$C$A$GT$::get_inner::he92da872414a77c0","symbolLocation":140,"imageIndex":0},{"imageOffset":38728088,"symbol":"std::collections::hash::map::HashMap$LT$K$C$V$C$S$GT$::get::h086dd7efc9716714","symbolLocation":40,"imageIndex":0},{"imageOffset":38431548,"symbol":"wry::wkwebview::class::wry_web_view::WryWebView::get_custom_task_uuid::h366e934aca1d5534","symbolLocation":52,"imageIndex":0},{"imageOffset":38460652,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::check_task_is_valid::hb4c0b463e29218dd","symbolLocation":40,"imageIndex":0},{"imageOffset":38461180,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::response::hb1615792288611ec","symbolLocation":180,"imageIndex":0},{"imageOffset":38460096,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::h41c9ded5049520f8","symbolLocation":208,"imageIndex":0},{"imageOffset":38728988,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::ha76c264bc07422d0","symbolLocation":56,"imageIndex":0},{"imageOffset":18955592,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hb7bfc55141acac3b","symbolLocation":100,"imageIndex":0},{"imageOffset":19461944,"symbol":"wry::RequestAsyncResponder::respond::h07a24556df0aea98","symbolLocation":356,"imageIndex":0},{"imageOffset":3900652,"symbol":"tauri_runtime_wry::create_webview::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hbb52526aa9a9c78e","symbolLocation":32,"imageIndex":0},{"imageOffset":6029104,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6747b81f4f0cd60d","symbolLocation":64,"imageIndex":0},{"imageOffset":37472812,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hcf139cb3e0a4ab66","symbolLocation":100,"imageIndex":0},{"imageOffset":37135748,"symbol":"tauri::app::UriSchemeResponder::respond::h156049490f8cfa6c","symbolLocation":356,"imageIndex":0},{"imageOffset":12114108,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::haa45f8a9cb4de2b8","symbolLocation":460,"imageIndex":0},{"imageOffset":12126288,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::he1a47e190a109a0f","symbolLocation":12088,"imageIndex":0},{"imageOffset":6026724,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h3aa0103a2e862a40","symbolLocation":156,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":12860176,"symbol":"tauri::webview::Webview$LT$R$GT$::on_message::_$u7b$$u7b$closure$u7d$$u7d$::h581c9bfd93e33721","symbolLocation":180,"imageIndex":0},{"imageOffset":6035752,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc35853713f308815","symbolLocation":164,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":3955964,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::return_result::h6894546c554880f0","symbolLocation":664,"imageIndex":0},{"imageOffset":4098428,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::respond_async_serialized::_$u7b$$u7b$closure$u7d$$u7d$::hcd12f1c2fedee063","symbolLocation":800,"imageIndex":0},{"imageOffset":137288,"symbol":"_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hbab3ad306a25aea3","symbolLocation":56,"imageIndex":0},{"imageOffset":11207628,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::ha41e01ce8a374fb8","symbolLocation":108,"imageIndex":0},{"imageOffset":11051688,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9368edb00e7a0f9f","symbolLocation":72,"imageIndex":0},{"imageOffset":8039808,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h3722e861453e6225","symbolLocation":64,"imageIndex":0},{"imageOffset":18421960,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h25b12419bedbd7ac","symbolLocation":44,"imageIndex":0},{"imageOffset":15540944,"symbol":"std::panicking::try::do_call::h4c6910e6d4ba8d60","symbolLocation":80,"imageIndex":0},{"imageOffset":2570892,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":2051612,"symbol":"std::panic::catch_unwind::h1bf611b0ca9a9d86","symbolLocation":96,"imageIndex":0},{"imageOffset":7761888,"symbol":"tokio::runtime::task::harness::poll_future::h2f358633f8dbe430","symbolLocation":96,"imageIndex":0},{"imageOffset":8348884,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hbe03bb0a099f3931","symbolLocation":160,"imageIndex":0},{"imageOffset":8767408,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h266367575474e886","symbolLocation":28,"imageIndex":0},{"imageOffset":14096400,"symbol":"tokio::runtime::task::raw::poll::h80b4b2b99065ceb9","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49902952,"symbol":"tokio::runtime::task::LocalNotified$LT$S$GT$::run::ha36ff5688d534f0a","symbolLocation":44,"imageIndex":0},{"imageOffset":49506220,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::he2de76761f8837e2","symbolLocation":52,"imageIndex":0},{"imageOffset":49505936,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hca20a21290d054a4","symbolLocation":724,"imageIndex":0},{"imageOffset":49504228,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":552,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466886,"name":"tokio-runtime-worker","threadState":{"x":[{"value":260},{"value":0},{"value":4608},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6180032280},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5142253352},{"value":5142253416},{"value":6180040928},{"value":0},{"value":0},{"value":4608},{"value":4609},{"value":4864},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6180032400},"sp":{"value":6180032256},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466887,"name":"tokio-runtime-worker","threadState":{"x":[{"value":14},{"value":18446744073709551615},{"value":1000000000},{"value":5},{"value":2},{"value":2305101835},{"value":105553127195584},{"value":0},{"value":128003},{"value":18446744073709551615},{"value":6182166968},{"value":2},{"value":105553127195584},{"value":105553162853160},{"value":2095104},{"value":2043},{"value":18446744073709551580},{"value":8755103744},{"value":0},{"value":105553130325472},{"value":105553130325408},{"value":18446744073709551615},{"value":4374906544,"symbolLocation":9320,"symbol":"tracing_core::dispatcher::NONE::h24e259b9361d3ae3"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6931844084},"cpsr":{"value":1610616832},"fp":{"value":6182166672},"sp":{"value":6182166656},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933355952},"far":{"value":0}},"frames":[{"imageOffset":3504,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":5},{"imageOffset":19444,"symbol":"_dispatch_sema4_wait","symbolLocation":28,"imageIndex":13},{"imageOffset":21160,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":132,"imageIndex":13},{"imageOffset":50463716,"symbol":"std::thread::park::h0488a71276ef6ee5","symbolLocation":216,"imageIndex":0},{"imageOffset":15422984,"symbol":"std::sync::mpmc::context::Context::wait_until::h32d0984076ec7bf6","symbolLocation":548,"imageIndex":0},{"imageOffset":5423468,"symbol":"std::sync::mpmc::list::Channel$LT$T$GT$::recv::_$u7b$$u7b$closure$u7d$$u7d$::h6c352c3bf40f3b98","symbolLocation":268,"imageIndex":0},{"imageOffset":9936392,"symbol":"std::sync::mpmc::context::Context::with::_$u7b$$u7b$closure$u7d$$u7d$::hfb5b393d51b64424","symbolLocation":500,"imageIndex":0},{"imageOffset":14677152,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h663c63fea8fb61fd","symbolLocation":176,"imageIndex":0},{"imageOffset":9847116,"symbol":"std::sync::mpmc::context::Context::with::he4be285c839a4321","symbolLocation":52,"imageIndex":0},{"imageOffset":5414828,"symbol":"std::sync::mpmc::list::Channel$LT$T$GT$::recv::hc78c00428d777007","symbolLocation":352,"imageIndex":0},{"imageOffset":7344144,"symbol":"std::sync::mpmc::Receiver$LT$T$GT$::recv::h594dae1223fdbab6","symbolLocation":164,"imageIndex":0},{"imageOffset":12018576,"symbol":"std::sync::mpsc::Receiver$LT$T$GT$::recv::h7b6938d22dac2f76","symbolLocation":24,"imageIndex":0},{"imageOffset":3866728,"symbol":"_$LT$tauri_runtime_wry..WryWebviewDispatcher$LT$T$GT$$u20$as$u20$tauri_runtime..WebviewDispatch$LT$T$GT$$GT$::eval_script::hec0226d73c9da62b","symbolLocation":872,"imageIndex":0},{"imageOffset":12863252,"symbol":"tauri::webview::Webview$LT$R$GT$::eval::hc821d6fd42fa8310","symbolLocation":48,"imageIndex":0},{"imageOffset":12860904,"symbol":"tauri::webview::Webview$LT$R$GT$::unlisten_js::h583e8c951a123b70","symbolLocation":196,"imageIndex":0},{"imageOffset":9739600,"symbol":"tauri::event::plugin::unlisten::_$u7b$$u7b$closure$u7d$$u7d$::hc754799656a8e51f","symbolLocation":228,"imageIndex":0},{"imageOffset":9704960,"symbol":"_$LT$F$u20$as$u20$futures_core..future..TryFuture$GT$::try_poll::h93e0a4b93b92c344","symbolLocation":32,"imageIndex":0},{"imageOffset":17626528,"symbol":"_$LT$futures_util..future..try_future..into_future..IntoFuture$LT$Fut$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h33794f24bb733473","symbolLocation":48,"imageIndex":0},{"imageOffset":5692740,"symbol":"_$LT$futures_util..future..future..map..Map$LT$Fut$C$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hdece08d71ac683df","symbolLocation":128,"imageIndex":0},{"imageOffset":2822416,"symbol":"_$LT$futures_util..future..future..Map$LT$Fut$C$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::ha26b13f9f049a2d9","symbolLocation":48,"imageIndex":0},{"imageOffset":11890820,"symbol":"_$LT$futures_util..future..try_future..MapErr$LT$Fut$C$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h03cf1e03a5e44d5e","symbolLocation":48,"imageIndex":0},{"imageOffset":11902400,"symbol":"_$LT$futures_util..future..try_future..ErrInto$LT$Fut$C$E$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h617c6ab22e8b8360","symbolLocation":48,"imageIndex":0},{"imageOffset":5592736,"symbol":"_$LT$futures_util..future..future..map..Map$LT$Fut$C$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h3410e9dc79edd5fc","symbolLocation":128,"imageIndex":0},{"imageOffset":2827456,"symbol":"_$LT$futures_util..future..future..Map$LT$Fut$C$F$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hf22a895516526705","symbolLocation":48,"imageIndex":0},{"imageOffset":9737728,"symbol":"tauri::event::plugin::init::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::he931d022eb0c22f5","symbolLocation":1584,"imageIndex":0},{"imageOffset":3761752,"symbol":"_$LT$tracing..instrument..Instrumented$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hddf2956d968c406f","symbolLocation":524,"imageIndex":0},{"imageOffset":4098028,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::respond_async_serialized::_$u7b$$u7b$closure$u7d$$u7d$::hcd12f1c2fedee063","symbolLocation":400,"imageIndex":0},{"imageOffset":137288,"symbol":"_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hbab3ad306a25aea3","symbolLocation":56,"imageIndex":0},{"imageOffset":11207628,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::ha41e01ce8a374fb8","symbolLocation":108,"imageIndex":0},{"imageOffset":11051688,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9368edb00e7a0f9f","symbolLocation":72,"imageIndex":0},{"imageOffset":8039808,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h3722e861453e6225","symbolLocation":64,"imageIndex":0},{"imageOffset":18421960,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h25b12419bedbd7ac","symbolLocation":44,"imageIndex":0},{"imageOffset":15540944,"symbol":"std::panicking::try::do_call::h4c6910e6d4ba8d60","symbolLocation":80,"imageIndex":0},{"imageOffset":2570892,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":2051612,"symbol":"std::panic::catch_unwind::h1bf611b0ca9a9d86","symbolLocation":96,"imageIndex":0},{"imageOffset":7761888,"symbol":"tokio::runtime::task::harness::poll_future::h2f358633f8dbe430","symbolLocation":96,"imageIndex":0},{"imageOffset":8348884,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hbe03bb0a099f3931","symbolLocation":160,"imageIndex":0},{"imageOffset":8767408,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h266367575474e886","symbolLocation":28,"imageIndex":0},{"imageOffset":14096400,"symbol":"tokio::runtime::task::raw::poll::h80b4b2b99065ceb9","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49902952,"symbol":"tokio::runtime::task::LocalNotified$LT$S$GT$::run::ha36ff5688d534f0a","symbolLocation":44,"imageIndex":0},{"imageOffset":49506220,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::he2de76761f8837e2","symbolLocation":52,"imageIndex":0},{"imageOffset":49505936,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hca20a21290d054a4","symbolLocation":724,"imageIndex":0},{"imageOffset":49504228,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":552,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466888,"name":"tokio-runtime-worker","threadState":{"x":[{"value":260},{"value":0},{"value":4608},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6184324888},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5100472104},{"value":5100472168},{"value":6184333536},{"value":0},{"value":0},{"value":4608},{"value":4609},{"value":4864},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6184325008},"sp":{"value":6184324864},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466889,"name":"tokio-runtime-worker","threadState":{"x":[{"value":1},{"value":6186448128},{"value":1},{"value":8},{"value":8},{"value":32},{"value":105553122140480},{"value":6186452688},{"value":6186448712},{"value":14},{"value":8},{"value":16},{"value":13},{"value":5133914288},{"value":72057602656983353,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$_NSURL"},{"value":8619055416,"symbolLocation":0,"symbol":"OBJC_CLASS_$_NSURL"},{"value":6933839280,"symbolLocation":0,"symbol":"_platform_memmove"},{"value":216172790732863057,"symbolLocation":216172782113783809,"symbol":"OBJC_CLASS_$___NSConcreteUUID"},{"value":0},{"value":105553162911760},{"value":4440539136},{"value":105553178525952},{"value":4374906544,"symbolLocation":9320,"symbol":"tracing_core::dispatcher::NONE::h24e259b9361d3ae3"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4347120096},"cpsr":{"value":536875008},"fp":{"value":6186448192},"sp":{"value":6186448112},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4347120108},"far":{"value":14}},"frames":[{"imageOffset":47417836,"symbol":"core::ptr::read_unaligned::h18366a250ce4c528","symbolLocation":104,"imageIndex":0},{"imageOffset":38568748,"symbol":"core::core_arch::aarch64::neon::vld1_u8::h88b14450f35acacc","symbolLocation":32,"imageIndex":0},{"imageOffset":38388496,"symbol":"hashbrown::raw::RawTable$LT$T$C$A$GT$::find::he4f1b4aab0757cc2","symbolLocation":200,"imageIndex":0},{"imageOffset":38592132,"symbol":"hashbrown::map::HashMap$LT$K$C$V$C$S$C$A$GT$::get_inner::he92da872414a77c0","symbolLocation":140,"imageIndex":0},{"imageOffset":38728088,"symbol":"std::collections::hash::map::HashMap$LT$K$C$V$C$S$GT$::get::h086dd7efc9716714","symbolLocation":40,"imageIndex":0},{"imageOffset":38431548,"symbol":"wry::wkwebview::class::wry_web_view::WryWebView::get_custom_task_uuid::h366e934aca1d5534","symbolLocation":52,"imageIndex":0},{"imageOffset":38460652,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::check_task_is_valid::hb4c0b463e29218dd","symbolLocation":40,"imageIndex":0},{"imageOffset":38461180,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::response::hb1615792288611ec","symbolLocation":180,"imageIndex":0},{"imageOffset":38460096,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::h41c9ded5049520f8","symbolLocation":208,"imageIndex":0},{"imageOffset":38728988,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::ha76c264bc07422d0","symbolLocation":56,"imageIndex":0},{"imageOffset":18955592,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hb7bfc55141acac3b","symbolLocation":100,"imageIndex":0},{"imageOffset":19461944,"symbol":"wry::RequestAsyncResponder::respond::h07a24556df0aea98","symbolLocation":356,"imageIndex":0},{"imageOffset":3900652,"symbol":"tauri_runtime_wry::create_webview::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hbb52526aa9a9c78e","symbolLocation":32,"imageIndex":0},{"imageOffset":6029104,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6747b81f4f0cd60d","symbolLocation":64,"imageIndex":0},{"imageOffset":37472812,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hcf139cb3e0a4ab66","symbolLocation":100,"imageIndex":0},{"imageOffset":37135748,"symbol":"tauri::app::UriSchemeResponder::respond::h156049490f8cfa6c","symbolLocation":356,"imageIndex":0},{"imageOffset":12114108,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::haa45f8a9cb4de2b8","symbolLocation":460,"imageIndex":0},{"imageOffset":12126288,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::he1a47e190a109a0f","symbolLocation":12088,"imageIndex":0},{"imageOffset":6026724,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h3aa0103a2e862a40","symbolLocation":156,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":12860176,"symbol":"tauri::webview::Webview$LT$R$GT$::on_message::_$u7b$$u7b$closure$u7d$$u7d$::h581c9bfd93e33721","symbolLocation":180,"imageIndex":0},{"imageOffset":6035752,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc35853713f308815","symbolLocation":164,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":3955964,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::return_result::h6894546c554880f0","symbolLocation":664,"imageIndex":0},{"imageOffset":4098428,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::respond_async_serialized::_$u7b$$u7b$closure$u7d$$u7d$::hcd12f1c2fedee063","symbolLocation":800,"imageIndex":0},{"imageOffset":137288,"symbol":"_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hbab3ad306a25aea3","symbolLocation":56,"imageIndex":0},{"imageOffset":11207628,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::ha41e01ce8a374fb8","symbolLocation":108,"imageIndex":0},{"imageOffset":11051688,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9368edb00e7a0f9f","symbolLocation":72,"imageIndex":0},{"imageOffset":8039808,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h3722e861453e6225","symbolLocation":64,"imageIndex":0},{"imageOffset":18421960,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h25b12419bedbd7ac","symbolLocation":44,"imageIndex":0},{"imageOffset":15540944,"symbol":"std::panicking::try::do_call::h4c6910e6d4ba8d60","symbolLocation":80,"imageIndex":0},{"imageOffset":2570892,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":2051612,"symbol":"std::panic::catch_unwind::h1bf611b0ca9a9d86","symbolLocation":96,"imageIndex":0},{"imageOffset":7761888,"symbol":"tokio::runtime::task::harness::poll_future::h2f358633f8dbe430","symbolLocation":96,"imageIndex":0},{"imageOffset":8348884,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hbe03bb0a099f3931","symbolLocation":160,"imageIndex":0},{"imageOffset":8767408,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h266367575474e886","symbolLocation":28,"imageIndex":0},{"imageOffset":14096400,"symbol":"tokio::runtime::task::raw::poll::h80b4b2b99065ceb9","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49902952,"symbol":"tokio::runtime::task::LocalNotified$LT$S$GT$::run::ha36ff5688d534f0a","symbolLocation":44,"imageIndex":0},{"imageOffset":49506220,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::he2de76761f8837e2","symbolLocation":52,"imageIndex":0},{"imageOffset":49505936,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hca20a21290d054a4","symbolLocation":724,"imageIndex":0},{"imageOffset":49504228,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":552,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466890,"name":"tokio-runtime-worker","threadState":{"x":[{"value":1},{"value":6188594432},{"value":1},{"value":8},{"value":8},{"value":32},{"value":105553122133760},{"value":6188598992},{"value":6188595016},{"value":6},{"value":8},{"value":16},{"value":13},{"value":5133914288},{"value":72057602656983353,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$_NSURL"},{"value":8619055416,"symbolLocation":0,"symbol":"OBJC_CLASS_$_NSURL"},{"value":6933839280,"symbolLocation":0,"symbol":"_platform_memmove"},{"value":144115196694935121,"symbolLocation":144115188075855873,"symbol":"OBJC_CLASS_$___NSConcreteUUID"},{"value":0},{"value":105553162911776},{"value":4440686592},{"value":105553178526080},{"value":4374906544,"symbolLocation":9320,"symbol":"tracing_core::dispatcher::NONE::h24e259b9361d3ae3"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4347120096},"cpsr":{"value":536875008},"fp":{"value":6188594496},"sp":{"value":6188594416},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4347120108},"far":{"value":6}},"frames":[{"imageOffset":47417836,"symbol":"core::ptr::read_unaligned::h18366a250ce4c528","symbolLocation":104,"imageIndex":0},{"imageOffset":38568748,"symbol":"core::core_arch::aarch64::neon::vld1_u8::h88b14450f35acacc","symbolLocation":32,"imageIndex":0},{"imageOffset":38388496,"symbol":"hashbrown::raw::RawTable$LT$T$C$A$GT$::find::he4f1b4aab0757cc2","symbolLocation":200,"imageIndex":0},{"imageOffset":38592132,"symbol":"hashbrown::map::HashMap$LT$K$C$V$C$S$C$A$GT$::get_inner::he92da872414a77c0","symbolLocation":140,"imageIndex":0},{"imageOffset":38728088,"symbol":"std::collections::hash::map::HashMap$LT$K$C$V$C$S$GT$::get::h086dd7efc9716714","symbolLocation":40,"imageIndex":0},{"imageOffset":38431548,"symbol":"wry::wkwebview::class::wry_web_view::WryWebView::get_custom_task_uuid::h366e934aca1d5534","symbolLocation":52,"imageIndex":0},{"imageOffset":38460652,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::check_task_is_valid::hb4c0b463e29218dd","symbolLocation":40,"imageIndex":0},{"imageOffset":38461180,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::response::hb1615792288611ec","symbolLocation":180,"imageIndex":0},{"imageOffset":38460096,"symbol":"wry::wkwebview::class::url_scheme_handler::start_task::_$u7b$$u7b$closure$u7d$$u7d$::h41c9ded5049520f8","symbolLocation":208,"imageIndex":0},{"imageOffset":38728988,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::ha76c264bc07422d0","symbolLocation":56,"imageIndex":0},{"imageOffset":18955592,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hb7bfc55141acac3b","symbolLocation":100,"imageIndex":0},{"imageOffset":19461944,"symbol":"wry::RequestAsyncResponder::respond::h07a24556df0aea98","symbolLocation":356,"imageIndex":0},{"imageOffset":3900652,"symbol":"tauri_runtime_wry::create_webview::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hbb52526aa9a9c78e","symbolLocation":32,"imageIndex":0},{"imageOffset":6029104,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6747b81f4f0cd60d","symbolLocation":64,"imageIndex":0},{"imageOffset":37472812,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hcf139cb3e0a4ab66","symbolLocation":100,"imageIndex":0},{"imageOffset":37135748,"symbol":"tauri::app::UriSchemeResponder::respond::h156049490f8cfa6c","symbolLocation":356,"imageIndex":0},{"imageOffset":12114108,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::haa45f8a9cb4de2b8","symbolLocation":460,"imageIndex":0},{"imageOffset":12126288,"symbol":"tauri::ipc::protocol::get::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::he1a47e190a109a0f","symbolLocation":12088,"imageIndex":0},{"imageOffset":6026724,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h3aa0103a2e862a40","symbolLocation":156,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":12860176,"symbol":"tauri::webview::Webview$LT$R$GT$::on_message::_$u7b$$u7b$closure$u7d$$u7d$::h581c9bfd93e33721","symbolLocation":180,"imageIndex":0},{"imageOffset":6035752,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc35853713f308815","symbolLocation":164,"imageIndex":0},{"imageOffset":18951904,"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h005b787b4bbab7b9","symbolLocation":196,"imageIndex":0},{"imageOffset":3955964,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::return_result::h6894546c554880f0","symbolLocation":664,"imageIndex":0},{"imageOffset":4098428,"symbol":"tauri::ipc::InvokeResolver$LT$R$GT$::respond_async_serialized::_$u7b$$u7b$closure$u7d$$u7d$::hcd12f1c2fedee063","symbolLocation":800,"imageIndex":0},{"imageOffset":137288,"symbol":"_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hbab3ad306a25aea3","symbolLocation":56,"imageIndex":0},{"imageOffset":11207628,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::ha41e01ce8a374fb8","symbolLocation":108,"imageIndex":0},{"imageOffset":11051688,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h9368edb00e7a0f9f","symbolLocation":72,"imageIndex":0},{"imageOffset":8039808,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h3722e861453e6225","symbolLocation":64,"imageIndex":0},{"imageOffset":18421960,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h25b12419bedbd7ac","symbolLocation":44,"imageIndex":0},{"imageOffset":15540944,"symbol":"std::panicking::try::do_call::h4c6910e6d4ba8d60","symbolLocation":80,"imageIndex":0},{"imageOffset":2570892,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":2051612,"symbol":"std::panic::catch_unwind::h1bf611b0ca9a9d86","symbolLocation":96,"imageIndex":0},{"imageOffset":7761888,"symbol":"tokio::runtime::task::harness::poll_future::h2f358633f8dbe430","symbolLocation":96,"imageIndex":0},{"imageOffset":8348884,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hbe03bb0a099f3931","symbolLocation":160,"imageIndex":0},{"imageOffset":8767408,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h266367575474e886","symbolLocation":28,"imageIndex":0},{"imageOffset":14096400,"symbol":"tokio::runtime::task::raw::poll::h80b4b2b99065ceb9","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49902952,"symbol":"tokio::runtime::task::LocalNotified$LT$S$GT$::run::ha36ff5688d534f0a","symbolLocation":44,"imageIndex":0},{"imageOffset":49506220,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::he2de76761f8837e2","symbolLocation":52,"imageIndex":0},{"imageOffset":49505936,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::hca20a21290d054a4","symbolLocation":724,"imageIndex":0},{"imageOffset":49504228,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":552,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466891,"name":"tokio-runtime-worker","threadState":{"x":[{"value":260},{"value":0},{"value":3328},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6190763800},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5125476136},{"value":5125476200},{"value":6190772448},{"value":0},{"value":0},{"value":3328},{"value":3329},{"value":3584},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6190763920},"sp":{"value":6190763776},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466893,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6191345664},{"value":11267},{"value":6190809088},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6191345664},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20466894,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6191919104},{"value":12291},{"value":6191382528},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6191919104},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20466909,"frames":[{"imageOffset":28412,"symbol":"kevent","symbolLocation":8,"imageIndex":5},{"imageOffset":50007440,"symbol":"mio::sys::unix::selector::Selector::select::he87f271cb8f26e9a","symbolLocation":212,"imageIndex":0},{"imageOffset":49982020,"symbol":"mio::poll::Poll::poll::hdde8e2af9f32e67e","symbolLocation":80,"imageIndex":0},{"imageOffset":49823916,"symbol":"tokio::runtime::io::driver::Driver::turn::h0df4158f7b43e24b","symbolLocation":200,"imageIndex":0},{"imageOffset":49823260,"symbol":"tokio::runtime::io::driver::Driver::park_timeout::h30282031437b871d","symbolLocation":108,"imageIndex":0},{"imageOffset":49773120,"symbol":"tokio::runtime::signal::Driver::park_timeout::h44a83ecac7c8ce3c","symbolLocation":44,"imageIndex":0},{"imageOffset":49592000,"symbol":"tokio::runtime::process::Driver::park_timeout::h651483e4dc2c4d76","symbolLocation":40,"imageIndex":0},{"imageOffset":49496984,"symbol":"tokio::runtime::driver::IoStack::park_timeout::he08006c8e0542323","symbolLocation":104,"imageIndex":0},{"imageOffset":49594520,"symbol":"tokio::runtime::time::Driver::park_thread_timeout::hb3f5e79e2fe20388","symbolLocation":40,"imageIndex":0},{"imageOffset":49593976,"symbol":"tokio::runtime::time::Driver::park_internal::h137f8e1c20c14d15","symbolLocation":772,"imageIndex":0},{"imageOffset":49592976,"symbol":"tokio::runtime::time::Driver::park::h7c77c2bfaf27ba8f","symbolLocation":52,"imageIndex":0},{"imageOffset":49498136,"symbol":"tokio::runtime::driver::TimeDriver::park::h70e6a60c8850558a","symbolLocation":68,"imageIndex":0},{"imageOffset":49493612,"symbol":"tokio::runtime::driver::Driver::park::he93aefacab7c7416","symbolLocation":32,"imageIndex":0},{"imageOffset":49583144,"symbol":"tokio::runtime::scheduler::current_thread::Context::park::_$u7b$$u7b$closure$u7d$$u7d$::h5281da9976ea7d1f","symbolLocation":36,"imageIndex":0},{"imageOffset":49585304,"symbol":"tokio::runtime::scheduler::current_thread::Context::enter::h34fa95614a36ebe5","symbolLocation":312,"imageIndex":0},{"imageOffset":49582500,"symbol":"tokio::runtime::scheduler::current_thread::Context::park::hef0e6866aeab504b","symbolLocation":460,"imageIndex":0},{"imageOffset":13817100,"symbol":"tokio::runtime::scheduler::current_thread::CoreGuard::block_on::_$u7b$$u7b$closure$u7d$$u7d$::hf6cac3963f7f82b2","symbolLocation":1292,"imageIndex":0},{"imageOffset":13790224,"symbol":"tokio::runtime::scheduler::current_thread::CoreGuard::enter::_$u7b$$u7b$closure$u7d$$u7d$::hba20db5e6eb82665","symbolLocation":28,"imageIndex":0},{"imageOffset":3777400,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h2d99d856454f2050","symbolLocation":160,"imageIndex":0},{"imageOffset":15256956,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h8b4b7d3d5bcd7255","symbolLocation":52,"imageIndex":0},{"imageOffset":14746232,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::hcd2c67007dc0532a","symbolLocation":212,"imageIndex":0},{"imageOffset":14614872,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::h05055cd371c4eb92","symbolLocation":24,"imageIndex":0},{"imageOffset":15255260,"symbol":"tokio::runtime::context::set_scheduler::h0760ec7b53293874","symbolLocation":60,"imageIndex":0},{"imageOffset":13787016,"symbol":"tokio::runtime::scheduler::current_thread::CoreGuard::enter::hc723fbd103f67a32","symbolLocation":352,"imageIndex":0},{"imageOffset":13790676,"symbol":"tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h4affed689eceafb3","symbolLocation":28,"imageIndex":0},{"imageOffset":13547456,"symbol":"tokio::runtime::scheduler::current_thread::CurrentThread::block_on::_$u7b$$u7b$closure$u7d$$u7d$::hcf1be1302fe27075","symbolLocation":364,"imageIndex":0},{"imageOffset":12888820,"symbol":"tokio::runtime::context::runtime::enter_runtime::hbde60d6e1fcec44c","symbolLocation":220,"imageIndex":0},{"imageOffset":13537460,"symbol":"tokio::runtime::scheduler::current_thread::CurrentThread::block_on::he646629bac9b724e","symbolLocation":140,"imageIndex":0},{"imageOffset":17851800,"symbol":"tokio::runtime::runtime::Runtime::block_on_inner::hfdf3ee7750653537","symbolLocation":136,"imageIndex":0},{"imageOffset":17855092,"symbol":"tokio::runtime::runtime::Runtime::block_on::h9f49c935a24704f8","symbolLocation":556,"imageIndex":0},{"imageOffset":15435716,"symbol":"tauri_plugin_devtools::init_plugin::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h5e5d901ed1df4037","symbolLocation":740,"imageIndex":0},{"imageOffset":11989940,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h1095ebbf4f077847","symbolLocation":16,"imageIndex":0},{"imageOffset":14407816,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hed3b6e7d8f5b4252","symbolLocation":56,"imageIndex":0},{"imageOffset":18439372,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3eeddc7cb79c995c","symbolLocation":56,"imageIndex":0},{"imageOffset":15566340,"symbol":"std::panicking::try::do_call::h62a2e8f0996f314a","symbolLocation":88,"imageIndex":0},{"imageOffset":14408512,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":14395844,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h0f6ee79f42004782","symbolLocation":548,"imageIndex":0},{"imageOffset":6032072,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h96cb5d4be8b3e1a1","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":5100861952},{"value":1024},{"value":6194022240},{"value":0},{"value":16383},{"value":1024},{"value":1},{"value":5100861952},{"value":5108711456},{"value":0},{"value":1000},{"value":18446744073708298025},{"value":3024113720},{"value":363},{"value":8755102768},{"value":0},{"value":105553162867488},{"value":4495998976},{"value":5125744128},{"value":4373010192,"symbolLocation":76912,"symbol":"app_lib::run::_$u7b$$u7b$closure$u7d$$u7d$::__CALLSITE::META::h484037808ed4b16d"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4349709712},"cpsr":{"value":2684358656},"fp":{"value":6194022352},"sp":{"value":6194022176},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933380860},"far":{"value":0}}},{"id":20466978,"name":"JavaScriptCore libpas scavenger","threadState":{"x":[{"value":260},{"value":0},{"value":133888},{"value":0},{"value":0},{"value":160},{"value":0},{"value":4999072},{"value":6194638488},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5771421760},{"value":5771421824},{"value":6194639072},{"value":4999072},{"value":0},{"value":133888},{"value":134401},{"value":134656},{"value":6194639072},{"value":8590573568,"symbolLocation":2456,"symbol":"_MergedGlobals"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6194638608},"sp":{"value":6194638464},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":22646036,"symbol":"scavenger_thread_main","symbolLocation":1316,"imageIndex":14},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20466989,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6195212288},{"value":36099},{"value":6194675712},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6195212288},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467031,"name":"com.apple.coreanimation.render-server","threadState":{"x":[{"value":268451845},{"value":21525170190},{"value":8589934592},{"value":0},{"value":0},{"value":259497629057024},{"value":2},{"value":0},{"value":18446744073709550527},{"value":2},{"value":0},{"value":0},{"value":0},{"value":60419},{"value":2095104},{"value":2043},{"value":18446744073709551569},{"value":2},{"value":0},{"value":0},{"value":2},{"value":259497629057024},{"value":0},{"value":0},{"value":6196292200},{"value":8589934592},{"value":21525170190},{"value":21525170190},{"value":4345301006,"symbolLocation":30,"symbol":"core::ptr::drop_in_place$LT$alloc..vec..Vec$LT$u8$GT$$GT$::hc0676383fd1f8b97"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933431760},"cpsr":{"value":4096},"fp":{"value":6196292048},"sp":{"value":6196291968},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933356084},"far":{"value":0}},"frames":[{"imageOffset":3636,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":5},{"imageOffset":79312,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":5},{"imageOffset":39384,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":5},{"imageOffset":4476,"symbol":"mach_msg","symbolLocation":24,"imageIndex":5},{"imageOffset":298500,"symbol":"CA::Render::Server::server_thread(void*)","symbolLocation":756,"imageIndex":15},{"imageOffset":297728,"symbol":"thread_fun(void*)","symbolLocation":32,"imageIndex":15},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467033,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6196883456},{"value":46343},{"value":6196346880},{"value":6196882304},{"value":5193734},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6196882288},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467034,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6197456896},{"value":59651},{"value":6196920320},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6197456896},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467035,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6198030336},{"value":47363},{"value":6197493760},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6198030336},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467036,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6198603776},{"value":48387},{"value":6198067200},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6198603776},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467039,"name":"WebCore: Scrolling","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":251801047662592},{"value":0},{"value":251801047662592},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":2},{"value":0},{"value":0},{"value":0},{"value":58627},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8755084160},{"value":0},{"value":4294967295},{"value":2},{"value":251801047662592},{"value":0},{"value":251801047662592},{"value":6199173080},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933431760},"cpsr":{"value":4096},"fp":{"value":6199172928},"sp":{"value":6199172848},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933356084},"far":{"value":0}},"frames":[{"imageOffset":3636,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":5},{"imageOffset":79312,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":5},{"imageOffset":39384,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":5},{"imageOffset":4476,"symbol":"mach_msg","symbolLocation":24,"imageIndex":5},{"imageOffset":517564,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":6},{"imageOffset":511596,"symbol":"__CFRunLoopRun","symbolLocation":1212,"imageIndex":6},{"imageOffset":508724,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":1014288,"symbol":"CFRunLoopRun","symbolLocation":64,"imageIndex":6},{"imageOffset":1689008,"symbol":"WTF::Detail::CallableWrapper<WTF::RunLoop::create(WTF::ASCIILiteral, WTF::ThreadType, WTF::Thread::QOS)::$_0, void>::call()","symbolLocation":52,"imageIndex":14},{"imageOffset":1830784,"symbol":"WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)","symbolLocation":244,"imageIndex":14},{"imageOffset":24804,"symbol":"WTF::wtfThreadEntryPoint(void*)","symbolLocation":16,"imageIndex":14},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467437,"name":"tokio-0","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":5101065728},{"value":1024},{"value":6202462320},{"value":4349388544,"symbolLocation":24,"symbol":"tokio::runtime::time::entry::TimerShared::addr_of_pointers::h2da8c8584ea7ba68"},{"value":0},{"value":1024},{"value":1},{"value":5101065728},{"value":5108784272},{"value":0},{"value":1000},{"value":18446744073708298025},{"value":3298534884352},{"value":363},{"value":8755102768},{"value":0},{"value":105553162808480},{"value":4805640192},{"value":105553178360448},{"value":4374906544,"symbolLocation":9320,"symbol":"tracing_core::dispatcher::NONE::h24e259b9361d3ae3"},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4349709712},"cpsr":{"value":2684358656},"fp":{"value":6202462432},"sp":{"value":6202462256},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933380860},"far":{"value":0}},"frames":[{"imageOffset":28412,"symbol":"kevent","symbolLocation":8,"imageIndex":5},{"imageOffset":50007440,"symbol":"mio::sys::unix::selector::Selector::select::he87f271cb8f26e9a","symbolLocation":212,"imageIndex":0},{"imageOffset":49982020,"symbol":"mio::poll::Poll::poll::hdde8e2af9f32e67e","symbolLocation":80,"imageIndex":0},{"imageOffset":49823916,"symbol":"tokio::runtime::io::driver::Driver::turn::h0df4158f7b43e24b","symbolLocation":200,"imageIndex":0},{"imageOffset":49823260,"symbol":"tokio::runtime::io::driver::Driver::park_timeout::h30282031437b871d","symbolLocation":108,"imageIndex":0},{"imageOffset":49773120,"symbol":"tokio::runtime::signal::Driver::park_timeout::h44a83ecac7c8ce3c","symbolLocation":44,"imageIndex":0},{"imageOffset":49592000,"symbol":"tokio::runtime::process::Driver::park_timeout::h651483e4dc2c4d76","symbolLocation":40,"imageIndex":0},{"imageOffset":49496984,"symbol":"tokio::runtime::driver::IoStack::park_timeout::he08006c8e0542323","symbolLocation":104,"imageIndex":0},{"imageOffset":49594520,"symbol":"tokio::runtime::time::Driver::park_thread_timeout::hb3f5e79e2fe20388","symbolLocation":40,"imageIndex":0},{"imageOffset":49593976,"symbol":"tokio::runtime::time::Driver::park_internal::h137f8e1c20c14d15","symbolLocation":772,"imageIndex":0},{"imageOffset":49592976,"symbol":"tokio::runtime::time::Driver::park::h7c77c2bfaf27ba8f","symbolLocation":52,"imageIndex":0},{"imageOffset":49498136,"symbol":"tokio::runtime::driver::TimeDriver::park::h70e6a60c8850558a","symbolLocation":68,"imageIndex":0},{"imageOffset":49493612,"symbol":"tokio::runtime::driver::Driver::park::he93aefacab7c7416","symbolLocation":32,"imageIndex":0},{"imageOffset":49460676,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_driver::hae542c13b3a22d56","symbolLocation":116,"imageIndex":0},{"imageOffset":49459460,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":248,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467438,"name":"tokio-1","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6204608280},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5117343016},{"value":5117343080},{"value":6204616928},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6204608400},"sp":{"value":6204608256},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467439,"name":"tokio-2","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6206754584},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5142826280},{"value":5142826344},{"value":6206763232},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6206754704},"sp":{"value":6206754560},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467440,"name":"tokio-3","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6208900888},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5126031656},{"value":5126031720},{"value":6208909536},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6208901008},"sp":{"value":6208900864},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467441,"name":"tokio-4","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6211047192},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5126071592},{"value":5126071656},{"value":6211055840},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6211047312},"sp":{"value":6211047168},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467442,"name":"tokio-5","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6213193496},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5125585192},{"value":5125585256},{"value":6213202144},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6213193616},"sp":{"value":6213193472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467443,"name":"tokio-6","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6215339800},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5142438184},{"value":5142438248},{"value":6215348448},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6215339920},"sp":{"value":6215339776},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467444,"name":"tokio-7","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6217486104},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5134335784},{"value":5134335848},{"value":6217494752},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6217486224},"sp":{"value":6217486080},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467445,"name":"tokio-8","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6219632408},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5134243624},{"value":5134243688},{"value":6219641056},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6219632528},"sp":{"value":6219632384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467446,"name":"tokio-9","threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6221778712},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5134245672},{"value":5134245736},{"value":6221787360},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6221778832},"sp":{"value":6221778688},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467447,"name":"tokio-10","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6223925016},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5134247720},{"value":5134247784},{"value":6223933664},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6223925136},"sp":{"value":6223924992},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49459880,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::hc512bb7a9e987e71","symbolLocation":268,"imageIndex":0},{"imageOffset":49459412,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::h4788e86e468b68d2","symbolLocation":200,"imageIndex":0},{"imageOffset":49458592,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::hb62ff84ab05aa035","symbolLocation":40,"imageIndex":0},{"imageOffset":49509868,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::h62e9498437218dcf","symbolLocation":624,"imageIndex":0},{"imageOffset":49508956,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::he0e846a04ab1132c","symbolLocation":648,"imageIndex":0},{"imageOffset":49504900,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::h04f087eeaf17aa3f","symbolLocation":1224,"imageIndex":0},{"imageOffset":49503488,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h030ace9a7c820784","symbolLocation":104,"imageIndex":0},{"imageOffset":49771460,"symbol":"tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h32f2d74d38d915a1","symbolLocation":148,"imageIndex":0},{"imageOffset":49820888,"symbol":"tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::hd19814f741f0b8d1","symbolLocation":40,"imageIndex":0},{"imageOffset":49599116,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::h26dd3c981af52386","symbolLocation":200,"imageIndex":0},{"imageOffset":49598228,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hee95b61b1b15d414","symbolLocation":24,"imageIndex":0},{"imageOffset":49820772,"symbol":"tokio::runtime::context::set_scheduler::he8f8f37b8cb350f2","symbolLocation":68,"imageIndex":0},{"imageOffset":49503268,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::he8e424659e518839","symbolLocation":264,"imageIndex":0},{"imageOffset":49576748,"symbol":"tokio::runtime::context::runtime::enter_runtime::ha39fb9a3dbbf7d85","symbolLocation":208,"imageIndex":0},{"imageOffset":49502836,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h49b4f374bce80cff","symbolLocation":564,"imageIndex":0},{"imageOffset":49502260,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hb2087102add570d5","symbolLocation":24,"imageIndex":0},{"imageOffset":49463780,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hd99144a9164577c5","symbolLocation":136,"imageIndex":0},{"imageOffset":49410676,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h17abacf34ac2da5a","symbolLocation":108,"imageIndex":0},{"imageOffset":49408896,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h44adaec4a905c289","symbolLocation":72,"imageIndex":0},{"imageOffset":49362020,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hffd7f189487831fd","symbolLocation":64,"imageIndex":0},{"imageOffset":49759844,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2fd6f82593a11fa8","symbolLocation":44,"imageIndex":0},{"imageOffset":49530912,"symbol":"std::panicking::try::do_call::h551bfff321189305","symbolLocation":80,"imageIndex":0},{"imageOffset":49840240,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49835708,"symbol":"std::panic::catch_unwind::hf11e73ae85fad1b9","symbolLocation":96,"imageIndex":0},{"imageOffset":49356376,"symbol":"tokio::runtime::task::harness::poll_future::h338b00bd6f574e59","symbolLocation":96,"imageIndex":0},{"imageOffset":49341440,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h7485cd273cb6d3f0","symbolLocation":160,"imageIndex":0},{"imageOffset":49339132,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h76ce665fe75c2edf","symbolLocation":28,"imageIndex":0},{"imageOffset":49777784,"symbol":"tokio::runtime::task::raw::poll::h7539e87b63cf8346","symbolLocation":36,"imageIndex":0},{"imageOffset":49776800,"symbol":"tokio::runtime::task::raw::RawTask::poll::hb42841e6aaadece3","symbolLocation":52,"imageIndex":0},{"imageOffset":49903148,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hc0655333c5caa0f5","symbolLocation":64,"imageIndex":0},{"imageOffset":49780944,"symbol":"tokio::runtime::blocking::pool::Task::run::hb34e281e896a5952","symbolLocation":28,"imageIndex":0},{"imageOffset":49795416,"symbol":"tokio::runtime::blocking::pool::Inner::run::h818492a0820eb044","symbolLocation":516,"imageIndex":0},{"imageOffset":49794752,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h881d0f36a4bc0511","symbolLocation":144,"imageIndex":0},{"imageOffset":49528996,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h251657cbb6ce2280","symbolLocation":16,"imageIndex":0},{"imageOffset":49626760,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h575e3ecd745bbee5","symbolLocation":40,"imageIndex":0},{"imageOffset":49759932,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h3775a08d08cd5292","symbolLocation":40,"imageIndex":0},{"imageOffset":49532012,"symbol":"std::panicking::try::do_call::h7f1b4798af5b2c41","symbolLocation":72,"imageIndex":0},{"imageOffset":49650616,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":49626356,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h83f0924b7a073b82","symbolLocation":436,"imageIndex":0},{"imageOffset":49689624,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hf6a4e16a4fb527f0","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467448,"name":"async_schedule_tokio","threadState":{"x":[{"value":260},{"value":0},{"value":1024},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6226056664},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5117332264},{"value":5117332328},{"value":6226079968},{"value":0},{"value":0},{"value":1024},{"value":1025},{"value":1280},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6226056784},"sp":{"value":6226056640},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49452564,"symbol":"tokio::runtime::park::Inner::park::hb3c7807fc3e82ba5","symbolLocation":344,"imageIndex":0},{"imageOffset":49454832,"symbol":"tokio::runtime::park::CachedParkThread::park::_$u7b$$u7b$closure$u7d$$u7d$::he9ebfaaa99b58017","symbolLocation":28,"imageIndex":0},{"imageOffset":49455196,"symbol":"tokio::runtime::park::CachedParkThread::with_current::_$u7b$$u7b$closure$u7d$$u7d$::h35eb2ca5d19d1de3","symbolLocation":24,"imageIndex":0},{"imageOffset":49603436,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::hd9d76554d9ad2d7b","symbolLocation":164,"imageIndex":0},{"imageOffset":49455160,"symbol":"tokio::runtime::park::CachedParkThread::with_current::he456cfbd76b66116","symbolLocation":28,"imageIndex":0},{"imageOffset":49454708,"symbol":"tokio::runtime::park::CachedParkThread::park::h5b8fd42b9678a09f","symbolLocation":24,"imageIndex":0},{"imageOffset":30243720,"symbol":"tokio::runtime::park::CachedParkThread::block_on::h6bfe32309884c740","symbolLocation":796,"imageIndex":0},{"imageOffset":30221300,"symbol":"tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h85ca9ee7a39c9c14","symbolLocation":128,"imageIndex":0},{"imageOffset":30249036,"symbol":"tokio::runtime::scheduler::multi_thread::MultiThread::block_on::_$u7b$$u7b$closure$u7d$$u7d$::h054d57691c1deb1b","symbolLocation":72,"imageIndex":0},{"imageOffset":30324548,"symbol":"tokio::runtime::context::runtime::enter_runtime::hf60fab0c615846ec","symbolLocation":240,"imageIndex":0},{"imageOffset":30248948,"symbol":"tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h8a30b33d75d6560b","symbolLocation":88,"imageIndex":0},{"imageOffset":30222288,"symbol":"tokio::runtime::runtime::Runtime::block_on_inner::hafd1b3f0d9624395","symbolLocation":272,"imageIndex":0},{"imageOffset":30223360,"symbol":"tokio::runtime::runtime::Runtime::block_on::h7c9756d6285f897e","symbolLocation":340,"imageIndex":0},{"imageOffset":30710236,"symbol":"delay_timer::entity::DelayTimerBuilder::run_async_schedule_by_tokio::_$u7b$$u7b$closure$u7d$$u7d$::h20effa9586bd0837","symbolLocation":156,"imageIndex":0},{"imageOffset":30474752,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h2e9ad1f870a70d16","symbolLocation":16,"imageIndex":0},{"imageOffset":30186876,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2d33d2522355dea9","symbolLocation":44,"imageIndex":0},{"imageOffset":30675300,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h4c3aaf1d8acd61c2","symbolLocation":44,"imageIndex":0},{"imageOffset":30556528,"symbol":"std::panicking::try::do_call::h9b993c463bff1089","symbolLocation":76,"imageIndex":0},{"imageOffset":30194960,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":30185392,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h4bc7bd244548149d","symbolLocation":468,"imageIndex":0},{"imageOffset":30282772,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hc5e68923d9dba70f","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467449,"name":"event_handle_tokio","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6228213336},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5142440232},{"value":5142440296},{"value":6228226272},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933624980},"cpsr":{"value":1610616832},"fp":{"value":6228213456},"sp":{"value":6228213312},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30868,"symbol":"_pthread_cond_wait","symbolLocation":1204,"imageIndex":11},{"imageOffset":50012524,"symbol":"_$LT$parking_lot_core..thread_parker..imp..ThreadParker$u20$as$u20$parking_lot_core..thread_parker..ThreadParkerT$GT$::park::he9e52c688c514ce4","symbolLocation":232,"imageIndex":0},{"imageOffset":50049104,"symbol":"parking_lot_core::parking_lot::park::_$u7b$$u7b$closure$u7d$$u7d$::hc47cc4054c3921eb","symbolLocation":648,"imageIndex":0},{"imageOffset":50043356,"symbol":"parking_lot_core::parking_lot::park::h87ebffe9c7f8a625","symbolLocation":248,"imageIndex":0},{"imageOffset":50057536,"symbol":"parking_lot::condvar::Condvar::wait_until_internal::h86ecfb098586175c","symbolLocation":124,"imageIndex":0},{"imageOffset":49424196,"symbol":"parking_lot::condvar::Condvar::wait::h9aa3c2fcc79b3691","symbolLocation":76,"imageIndex":0},{"imageOffset":49670340,"symbol":"tokio::loom::std::parking_lot::Condvar::wait::h81c480b0d30c72d2","symbolLocation":36,"imageIndex":0},{"imageOffset":49452564,"symbol":"tokio::runtime::park::Inner::park::hb3c7807fc3e82ba5","symbolLocation":344,"imageIndex":0},{"imageOffset":49454832,"symbol":"tokio::runtime::park::CachedParkThread::park::_$u7b$$u7b$closure$u7d$$u7d$::he9ebfaaa99b58017","symbolLocation":28,"imageIndex":0},{"imageOffset":49455196,"symbol":"tokio::runtime::park::CachedParkThread::with_current::_$u7b$$u7b$closure$u7d$$u7d$::h35eb2ca5d19d1de3","symbolLocation":24,"imageIndex":0},{"imageOffset":49603436,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::hd9d76554d9ad2d7b","symbolLocation":164,"imageIndex":0},{"imageOffset":49455160,"symbol":"tokio::runtime::park::CachedParkThread::with_current::he456cfbd76b66116","symbolLocation":28,"imageIndex":0},{"imageOffset":49454708,"symbol":"tokio::runtime::park::CachedParkThread::park::h5b8fd42b9678a09f","symbolLocation":24,"imageIndex":0},{"imageOffset":30244596,"symbol":"tokio::runtime::park::CachedParkThread::block_on::h7b5fb9b17f39c264","symbolLocation":792,"imageIndex":0},{"imageOffset":30221116,"symbol":"tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h81bf3aa349072ad0","symbolLocation":124,"imageIndex":0},{"imageOffset":30249232,"symbol":"tokio::runtime::scheduler::multi_thread::MultiThread::block_on::_$u7b$$u7b$closure$u7d$$u7d$::hc431915379dde548","symbolLocation":68,"imageIndex":0},{"imageOffset":30325400,"symbol":"tokio::runtime::context::runtime::enter_runtime::hfdb3af4bf3dd2c06","symbolLocation":236,"imageIndex":0},{"imageOffset":30248772,"symbol":"tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h0e85a55c94e8a741","symbolLocation":84,"imageIndex":0},{"imageOffset":30222920,"symbol":"tokio::runtime::runtime::Runtime::block_on_inner::hf77df1e81cdb85fb","symbolLocation":272,"imageIndex":0},{"imageOffset":30223868,"symbol":"tokio::runtime::runtime::Runtime::block_on::hfebb01c99c1aa55f","symbolLocation":340,"imageIndex":0},{"imageOffset":30711520,"symbol":"delay_timer::entity::DelayTimerBuilder::run_event_handle_by_tokio::_$u7b$$u7b$closure$u7d$$u7d$::heaff2d556639fe40","symbolLocation":96,"imageIndex":0},{"imageOffset":30474724,"symbol":"std::sys::backtrace::__rust_begin_short_backtrace::h04233745b49ef803","symbolLocation":16,"imageIndex":0},{"imageOffset":30186932,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h410c9cd4e615409c","symbolLocation":44,"imageIndex":0},{"imageOffset":30676992,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3cdeb6d9679f2d8","symbolLocation":44,"imageIndex":0},{"imageOffset":30554492,"symbol":"std::panicking::try::do_call::h31ad1c2f92cfb8f5","symbolLocation":76,"imageIndex":0},{"imageOffset":30194960,"symbol":"__rust_try","symbolLocation":32,"imageIndex":0},{"imageOffset":30182508,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h16ec9a947ae65e2f","symbolLocation":472,"imageIndex":0},{"imageOffset":30282976,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hdae043bf45cef226","symbolLocation":24,"imageIndex":0},{"imageOffset":50540428,"symbol":"std::sys::pal::unix::thread::Thread::new::thread_start::h1bd1b9c95010bf71","symbolLocation":52,"imageIndex":0},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467451,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":226512280223744},{"value":0},{"value":226512280223744},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":2},{"value":0},{"value":0},{"value":0},{"value":52739},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8755084160},{"value":0},{"value":4294967295},{"value":2},{"value":226512280223744},{"value":0},{"value":226512280223744},{"value":6199746664},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933431760},"cpsr":{"value":4096},"fp":{"value":6199746512},"sp":{"value":6199746432},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933356084},"far":{"value":0}},"frames":[{"imageOffset":3636,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":5},{"imageOffset":79312,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":5},{"imageOffset":39384,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":5},{"imageOffset":4476,"symbol":"mach_msg","symbolLocation":24,"imageIndex":5},{"imageOffset":517564,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":6},{"imageOffset":511596,"symbol":"__CFRunLoopRun","symbolLocation":1212,"imageIndex":6},{"imageOffset":508724,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":1440708,"symbol":"_NSEventThread","symbolLocation":148,"imageIndex":8},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":20467452,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6229372928},{"value":85003},{"value":6228836352},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6229372928},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467453,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6228799488},{"value":52231},{"value":6228262912},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6228799488},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467454,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6229946368},{"value":84235},{"value":6229409792},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6229946368},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467455,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6230519808},{"value":83975},{"value":6229983232},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6230519808},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467457,"frames":[{"imageOffset":8424,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}],"threadState":{"x":[{"value":6231093248},{"value":0},{"value":6230556672},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6231093248},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6933602536},"far":{"value":0}}},{"id":20467557,"name":"CVDisplayLink","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":65704},{"value":0},{"value":6079542},{"value":114177},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8755101648},{"value":0},{"value":5100947512},{"value":5100947576},{"value":1},{"value":6079542},{"value":0},{"value":0},{"value":114177},{"value":114432},{"value":8586519376,"symbolLocation":0,"symbol":"CVHostTimeBase::sToNanosDenominator"},{"value":8586519408,"symbolLocation":0,"symbol":"kZeroVideoTime"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6933625024},"cpsr":{"value":2684358656},"fp":{"value":6200323504},"sp":{"value":6200323360},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6933370316},"far":{"value":0}},"frames":[{"imageOffset":17868,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":5},{"imageOffset":30912,"symbol":"_pthread_cond_wait","symbolLocation":1248,"imageIndex":11},{"imageOffset":14416,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":316,"imageIndex":16},{"imageOffset":10536,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":504,"imageIndex":16},{"imageOffset":29412,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":11},{"imageOffset":8444,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4299702272,
"size" : 73154560,
"uuid" : "f0368d2c-cfa2-3ae4-b11f-0b8ffbf20f1c",
"path" : "\/Users\/USER\/*\/clash-verge",
"name" : "clash-verge"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4477190144,
"size" : 49152,
"uuid" : "083ec35f-5279-370a-bdb0-ad21cd9895af",
"path" : "\/usr\/lib\/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4533518336,
"CFBundleShortVersionString" : "320.35.5",
"CFBundleIdentifier" : "com.apple.AGXMetalG15X-M1",
"size" : 7733248,
"uuid" : "bde3d5ab-cf19-35af-a822-ee3514db6716",
"path" : "\/System\/Library\/Extensions\/AGXMetalG15X_M1.bundle\/Contents\/MacOS\/AGXMetalG15X_M1",
"name" : "AGXMetalG15X_M1",
"CFBundleVersion" : "320.35.5"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4562665472,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
"size" : 425984,
"uuid" : "14c19e9e-e7ca-3135-bdc0-10a0746490bb",
"path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
"name" : "AppleMetalOpenGLRenderer",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 5033672704,
"CFBundleShortVersionString" : "7.0",
"CFBundleIdentifier" : "com.apple.audio.codecs.Components",
"size" : 9371648,
"uuid" : "d649f893-b66d-3bc1-a0b7-902e97f39d0a",
"path" : "\/System\/Library\/Components\/AudioCodecs.component\/Contents\/MacOS\/AudioCodecs",
"name" : "AudioCodecs",
"CFBundleVersion" : "7.0"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6933352448,
"size" : 241656,
"uuid" : "616eb42e-c350-321e-8002-fb82bd999276",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6934052864,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5206016,
"uuid" : "1ad672c1-da68-3367-b947-93ae47652366",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "3038.1.403"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7122440192,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3178496,
"uuid" : "66acb183-62b9-3856-82a9-07c05dc29bcc",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6996467712,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 20795392,
"uuid" : "eb0e3194-641d-38a6-887c-d03042e0e85c",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2566"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6929915904,
"size" : 534116,
"uuid" : "40bedd20-da23-3b70-a9c2-a1c68a738762",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6933594112,
"size" : 53248,
"uuid" : "d09f4078-adad-3dd0-b17b-ce0142887b28",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6933823488,
"size" : 32740,
"uuid" : "3fac373b-5c41-3c83-8f9f-c9e781e887da",
"path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
"name" : "libsystem_platform.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6931824640,
"size" : 290816,
"uuid" : "465565e8-ef8a-3188-80fa-598063c54161",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7431831552,
"CFBundleShortVersionString" : "20619",
"CFBundleIdentifier" : "com.apple.JavaScriptCore",
"size" : 24616800,
"uuid" : "fce77335-9216-37d5-b852-715ad4236971",
"path" : "\/System\/Library\/Frameworks\/JavaScriptCore.framework\/Versions\/A\/JavaScriptCore",
"name" : "JavaScriptCore",
"CFBundleVersion" : "20619.1.26.31.7"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7079440384,
"CFBundleShortVersionString" : "1.11",
"CFBundleIdentifier" : "com.apple.QuartzCore",
"size" : 3936256,
"uuid" : "723b9f16-0f3b-346a-a72b-51d91522df5d",
"path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
"name" : "QuartzCore",
"CFBundleVersion" : "1149.6.2"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7088029696,
"CFBundleShortVersionString" : "1.8",
"CFBundleIdentifier" : "com.apple.CoreVideo",
"size" : 397312,
"uuid" : "0bc2c95b-9ab4-32bf-ad12-0f9f2582d0d4",
"path" : "\/System\/Library\/Frameworks\/CoreVideo.framework\/Versions\/A\/CoreVideo",
"name" : "CoreVideo",
"CFBundleVersion" : "648.29"
}
],
"sharedCache" : {
"base" : 6929104896,
"size" : 4728750080,
"uuid" : "a02dcfba-3bda-3ca6-8a42-12f00a4d75d3"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%)\nWritable regions: Total=6.2G written=851K(0%) resident=851K(0%) swapped_out=0K(0%) unallocated=6.2G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG image 8416K 10 \nColorSync 656K 31 \nCoreAnimation 160K 8 \nCoreGraphics 64K 4 \nCoreImage 16K 1 \nCoreServices 624K 2 \nCoreUI image data 528K 7 \nFoundation 496K 2 \nImage IO 4112K 2 \nKernel Alloc Once 32K 1 \nMALLOC 1.9G 69 \nMALLOC guard page 288K 18 \nSTACK GUARD 656K 41 \nStack 68.3M 43 \nStack Guard 56.0M 2 \nVM_ALLOCATE 128.9M 37 \nVM_ALLOCATE (reserved) 3.9G 26 reserved VM address space (unallocated)\nWebKit Malloc 224.1M 5 \n__AUTH 4785K 560 \n__AUTH_CONST 61.6M 783 \n__CTF 824 1 \n__DATA 23.0M 765 \n__DATA_CONST 23.6M 792 \n__DATA_DIRTY 2184K 279 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__INFO_FILTER 8 1 \n__LINKEDIT 646.6M 6 \n__OBJC_RW 2353K 1 \n__TEXT 1.0G 810 \n__TPRO_CONST 272K 2 \nmapped file 229.5M 46 \nowned unmapped memory 288K 1 \npage table in kernel 851K 1 \nshared memory 880K 14 \n=========== ======= ======= \nTOTAL 8.2G 4376 \nTOTAL, minus reserved VM space 4.3G 4376 \n",
"legacyInfo" : {
"threadTriggered" : {
"name" : "tokio-runtime-worker"
}
},
"logWritingSignature" : "253016b33e2ac38ea4a3abce8fae428e131f96e0",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "5f72dc58705eff005a46b3a9",
"factorPackIds" : {
},
"deploymentId" : 240000015
},
{
"rolloutId" : "5ffde50ce2aacd000d47a95f",
"factorPackIds" : {
},
"deploymentId" : 240000448
}
],
"experiments" : [
{
"treatmentId" : "45f4e2a5-551b-4bc2-a2dc-19c244dda8f8",
"experimentId" : "6643969b3099cf28e049862f",
"deploymentId" : 400000007
}
]
}
}
```
### Full `tauri info` output
```text
2024-10-28 09:54:09.429 clash-verge[23962:20498846] +[IMKClient subclass]: chose IMKClient_Legacy
2024-10-28 09:54:10.236 clash-verge[23962:20498846] +[IMKInputSession subclass]: chose IMKInputSession_Legacy
closing window...
^C ELIFECYCLE Command failed with exit code 1.
[✔️] Environment
- OS: Mac OS 15.0.1 arm64 (X64)
✔️ Xcode Command Line Tools: installed
✔️ rustc: 1.81.0 (eeb90cda1 2024-09-04)
✔️ cargo: 1.81.0 (2dbb1af80 2024-08-20)
✔️ rustup: 1.27.1 (54dd3d00f 2024-04-24)
✔️ Rust toolchain: stable-aarch64-apple-darwin (environment override by RUSTUP_TOOLCHAIN)
- node: 22.5.1
- pnpm: 9.6.0
- npm: 10.8.2
[-] Packages
- tauri 🦀: 2.0.6
- tauri-build 🦀: 2.0.2
- wry 🦀: 0.46.3
- tao 🦀: 0.30.3
- tauri-cli 🦀: 2.0.0-rc.16
- @tauri-apps/api : 2.0.0-rc.4 (outdated, latest: 2.0.3)
- @tauri-apps/cli : 2.0.0-rc.16 (outdated, latest: 2.0.4)
[-] Plugins
- tauri-plugin-fs 🦀: 2.0.3
- @tauri-apps/plugin-fs : 2.0.0-rc.1 (outdated, latest: 2.0.1)
- tauri-plugin-dialog 🦀: 2.0.3
- @tauri-apps/plugin-dialog : 2.0.0-rc.0 (outdated, latest: 2.0.1)
- tauri-plugin-deep-link 🦀: 2.0.1
- @tauri-apps/plugin-deep-link : not installed!
- tauri-plugin-shell 🦀: 2.0.2
- @tauri-apps/plugin-shell : 2.0.0-rc.0 (outdated, latest: 2.0.1)
- tauri-plugin-updater 🦀: 2.0.2
- @tauri-apps/plugin-updater : 2.0.0-rc.0 (outdated, latest: 2.0.0)
- tauri-plugin-global-shortcut 🦀: 2.0.1
- @tauri-apps/plugin-global-shortcut : 2.0.0-rc.0 (outdated, latest: 2.0.0)
- tauri-plugin-process 🦀: 2.0.1
- @tauri-apps/plugin-process : 2.0.0-rc.0 (outdated, latest: 2.0.0)
- tauri-plugin-notification 🦀: 2.0.1
- @tauri-apps/plugin-notification : 2.0.0-rc.0 (outdated, latest: 2.0.0)
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../dist
- devUrl: http://localhost:3000/
- framework: React
- bundler: Vite
```
### Stack trace
_No response_
### Additional context
_No response_
| type: bug,platform: macOS,status: needs triage | low | Critical |
2,617,097,104 | godot | Possible memory leak and/or data corruption in hash_map.h | ### Tested versions
Since the hash_map improvements (commit 8b7c7f5). Possibly affects every version of modern Godot
### System information
All Versions / all OS's / All Hardware
### Issue description
While reading over the code, I noticed that the ``_resize_and_rehash()`` function in ``hash_map.h`` might have a possible memory leak and data corruption in it. ([Permalink to function](https://github.com/godotengine/godot/blob/61accf060515416da07d913580419fd8c8490f7b/core/templates/hash_map.h#L162))
So, on [Line 182](https://github.com/godotengine/godot/blob/61accf060515416da07d913580419fd8c8490f7b/core/templates/hash_map.h#L182), it checks to see if ``old_capacity`` (which is set on [Line 163](https://github.com/godotengine/godot/blob/61accf060515416da07d913580419fd8c8490f7b/core/templates/hash_map.h#L163)) is equal to ``0``, and if so, returns.
However, on [Line 174](https://github.com/godotengine/godot/blob/61accf060515416da07d913580419fd8c8490f7b/core/templates/hash_map.h#L174) and [Line 175](https://github.com/godotengine/godot/blob/61accf060515416da07d913580419fd8c8490f7b/core/templates/hash_map.h#L175), after making temporary variables for elements and hashes (``old_elements`` and ``old_hashes``), the class variables for elements and hashes are ``reinterpret_cast``ed, and memory is allocated to those variables. So, correct me if I'm wrong, but in doing so, ``old_elements``/``old_hashes`` and ``elements``/``hashes`` are now two _different_ things, with the class variables (``elements``/``hashes``) possibly being overwritten (given by the for loop on [Line 177](https://github.com/godotengine/godot/blob/61accf060515416da07d913580419fd8c8490f7b/core/templates/hash_map.h#L177))
So, if ``old_capacity`` is in fact ``0`` on line 182, the function will return **after destroying the element and hash data**.
**I don't think I have to explain how _bad_ this is if it does trigger**.
Not only that, if it does return there, the memory for ``old_elements``/``old_hashes`` is left hanging, causing a memory leak since it's never freed.
### Steps to reproduce
* Use a HashMap
* resize and rehash the HashMap and be unlucky enough to have ``old_capacity`` be 0
### Minimal reproduction project (MRP)
N/A | topic:core,needs testing | low | Major |
2,617,131,270 | stable-diffusion-webui | Importing from timm.models.layers is deprecated/`resume_download` is deprecated | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before recently
- [ ] The issue has been reported before but has not been fixed yet
### What happened?
Importing from timm.models.layers is deprecated,
`resume_download` is deprecated,
### Steps to reproduce the problem
D:\stable-diffusion-webui\venv\lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
D:\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
### What should have happened?
How should I import (resume_download/timm.models.layers) or ignore the warning?
### What browsers do you use to access the UI ?
Google Chrome
### Sysinfo
"Platform": "Windows-10-10.0.19045-SP0",
"Python": "3.10.11",
"Version": "v1.10.1",
### Console logs
```Shell
(venv) PS D:\stable-diffusion-webui> .\webui-user.bat
venv "D:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.11 | packaged by Anaconda, Inc. | (main, Apr 20 2023, 18:56:50) [MSC v.1916 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Launching Web UI with arguments: --xformers
D:\stable-diffusion-webui\venv\lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
Loading weights [6ce0161689] from D:\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Creating model from config: D:\stable-diffusion-webui\configs\v1-inference.yaml
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
D:\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
warnings.warn(
Startup time: 22.9s (prepare environment: 5.0s, import torch: 7.9s, import gradio: 2.0s, setup paths: 1.9s, initialize shared: 0.9s, other imports: 1.0s, load scripts: 2.4s, create ui: 0.8s, gradio launch: 1.1s).
Applying attention optimization: xformers... done.
Model loaded in 6.7s (load weights from disk: 1.0s, create model: 0.9s, apply weights to model: 3.8s, calculate empty prompt: 0.7s).
```
### Additional information
_No response_ | bug-report | low | Critical |
2,617,149,794 | deno | npm package @myriaddreamin/typst-ts-node-compiler stop working in Deno 2.0 | Version: Deno 2.0.3
NPM package used to work in Deno 1.4.x
npm@myriaddreamin/typst-ts-node-compiler
npm:@resvg/resvg-js (also same problem)
`
error: Uncaught (in promise) Error: Failed to load native binding
Caused by: [
Error: Unsupported OS: undefined, architecture: undefined
at requireNative (file:///Users/enrique/Library/Caches/deno/npm/registry.npmjs.org/@myriaddreamin/typst-ts-node-compiler/0.5.0-rc7/index.js:288:7)
at Object.<anonymous> (file:///Users/enrique/Library/Caches/deno/npm/registry.npmjs.org/@myriaddreamin/typst-ts-node-compiler/0.5.0-rc7/index.js:293:17)
at Object.<anonymous> (file:///Users/enrique/Library/Caches/deno/npm/registry.npmjs.org/@myriaddreamin/typst-ts-node-compiler/0.5.0-rc7/index.js:333:4)
at Module._compile (node:module:748:34)
at Object.Module._extensions..js (node:module:767:10)
at Module.load (node:module:665:32)
at Function.Module._load (node:module:537:12)
at Module.require (node:module:684:19)
at require (node:module:808:16)
at file:///Users/enrique/Library/Caches/deno/npm/registry.npmjs.org/@myriaddreamin/typst-ts-node-compiler/0.5.0-rc7/index.js:3:13
]
`
Contacted the author of both libraries but the response is that a might be an issue to Deno. I think it might be a config issue. Does anyone knows where to define the architecture. It used to work smoothly before migration to Deno 2.
Thanks!!
E
| needs info | low | Critical |
2,617,164,499 | stable-diffusion-webui | [Bug]: when i load 'Stable Diffusion checkpoint' ,then backend server report a error log | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before recently
- [ ] The issue has been reported before but has not been fixed yet
### What happened?
when i load 'Stable Diffusion checkpoint' ,then backend server report a error log
File "/home/haier/stable-diffusion-webui/venv/lib/python3.10/site-packages/transformers/modeling_utils.py", line 397, in load_state_dict
raise OSError(
OSError: You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run `git lfs install` followed by `git lfs pull` in the folder you cloned.
### Steps to reproduce the problem
select the chcekpoint. finally,select failed


### What should have happened?
backend service logs:

### What browsers do you use to access the UI ?
Google Chrome
### Sysinfo
[sysinfo-2024-10-28-02-56.json](https://github.com/user-attachments/files/17536815/sysinfo-2024-10-28-02-56.json)
### Console logs
```Shell
nothing
```
### Additional information
_No response_ | asking-for-help-with-local-system-issues | low | Critical |
2,617,165,037 | vscode | Go to symbol in workspace shortcut in Codespaces (browser) is CTRL-T. | Keyboard shortcut for _Go to symbol in workspace_ is CTRL-T. But in codespaces context (in a browser) this opens a new browser tab. So there probably needs to be an alternative default in this hosting scenario.
Version: 1.94.2
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0
Embedder: codespaces
<!-- generated by web issue reporter --> | help wanted,feature-request,good first issue,quick-open | low | Major |
2,617,167,338 | rust | Stable compilers don't emit ICE files? | I don't know for sure if this a bug or an unexpected intentional decision.
It looks like, based on some experimentation and recent ICE reports on stable such as https://github.com/rust-lang/rust/issues/132240, that the stable compiler does not write and mention ICE files. I don't want that behavior, because some fraction of the time people try to be helpful and abbreviate the compiler's output, and instead omit all the important information. | T-compiler,C-discussion,D-diagnostic-infra | low | Critical |
2,617,205,220 | ant-design | 抽屉内使用list结合react-infinite-scroll-component 6.1.0无法进行滚动加载 | ### Reproduction link
[](https://stackblitz.com/edit/react-4rlipr?file=demo.tsx)
### Steps to reproduce
直接运行即可
### What is expected?
抽屉内滚动list也会自动加载
### What is actually happening?
滚动视乎无法再次触发next方法,不用抽屉是可以的
| Environment | Info |
| --- | --- |
| antd | 5.21.4 |
| React | @umijs/max默认版本 |
| System | mac os sonoma 14.2.1 |
| Browser | 版本 130.0.6723.70(正式版本) (x86_64) |
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | Inactive,🚌 External Dependency | low | Major |
2,617,220,633 | PowerToys | Shortcut is unavailable when focusing any other apps | ### Microsoft PowerToys version
0.85.1
### Installation method
PowerToys auto-update
### Running as admin
Yes
### Area(s) with issue?
General
### Steps to reproduce
1. Enable shortcut in powertoys.
2. shortcut is available when focusing powertoys.
3. shortcut in unavailable when focusing any other apps, such as calculator.
> The issue appears and disappears and does not reproduce consistently
### ✔️ Expected Behavior
shortcut is available in anywhere
### ❌ Actual Behavior
shortcut in unavailable when focusing any other apps, such as calculator
### Other Software
_No response_ | Issue-Bug,Needs-Triage | low | Minor |
2,617,222,962 | flutter | Page with UIKitView has memory leak after popup | ### Steps to reproduce
git clone https://github.com/MQTwist/flutter_uikitview_memory.git
cd flutter_application_1
flutter create .
flutter pub get
open ios/Runner.xcworkspace
### Expected results
On a page with UIKitView, the pop-up system pops up a window, and after the pop-up window is retracted, the memory is released
### Actual results
On a page with UIKitView, the pop-up system pops up a window. After the pop-up window is retracted, the memory is not released. After the page returns, the memory is not released either.
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutter/material.dart';
import 'package:flutter_application_1/popup_page.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
);
}
}
class MyHomePage extends StatefulWidget {
const MyHomePage({super.key, required this.title});
final String title;
@override
State<MyHomePage> createState() => _MyHomePageState();
}
class _MyHomePageState extends State<MyHomePage> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
title: Text(widget.title),
),
body: Center(
child: ElevatedButton(
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) {
return const PopupPage();
},
),
);
},
child: const Text("Push")),
),
);
}
}
import 'package:flutter/material.dart';
class PopupPage extends StatefulWidget {
const PopupPage({super.key});
@override
State<PopupPage> createState() => _PopupPageState();
}
class _PopupPageState extends State<PopupPage> {
@override
void initState() {
super.initState();
print(">>>flutter PopupPage initState");
}
@override
void dispose() {
super.dispose();
print(">>>flutter PopupPage dispose");
}
@override
Widget build(BuildContext context) {
print(">>>flutter PopupPage build");
return Scaffold(
appBar: AppBar(
title: const Text('DialogPage'),
),
body: Column(
children: <Widget>[
const SizedBox(width: double.infinity),
ElevatedButton(
onPressed: () {
_showBottomSheet(context);
},
child: const Text("Touch me")),
const SizedBox(height: 50),
const SizedBox(
width: 100,
height: 100,
child: UiKitView(viewType: "mqnative"),
),
],
),
);
}
_showBottomSheet(BuildContext context) {
showModalBottomSheet(
context: context,
builder: (context) {
return Container(
padding: const EdgeInsets.all(16),
height: 400,
child: const Column(
children: [
SizedBox(width: double.infinity),
Text("选择操作"),
],
),
);
});
}
}
```
</details>
### Screenshots or Video
<details open>
<summary>Screenshots / Video demonstration</summary>
[Upload media here]
</details>
### Logs
<details open><summary>Logs</summary>
```console
2024-10-28 06:22:36.525151+0300 Runner[13213:3887825] flutter: >>>flutter PopupPage initState
2024-10-28 06:22:36.525423+0300 Runner[13213:3887825] flutter: >>>flutter PopupPage build
2024-10-28 06:22:36.527674+0300 Runner[13213:3887587] >>>native MyView init
2024-10-28 06:22:38.193320+0300 Runner[13213:3887825] flutter: >>>flutter PopupPage dispose
2024-10-28 06:22:38.211617+0300 Runner[13213:3887587] >>>native MyView dealloc
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.2, on macOS 13.4 22F66 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 14.3.1)
! Flutter recommends a minimum Xcode version of 15.
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.94.2)
[✓] Connected device (4 available)
[✓] Network resources
! Doctor found issues in 1 category.
```
</details>
| platform-ios,engine,a: platform-views,perf: memory,has reproducible steps,P2,team-ios,triaged-ios,found in release: 3.24,found in release: 3.27 | low | Major |
2,617,255,774 | Python | Use list instead of string in rot13.py | ### Feature description
### SUGGESTED IMPROVEMENTS
**Minor Efficiency Improvements:**
The code is efficient for its purpose, but using a list to accumulate characters instead of concatenating strings directly within the loop improves performance slightly, especially for longer strings.
**Redundant n Argument in dencrypt Function:**
Since the ROT13 cipher is designed to shift characters by 13 positions, the n parameter is unnecessary for this particular implementation. Using a fixed 13-shift simplifies the code and makes it clear that it’s a ROT13 encryption.
**Reversible Encryption Test Assumptions:**
The doctest section’s example assumes that dencrypt will return the exact input message upon re-encryption with n=13. However, because n is modifiable, this behavior could break if n is set to a different value. Fixing n=13 would make the encryption/decryption consistent.
**Testing for Errors and Assertions:**
The function doesn’t include any assertions to validate inputs. Adding checks, especially for invalid inputs, would improve its robustness.
| enhancement | medium | Critical |
2,617,321,426 | ollama | Fails to build on macOS with "fatal error: {'string','cstdint'} file not found" | ### What is the issue?
I followed the instructions for building on mac [here](https://github.com/ollama/ollama/blob/main/docs/development.md#macos), but this failed at the `go generate` step.
Running `go generate ./...` fails with a set of header files not found errors.
```
$ go generate ./...
+ set -o pipefail
+ compress_pids=
+ echo 'Starting darwin generate script'
Starting darwin generate script
++ dirname ./gen_darwin.sh
<snip>
[ 26%] Linking CXX static library libggml.a
[ 26%] Built target ggml
[ 33%] Building CXX object src/CMakeFiles/llama.dir/llama.cpp.o
[ 40%] Building CXX object src/CMakeFiles/llama.dir/llama-vocab.cpp.o
[ 46%] Building CXX object src/CMakeFiles/llama.dir/llama-sampling.cpp.o
[ 53%] Building CXX object src/CMakeFiles/llama.dir/unicode-data.cpp.o
[ 53%] Building CXX object src/CMakeFiles/llama.dir/llama-grammar.cpp.o
[ 53%] Building CXX object src/CMakeFiles/llama.dir/unicode.cpp.o
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/unicode.cpp:5:
.../src/github.com/ollama/ollama/llm/llama.cpp/src/unicode.h:3:10: fatal error: 'cstdint' file not found
3 | #include <cstdint>
| ^~~~~~~~~
1 error generated.
make[3]: *** [src/CMakeFiles/llama.dir/unicode.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/unicode-data.cpp:3:
.../src/github.com/ollama/ollama/llm/llama.cpp/src/unicode-data.h:3:10: fatal error: 'cstdint' file not found
3 | #include <cstdint>
| ^~~~~~~~~
1 error generated.
make[3]: *** [src/CMakeFiles/llama.dir/unicode-data.cpp.o] Error 1
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-grammar.cpp:1:
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-grammar.h:3:
.../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-impl.h:5:10: fatal error: 'string' file not found
5 | #include <string>
| ^~~~~~~~
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-vocab.cpp:1:
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-vocab.h:3:
.../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-impl.h:5:10: fatal error: 'string' file not found
5 | #include <string>
| ^~~~~~~~
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-sampling.cpp:1:
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-sampling.h:5:
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-grammar.h:3:
.../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-impl.h:5:10: fatal error: 'string' file not found
5 | #include <string>
| ^~~~~~~~
1 error generated.
make[3]: *** [src/CMakeFiles/llama.dir/llama-grammar.cpp.o] Error 1
1 error generated.
1 error generated.
make[3]: *** [src/CMakeFiles/llama.dir/llama-vocab.cpp.o] Error 1
In file included from .../src/github.com/ollama/ollama/llm/llama.cpp/src/llama.cpp:1:
.../src/github.com/ollama/ollama/llm/llama.cpp/src/llama-impl.h:5:10: fatal error: 'string' file not found
5 | #include <string>
| ^~~~~~~~
make[3]: *** [src/CMakeFiles/llama.dir/llama-sampling.cpp.o] Error 1
1 error generated.
make[3]: *** [src/CMakeFiles/llama.dir/llama.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/llama.dir/all] Error 2
make[1]: *** [ext_server/CMakeFiles/ollama_llama_server.dir/rule] Error 2
make: *** [ollama_llama_server] Error 2
llm/generate/generate_darwin.go:3: running "bash": exit status 2
```
Noted dependencies:
```
$ go version
go version go1.22.8 darwin/amd64
$ cmake --version
cmake version 3.30.5
CMake suite maintained and supported by Kitware (kitware.com/cmake).
$ gcc --version
Apple clang version 16.0.0 (clang-1600.0.26.3)
Target: x86_64-apple-darwin23.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
```
I expected to see a completed generation (as seen on linux). Alternatively, if other deps are required, I expected to see them listed in the [developer build instructions](https://github.com/ollama/ollama/blob/main/docs/development.md#macos).
### OS
macOS
### GPU
Apple
### CPU
AMD
### Ollama version
abd5dfd06a8e1309394b07c111be5f8412fca600 | bug,macos,needs more info,build | low | Critical |
2,617,325,524 | godot | Path(3D) initial position of zero does not immediately update | ### Tested versions
Reproducible in 4.4 dev3
4.3 still has non immediate bug [issue 95612](https://github.com/godotengine/godot/issues/95612)
### System information
Godot v4.4.dev3 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated Radeon RX 5500 XT - AMD Ryzen 7 5800X 8-Core Processor (16 threads)
### Issue description
Similar to [95612](https://github.com/godotengine/godot/issues/95612)
possibly caused by [96140](https://github.com/godotengine/godot/pull/96140)
After updating to 4.3 I also experienced the delayed update affecting path transforms.
I copy transforms manually (for many reasons) so I currently can't use 4.3, I tested in 4.4 dev3 and I don't get the jumping to a new position for one frame problem, however unless I set the path.position(_ratio) to a very small non-zero value the starting position is incorrect.
It appears the immediate update might be skipped if the value is zero
### Steps to reproduce
Place an instance somewhere in the scene that manually copies transforms, before the progress_ratio is non zero, the instance starts at a different position, as soon as the path position is non zero it behaves as expected (MRP provided)
I think maybe one of the checks added skips zero values, resulting in a lack of immediate transform when the progress value is set but the value is zero
Maybe p_immediate just needs to be exposed as a check box, so users doing custom pathing can get the immediate behaviour as per previous versions? Maybe the default state needs to be how it was in 4.2, or whatever state most users expect it to be?
### Minimal reproduction project (MRP)
[44d3_path3d_immediate_mrp.zip](https://github.com/user-attachments/files/17537509/44d3_path3d_immediate_mrp.zip)
(While making this I also found that the string passing UI bug for very small numbers (more than 4 decimal places) still exists, I also found that if all control node values are zero on the start or end point, an unexpected rotation is applied, I'll have a look for similar reports and pop ones in if needed) | bug,regression,topic:3d | low | Critical |
2,617,357,916 | opencv | The new dnn engine does not support async inference | ### System Information
Platform: Any
References:
- https://github.com/opencv/opencv/pull/26208
- https://github.com/opencv/opencv/pull/26056
### Detailed description
-
### Steps to reproduce
-
### Issue submission checklist
- [X] I report the issue, it's not a question
- [ ] I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- [ ] I updated to the latest OpenCV version and the issue is still there
- [ ] There is reproducer code and related data files (videos, images, onnx, etc) | bug,category: dnn | low | Minor |
2,617,360,235 | vscode | Scroll Beyond First Line in Visual Studio Code | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
With the [workaround](https://github.com/microsoft/vscode/issues/108548) of using "[padding top](https://github.com/microsoft/vscode/issues/49027)", the feature of scrolling beyond the first line remains a **low-priority** request for now.
However, it's important to highlight a key distinction between the existing functionality of `editor.scrollBeyondLastLine` and the workaround of using `editor.padding.top`.
The `scrollBeyondLastLine` feature dynamically calculates the height, allowing users to scroll down until only one line is visible.
In contrast, the padding approach has a fixed limit of 1000 pixels, which may suffice for most users but can be restrictive for those with vertical screens. Such users may find themselves unable to scroll as freely as they would prefer.
Therefore, while padding top works for the moment, implementing a `scrollBeyondFirstLine` feature would enhance usability by offering the same dynamic scrolling experience upwards, allowing for a more comfortable reading of the code.
Thank you for considering this enhancement! | feature-request,editor-scrollbar | low | Minor |
2,617,443,494 | langchain | "Action Input" lost the last symbols when using AgentExecutor | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package).
### Example Code
```
from langchain.agents import (initialize_agent, AgentType,)
from langchain_ollama import ChatOllama
from langchain_community.utilities.sql_database import SQLDatabase
from langchain_community.agent_toolkits.sql.toolkit import SQLDatabaseToolkit
llm = ChatOllama(
model="llama3:latest", // I have test llama3 or qwen2.5:7b is the same
base_url="http://localhost:11434",
timeout=300,
temperature=0,
)
db = SQLDatabase.from_uri("mysql+pymysql://root@xxxx:xxxx/xxxx")
tools = SQLDatabaseToolkit(db=db, llm=llm).get_tools()
agent = initialize_agent(
tools=tools,
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
llm=llm,
handle_parsing_errors=True,
verbose=True,
)
# execute SQL query
user_input = "execute select count(1) from `meeting_summary_daily`"
response = agent.run(user_input)
print(f"Assistant: {response}")
```
### Error Message and Stack Trace (if applicable)
```
>Entering new AgentExecutor chain...
I think we need to start by checking if the table "meeting_summary_daily" exists in the database. Let's use sql_db_list_tables for that.
Action: sql_db_list_tables
Action Input: (empty string
Observation: wap_meeting_summary_daily
Thought:Let's continue!
Thought: Now that we know the table exists, let's check if our query is correct before executing it. We'll use sql_db_query_checker for this.
Action: sql_db_query_checker
Action Input: select count(1) from `meeting_summary_daily
Observation: The original query is:
SELECT COUNT(1) FROM `meeting_summary_daily`
This query does not contain any common mistakes. Therefore, the rewritten query remains the same:
SELECT COUNT(1) FROM `meeting_summary_daily`
Thought:Let's continue!
Thought: Now that we know our query is correct, let's execute it using sql_db_query.
Action: sql_db_query
Action Input: select count(1) from `meeting_summary_daily
Observation: Error: (pymysql.err.ProgrammingError) (1064, "Getting syntax error at line 1, column 43. Detail message: No viable statement for input 'from '.")
[SQL: select count(1) from `meeting_summary_daily]
```
### Description
```
Action: sql_db_query
Action Input: select count(1) from `meeting_summary_daily
```
You can see the output about Action Input, there is no last ` .
And I test other tools.
Here is the tools
```
def sql_query_tool(json):
print("\n\njson: ", json)
sql_tool = Tool(
name="sql_query_tool",
func=sql_query_tool,
description="""
save sql query tools, can save sql and set frequency via user input
needs to pass the input text for json model to tools
has below fields:
sql: user input sql
frequency: like every 5 minutes
""",
)
# execute SQL query
user_input = "save sql query, my sql is select count(1) from `table` and frequency is every 3 mins;"
response = agent.run(user_input)
print(f"Assistant: {response}")
```
output:
```
> Entering new AgentExecutor chain...
I need to use the `sql_query_tool` to save the SQL query with the specified frequency.
Action: sql_query_tool
Action Input: {"sql": "select count(1) from `table`", "frequency": "every 3 minutes
json: {"sql": "select count(1) from `table`", "frequency": "every 3 minutes
```
You can see the Action Input lost the " and }.
### System Info
```
python -m langchain_core.sys_info ✭
System Information
------------------
> OS: Darwin
> OS Version: Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000
> Python Version: 3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)]
Package Information
-------------------
> langchain_core: 0.3.10
> langchain: 0.3.3
> langchain_community: 0.3.2
> langsmith: 0.1.134
> langchain_huggingface: 0.1.0
> langchain_ollama: 0.2.0
> langchain_openai: 0.2.2
> langchain_text_splitters: 0.3.0
> langgraph: 0.2.35
> langserve: 0.3.0
``` | 🤖:bug,investigate | medium | Critical |
2,617,481,560 | rust | Suboptimal codegen for integer slice matching without `|` in inner elements | In maching without `|`, this is not optimized as slice compare:
```rust
let s: &[u8];
match s {
&[b'a', b'b', ... , ..] => ...
_ => ...,
}
```
Slice compare:
```rust
let s: &[u8];
let target = b"...";
if s.len() >= target.len() && &s[..target.len()] == target {
...
} else {
...
}
```
Integer: https://godbolt.org/z/csxf5zeYs
`&str`: https://godbolt.org/z/3Yr5nac3r
~~Not sure if this shoud be integer only.~~ | T-compiler,A-patterns,C-optimization | low | Minor |
2,617,514,641 | angular | `withComponentInputBinding` allow binding to Route's `title` property | ### Which @angular/* package(s) are relevant/related to the feature request?
router
### Description
It would be nice if `withComponentInputBinding` supports binding to the current route's `title` property via an `input`.
### Proposed solution
Allow binding to the route's `title` property, similar to other supported properties.
```ts
readonly title = input.required<string>();
```
### Alternatives considered
The current approach is by accessing the `title` property via the Route's snapshot.
```ts
readonly title = this.activedRoute.snapshot.title;
``` | area: router | low | Minor |
2,617,527,120 | yt-dlp | [youtube] match-filters: 'mark watched' should be skipped | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've checked that all provided URLs are playable in a browser with the same IP and same login details
- [X] I've checked that all URLs and arguments with special characters are [properly quoted or escaped](https://github.com/yt-dlp/yt-dlp/wiki/FAQ#video-url-contains-an-ampersand--and-im-getting-some-strange-output-1-2839-or-v-is-not-recognized-as-an-internal-or-external-command)
- [X] I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues **including closed ones**. DO NOT post duplicates
- [X] I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
- [X] I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
### Region
Russia
### Provide a description that is worded well enough to be understood
I download a large playlist, for example :ytrec
Case one: live broadcasts (there is !is_live in the filter). All live broadcasts that are in ytrec are **marked as viewed, but the download is skipped** ```filter (!is_live & duration < 333)```.
Case two: some random videos (**_2 out of 275_** in my case).
First, yt-dlp receives information about the video, marks it as viewed, and then it turns out that the video does not match the filter.
```
[youtube] Extracting URL:
[youtube] xxx: Marking watched
[youtube] xxx: Marking fully watched
[download] xxx does not pass filter xxx, skipping ..
```
### Provide verbose output that clearly demonstrates the problem
- [X] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [X] If using API, add `'verbose': True` to `YoutubeDL` params instead
- [X] Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
### Complete Verbose Output
```shell
[download] 【OP】じょしらく/「お後がよろしくって…よ!」 does not pass filter (!is_live & duration < 333 & title ~= (?i)штефанов) | (!is_live & duration < 333 & description ~= (?i)штефанов), skipping ..
[download] Downloading item 90 of 275
[youtube] Extracting URL: https://www.youtube.com/watch?v=jOfyRCRXWhM
[youtube] jOfyRCRXWhM: Downloading webpage
[youtube] jOfyRCRXWhM: Downloading ios player API JSON
[youtube] jOfyRCRXWhM: Downloading mweb player API JSON
[youtube] jOfyRCRXWhM: Downloading m3u8 information
[youtube] jOfyRCRXWhM: Marking watched
[youtube] jOfyRCRXWhM: Marking fully watched
[MetadataParser] Parsed meta_title from '%(title)s': 'Влюбился в девушку, которая на самом деле мужик #anime #аниме'
[download] Влюбился в девушку, которая на самом деле мужик #anime #аниме does not pass filter (!is_live & duration < 333 & title ~= (?i)штефанов) | (!is_live & duration < 333 & description ~= (?i)штефанов), skipping ..
...
[download] Downloading item 156 of 275
[youtube] Extracting URL: https://www.youtube.com/watch?v=gP5wpOLpr7A
[youtube] gP5wpOLpr7A: Downloading webpage
[youtube] gP5wpOLpr7A: Downloading ios player API JSON
[youtube] gP5wpOLpr7A: Downloading mweb player API JSON
[youtube] gP5wpOLpr7A: Downloading m3u8 information
[youtube] gP5wpOLpr7A: Marking watched
[youtube] gP5wpOLpr7A: Marking fully watched
[MetadataParser] Parsed meta_title from '%(title)s': 'He want Save Her Girlfriend At The Past But it will be causing time paradox'
[download] He want Save Her Girlfriend At The Past But it will be causing time paradox does not pass filter (!is_live & duration < 333 & title ~= (?i)штефанов) | (!is_live & duration < 333 & description ~= (?i)штефанов), skipping ..
```
```
yt-dlp --print is_live wxgaWVjMaDQ
True
```
```
yt-dlp --match-filters !is_live wxgaWVjMaDQ
[youtube] oauth: Refreshing access token
WARNING: [youtube] Preferring "ru" translated fields. Note that some metadata extraction may fail or be incorrect.
[youtube] Extracting URL: wxgaWVjMaDQ
[youtube] wxgaWVjMaDQ: Downloading webpage
[youtube] wxgaWVjMaDQ: Downloading ios player API JSON
[youtube] wxgaWVjMaDQ: Downloading mweb player API JSON
[youtube] wxgaWVjMaDQ: Downloading m3u8 information
[youtube] wxgaWVjMaDQ: Downloading m3u8 information
[youtube] wxgaWVjMaDQ: Marking watched
[youtube] wxgaWVjMaDQ: Marking fully watched
[MetadataParser] Parsed meta_title from '%(title)s': 'Молдова выбрала президента, Гугл сдал военные объекты, Айова за Харрис. Ганапольский, Сиркели 2024-11-04 10:21'
[download] Молдова выбрала президента, Гугл сдал военные объекты, Айова за Харрис. Ганапольский, Сиркели 2024-11-04 10:21 does not pass filter (!is_live), skipping ..
```
| site-bug,triage,site:youtube,core:extractor | low | Critical |
2,617,556,645 | react-native | [Bug] 0.76 with new arch off - border-radius with non-integer values causes faded bottom padding | ### Description
I have just updated to RN 0.76 and seeing some weird behavior with non integer values when applying corner radius. It creates a bottom padding that has a faded color.
### Steps to reproduce
Create a simple view and apply the following values:
```
return (
<View className="h-full bg-indigo-900 p-4">
<View
style={{
marginVertical: 400,
borderTopLeftRadius: 10,
borderTopRightRadius: 10,
backgroundColor: 'white',
padding: 14,
}}
/>
</View>
```
The output should look like this:

But instead it looks like this:

### React Native Version
0.76.0
### Affected Platforms
Runtime - iOS
### Output of `npx react-native info`
```text
System:
OS: macOS 15.0.1
CPU: (11) arm64 Apple M3 Pro
Memory: 223.63 MB / 36.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.13.1
path: ~/.local/share/mise/installs/node/20/bin/node
Yarn:
version: 4.5.1
path: ~/.local/share/mise/installs/node/20/bin/yarn
npm:
version: 10.5.2
path: ~/.local/share/mise/installs/node/20/bin/npm
Watchman:
version: 2024.10.21.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /Users/osp/.local/share/mise/installs/ruby/3/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.0
- iOS 18.0
- macOS 15.0
- tvOS 18.0
- visionOS 2.0
- watchOS 11.0
Android SDK:
API Levels:
- "33"
- "34"
- "35"
Build Tools:
- 30.0.3
- 33.0.0
- 33.0.1
- 34.0.0
- 35.0.0
- 35.0.0
System Images:
- android-33 | Google Play ARM 64 v8a
Android NDK: 26.1.10909125
IDEs:
Android Studio: 2024.2 AI-242.23339.11.2421.12483815
Xcode:
version: 16.0/16A242d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 21.0.3
path: /usr/bin/javac
Ruby:
version: 3.3.1
path: /Users/osp/.local/share/mise/installs/ruby/3/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 15.0.0
wanted: ^15.0.0
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.76.0
wanted: 0.76.0
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: false
newArchEnabled: false
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
```
### Stacktrace or Logs
```text
*
```
### Reproducer
https://github.com/ospfranco/border-radius-bug
### Screenshots and Videos
_No response_ | Issue: Author Provided Repro,Needs: Attention,Type: Old Architecture,0.76 | low | Critical |
2,617,568,116 | go | cmd/link: unresolvable R_RISCV_HI20 relocation against symbol `stderr@@GLIBC_2.27' | ### Go version
1.23.2 linux amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='riscv64'
GOBIN=''
GOCACHE='/workspace/build/.cache/go-build'
GOENV='/root/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/workspace/build/pkg/mod'
GOOS='linux'
GOPATH='/workspace/build'
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/workspace/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/workspace/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.23.2'
GODEBUG=''
GOTELEMETRY='local'
GOTELEMETRYDIR='/root/.config/go/telemetry'
GCCGO='gccgo'
GORISCV64='rva20u64'
AR='riscv64-unknown-linux-gnu-ar'
CC='riscv64-unknown-linux-gnu-gcc'
CXX='riscv64-unknown-linux-gnu-g++'
CGO_ENABLED='1'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -pthread -fmessage-length=0 -ffile-prefix-map=/workspace/tmp/go-build4021815613=/tmp/go-build -gno-record-gcc-switches'
```
### What did you do?
I was compiling a large Go project, which includes cgo and has a Go cache size of approximately 15GB. Target arch is RISCV64. When linker called ld, there’s an issue related to glibc symbols.
### What did you see happen?
/workspace/go/pkg/tool/linux_amd64/link: running riscv64-unknown-linux-gnu-g++ failed: exit status 1
/usr/local/bin/riscv64-unknown-linux-gnu-g++ -Wl,-z,now -Wl,-z,nocopyreloc -o $WORK/b001/exe/a.out -rdynamic -Wl,--compress-debug-sections=zlib /workspace/tmp/go-link-3293404590/go.o /workspace/tmp/go-link-3293404590/000000.o /workspace/tmp/go-link-3293404590/000001.o /workspace/tmp/go-link-3293404590/000002.o /workspace/tmp/go-link-3293404590/000003.o /workspace/tmp/go-link-3293404590/000004.o /workspace/tmp/go-link-3293404590/000005.o /workspace/tmp/go-link-3293404590/000006.o /workspace/tmp/go-link-3293404590/000007.o /workspace/tmp/go-link-3293404590/000008.o /workspace/tmp/go-link-3293404590/000009.o /workspace/tmp/go-link-3293404590/000010.o /workspace/tmp/go-link-3293404590/000011.o /workspace/tmp/go-link-3293404590/000012.o /workspace/tmp/go-link-3293404590/000013.o /workspace/tmp/go-link-3293404590/000014.o /workspace/tmp/go-link-3293404590/000015.o /workspace/tmp/go-link-3293404590/000016.o /workspace/tmp/go-link-3293404590/000017.o /workspace/tmp/go-link-3293404590/000018.o /workspace/tmp/go-link-3293404590/000019.o /workspace/tmp/go-link-3293404590/000020.o /workspace/tmp/go-link-3293404590/000021.o /workspace/tmp/go-link-3293404590/000022.o /workspace/tmp/go-link-3293404590/000023.o /workspace/tmp/go-link-3293404590/000024.o /workspace/tmp/go-link-3293404590/000025.o /workspace/tmp/go-link-3293404590/000026.o /workspace/tmp/go-link-3293404590/000027.o /workspace/tmp/go-link-3293404590/000028.o /workspace/tmp/go-link-3293404590/000029.o /workspace/tmp/go-link-3293404590/000030.o /workspace/tmp/go-link-3293404590/000031.o /workspace/tmp/go-link-3293404590/000032.o /workspace/tmp/go-link-3293404590/000033.o /workspace/tmp/go-link-3293404590/000034.o /workspace/tmp/go-link-3293404590/000035.o /workspace/tmp/go-link-3293404590/000036.o /workspace/tmp/go-link-3293404590/000037.o /workspace/tmp/go-link-3293404590/000038.o /workspace/tmp/go-link-3293404590/000039.o /workspace/tmp/go-link-3293404590/000040.o /workspace/tmp/go-link-3293404590/000041.o /workspace/tmp/go-link-3293404590/000042.o /workspace/tmp/go-link-3293404590/000043.o /workspace/tmp/go-link-3293404590/000044.o /workspace/tmp/go-link-3293404590/000045.o /workspace/tmp/go-link-3293404590/000046.o /workspace/tmp/go-link-3293404590/000047.o /workspace/tmp/go-link-3293404590/000048.o /workspace/tmp/go-link-3293404590/000049.o /workspace/tmp/go-link-3293404590/000050.o /workspace/tmp/go-link-3293404590/000051.o /workspace/tmp/go-link-3293404590/000052.o /workspace/tmp/go-link-3293404590/000053.o /workspace/tmp/go-link-3293404590/000054.o -O2 -g --sysroot=/usr/local/sysroot -lresolv -O2 -g --sysroot=/usr/local/sysroot -O2 -g --sysroot=/usr/local/sysroot -ldl -O2 -g --sysroot=/usr/local/sysroot -lpthread -O2 -g --sysroot=/usr/local/sysroot -O2 -g --sysroot=/usr/local/sysroot -O2 -g --sysroot=/usr/local/sysroot -ldl -ldl -O2 -g --sysroot=/usr/local/sysroot -ldl -O2 -g --sysroot=/usr/local/sysroot /workspace/build/pkg/mod/code.byted.org/iesarch/gozstd@v1.17.4/libzstd_linux_riscv64.a -no-pie
/usr/local/lib/gcc/riscv64-unknown-linux-gnu/13.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: unresolvable R_RISCV_HI20 relocation against symbol `stderr@@GLIBC_2.27'
/usr/local/lib/gcc/riscv64-unknown-linux-gnu/13.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: unresolvable R_RISCV_HI20 relocation against symbol `stderr@@GLIBC_2.27'
/usr/local/lib/gcc/riscv64-unknown-linux-gnu/13.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: unresolvable R_RISCV_HI20 relocation against symbol `stderr@@GLIBC_2.27'
collect2: error: ld returned 1 exit status
### What did you expect to see?
Maybe Go generated an incorrect relocation type for the symbol reference to stderr. | NeedsInvestigation,arch-riscv,compiler/runtime | low | Critical |
2,617,570,357 | ant-design | Modal Header & Footer Color Issue | ### Reproduction link
[https://ant.design/theme-editor](https://ant.design/theme-editor)
### Steps to reproduce
1. Navigate to: Component > Modal.
2. Attempt to change contentBg, footerBg, or headerBg color.
### What is expected?
The entire header background color should change without any padding.
### What is actually happening?
The header is wrapped inside the content, affecting the color change.
| Environment | Info |
| --- | --- |
| antd | 5.21.5 |
| React | react |
| System | Sequoia Version 15.0.1 |
| Browser | Google Chrome Version 130.0.6723.70 |
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | Inactive,improvement | low | Minor |
2,617,732,966 | next.js | Turbopack: `resourceQuery` is empty for import URLs that are remapped in TypeScript | ### Link to the code that reproduces this issue
https://codesandbox.io/p/github/kdy1/repro-next-69502/csb-pl26sn/draft/modest-bassi
### To Reproduce
1. Have Turbopack configured to load `*.mdx` file with a custom loader
2. Created a file in the root folder: `/assets/test.mdx`
3. Update tsconfig.json's `compilerOptions.paths` to add `"assets/*": ["./assets/*"]`
4. Import the mdx file in a component:
```typescript
import { v } from "assets/test.mdx?test";
```
5. Inside the custom loader, `this.resourceQuery` is empty
### Current vs. Expected behavior
**Current:**
`this.resourceQuery` is empty
**Expected:**
`this.resourceQuery` should be `?test`.
### Provide environment information
```bash
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023
Available memory (MB): 4102
Available CPU cores: 2
Binaries:
Node: 20.12.0
npm: 10.5.0
Yarn: 1.22.19
pnpm: 8.15.6
Relevant Packages:
next: 15.0.2-canary.9 // Latest available version is detected (15.0.2-canary.9).
eslint-config-next: 14.1.0
react: 18.2.0
react-dom: 18.2.0
typescript: 5.3.3
Next.js Config:
output: N/A
```
### Which area(s) are affected? (Select all that apply)
Turbopack
### Which stage(s) are affected? (Select all that apply)
next dev (local)
### Additional context
Disable Turbopack and use the identical Webpack configuration, `this.resourceQuery` gives the correct result of `?test`.
Related issue: https://github.com/vercel/next.js/issues/69502
Related PR: https://github.com/vercel/next.js/pull/69703 | bug,Turbopack,linear: turbopack | low | Minor |
2,617,737,451 | rust | Tracking issue for release notes of #118833: Add lint against function pointer comparisons |
This issue tracks the release notes text for #118833.
### Steps
- [X] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).
````markdown
# Language
- [Add `unpredictable_function_pointer_comparisons` lint to warn against function pointer comparisons](https://github.com/rust-lang/rust/pull/118833)
````
> [!TIP]
> Use the [previous releases](https://doc.rust-lang.org/nightly/releases.html) categories to help choose which one(s) to use.
> The category will be de-duplicated with all the other ones by the release team.
>
> *More than one section can be included if needed.*
### Release blog section
If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section.
*Otherwise leave it empty.*
````markdown
````
cc @Urgau, @cjgillot -- origin issue/PR authors and assignees for starting to draft text
| T-lang,relnotes,relnotes-tracking-issue | low | Minor |
2,617,751,211 | node | [Proposal] - Thead Safe data structures | ### What is the problem this feature will solve?
What I'd like to achieve is an implementation of shared (between worker threads) and thread safe data structures.
I want something easier to work with when doing multithread nodejs. Sharing data between threads using SharedArrayBuffer can be hard sometimes.
### What is the feature you are proposing to solve the problem?
I'll show you an example of what the API usage could look like for a data structure like LRU Cache:
This is the code in the main thread
```js
// main
import {LRUCache} from "shared-ds"
import {Worker} from "worker_threads"
const cache = new LRUCache();
cache.set("test", { p1: "property1", p2: "property2" })
const worker = new Worker("./worker.js", {
workerData: {
lruCache: cache
}
}
```
this is the worker code:
```js
import { workerData } from "worker_threads";
import { LRUCache } from "shared-ds";
const cache = LruCache.fromWorkerData(workerData.lruCache);
const testValue = cache.get("test");
console.log(testValue); // this outputs { p1: "property1", p2: "property2" }
```
I started working into an implementation that uses extensively SharedArrayBuffer and Atomics to reach thread safety but there are lots of problems to take into consideration like:
- Serialization of data into SharedArrayBuffer
- atomics operations ( I still did not figure out how I can read multiple 'bytes atomically' avoiding multiple Atomic.load calls)
Do you guys think it's a useful feature and worth implementing or taking it into consideration?
### What alternatives have you considered?
_No response_ | feature request,worker | low | Minor |
2,617,753,674 | next.js | Babel TypeScript transformer does not support satisfies operator in v13 | ### Link to the code that reproduces this issue
https://stackblitz.com/edit/vercel-next-js-elkp8u?file=pages%2Findex.tsx
### To Reproduce
When using satisfies in the Next v13, incorrect syntax errors are thrown out as v13 is packaged with older versions of babel that do not have satisfies support.
### Current vs. Expected behavior
With the latest (or higher than current) babel version, satisfies would work correctly.
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:44 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6000
Binaries:
Node: 20.17.0
npm: 10.8.2
Yarn: N/A
pnpm: 8.6.1
Relevant Packages:
next: 13.5.7
eslint-config-next: 13.5.7
react: 18.2.0
react-dom: 18.2.0
typescript: 5.6.3
Next.js Config:
output: N/A
```
### Which area(s) are affected? (Select all that apply)
Not sure
### Which stage(s) are affected? (Select all that apply)
next build (local)
### Additional context
There was an issue long ago about this [here](https://github.com/vercel/next.js/issues/43799) which was closed by a PR [here](https://github.com/vercel/next.js/pull/51962), which made it into canary versions of 1.5.6 but somehow never to the full version. | bug | low | Critical |
2,617,825,697 | godot | Godot UI unresponsive when extending primary monitor with secondary. | ### Tested versions
Tested:
Godot 4.0
Godot 4.3
Godot 4.4 dev3
### System information
Godot v4.4.dev3 - Windows 10.0.19045 - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Laptop GPU (NVIDIA; 32.0.15.6081) - 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (16 threads)
### Issue description
When Godot is opened on my primary (laptop) 4k display and I attach a secondary monitor to it that 'extends' that display. Where the second monitor has a different resolution, I tested with HD and 2K. Then after the desktop is extended, Godot's UI is unresponsive.
It still reacts to key strokes although the main window won't update.
(Scene Debug Editor Help) Buttons also still work, and open their associated pop ups.
Pop generally open.
This does not happen if e.g. Godot is opened with the extended second monitor. Then the second monitor is disconnected and reconnected. In this case everything keeps working.
### Steps to reproduce
Open Godot Project on primary 4k screen.
Attach HDMI cable to display port
Wait until extended desktop is loaded.
Try clicking buttons in the UI
### Minimal reproduction project (MRP)
N/A | bug,needs testing,topic:gui | low | Critical |
2,617,870,095 | node | [Question] The difference between Buffer and ArrayBuffer | ### Affected URL(s)
_No response_
### Description of the problem
I'd like to confirm: Does `ArrayBuffer` in node allocate shared heap memory for objects, and is `Buffer` a separate chunk from the heap memory?
If that's the case, isn't the size theoretically allocated by ArrayBuffer equivalent to the size of the heap memory(Maybe 1.7G?), and isn't the theoretical size of buffer [max_length](https://nodejs.org/api/buffer.html#bufferconstantsmax_length)?
According to #3012 , there was a related description a long time ago, but now there is no related description in the document. | question,buffer,doc | low | Minor |
2,617,870,348 | vscode | Soft Assertion Failed | ```javascript
Error: Soft Assertion Failed
at But in src/vs/base/common/assert.ts:43:21
at $od in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:527:3
at <anonymous> in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:178:15
at Array.map (<anonymous>)
at o in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:175:8
at updateUnchangedRegions in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:312:5
at fn in src/vs/base/common/observableInternal/base.ts:303:3
at $ge in src/vs/editor/browser/widget/diffEditor/diffEditorViewModel.ts:310:4
```
[Go to Errors Site](https://errors.code.visualstudio.com/card?ch=384ff7382de624fb94dbaf6da11977bba1ecd427&bH=778c84e8-9419-da02-5c86-4ad67795bc9c) | error-telemetry,diff-editor | low | Critical |
2,617,871,212 | vscode | Illegal value for lineNumber | ```javascript
Error: Illegal value for lineNumber
at Om.getLineMaxColumn in src/vs/editor/common/model/textModel.ts:860:10
at _a.getBottomForLineNumber in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:583:40
at <anonymous> in src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:124:38
at fn in src/vs/base/common/observableInternal/base.ts:303:3
at $ge in src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:93:5
at $ee._runFn in src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:54:81
at $ee.k in src/vs/base/common/observableInternal/autorun.ts:196:11
at $ee.endUpdate in src/vs/base/common/observableInternal/autorun.ts:241:11
at E4.finish in src/vs/base/common/observableInternal/base.ts:371:13
at Yi in src/vs/base/common/observableInternal/base.ts:305:6
at $ge in src/vs/base/common/observableInternal/utils.ts:226:3
at x.B in src/vs/base/common/event.ts:1242:13
at x.C in src/vs/base/common/event.ts:1253:9
at x.fire in src/vs/base/common/event.ts:1277:9
at NQ.value in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:1674:35
at x.B in src/vs/base/common/event.ts:1242:13
at x.fire in src/vs/base/common/event.ts:1273:9
at eEi.s in src/vs/editor/common/viewModelEventDispatcher.ts:64:18
at eEi.endEmitViewEvents in src/vs/editor/common/viewModelEventDispatcher.ts:109:8
at <anonymous> in src/vs/editor/common/viewModel/viewModelImpl.ts:386:27
at listener in src/vs/editor/common/model/textModel.ts:237:38
at x.B in src/vs/base/common/event.ts:1242:13
at x.fire in src/vs/base/common/event.ts:1273:9
at Fxi.endDeferredEmit in src/vs/editor/common/model/textModel.ts:2515:23
at Om.pushEditOperations in src/vs/editor/common/model/textModel.ts:1279:23
at o6e.updateModel in src/vs/editor/common/services/modelService.ts:384:9
at $ue.updateTextEditorModel in out-vscode/vs/workbench/common/editor/vs/workbench/common/editor/textEditorModel.ts:207:22
at $ue.Gb in out-vscode/vs/workbench/services/textfile/common/vs/workbench/services/textfile/common/textFileEditorModel.ts:572:9
at $ue.Eb in out-vscode/vs/workbench/services/textfile/common/vs/workbench/services/textfile/common/textFileEditorModel.ts:534:9
at $ue.Db in out-vscode/vs/workbench/services/textfile/common/vs/workbench/services/textfile/common/textFileEditorModel.ts:464:16
at async $ue.resolve in out-vscode/vs/workbench/services/textfile/common/vs/workbench/services/textfile/common/textFileEditorModel.ts:302:3
at async sst.W in out-vscode/vs/workbench/services/textfile/common/vs/workbench/services/textfile/common/textFileEditorModelManager.ts:421:4
at async sst.U in out-vscode/vs/workbench/services/textfile/common/vs/workbench/services/textfile/common/textFileEditorModelManager.ts:327:3
at async Object.factory in out-vscode/vs/workbench/services/textfile/common/vs/workbench/services/textfile/common/textFileEditorModelManager.ts:166:6
```
ALSO:
```javascript
Deminified Stack
Error: Illegal value for lineNumber
[at Om.getLineMaxColumn in src/vs/editor/common/model/textModel.ts:860:10](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/common/model/textModel.ts#L860:10)
at _a.getBottomForLineNumber in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:583:40
[at <anonymous> in src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:124:38](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts#L124:38)
[at fn in src/vs/base/common/observableInternal/base.ts:303:3](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/observableInternal/base.ts#L303:3)
[at $ge in src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:93:5](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts#L93:5)
[at $ee._runFn in src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:54:81](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts#L54:81)
[at $ee.k in src/vs/base/common/observableInternal/autorun.ts:196:11](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/observableInternal/autorun.ts#L196:11)
[at $ee.endUpdate in src/vs/base/common/observableInternal/autorun.ts:241:11](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/observableInternal/autorun.ts#L241:11)
[at E4.finish in src/vs/base/common/observableInternal/base.ts:371:13](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/observableInternal/base.ts#L371:13)
[at Yi in src/vs/base/common/observableInternal/base.ts:305:6](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/observableInternal/base.ts#L305:6)
[at $ge in src/vs/base/common/observableInternal/utils.ts:226:3](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/observableInternal/utils.ts#L226:3)
[at x.B in src/vs/base/common/event.ts:1242:13](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/event.ts#L1242:13)
[at x.C in src/vs/base/common/event.ts:1253:9](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/event.ts#L1253:9)
[at x.fire in src/vs/base/common/event.ts:1277:9](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/event.ts#L1277:9)
at NQ.value in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:1674:35
[at x.B in src/vs/base/common/event.ts:1242:13](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/event.ts#L1242:13)
[at x.fire in src/vs/base/common/event.ts:1273:9](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/base/common/event.ts#L1273:9)
[at eEi.s in src/vs/editor/common/viewModelEventDispatcher.ts:64:18](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/common/viewModelEventDispatcher.ts#L64:18)
[at eEi.endEmitViewEvents in src/vs/editor/common/viewModelEventDispatcher.ts:109:8](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/common/viewModelEventDispatcher.ts#L109:8)
[at <anonymous> in src/vs/editor/common/viewModel/viewModelImpl.ts:1116:27](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/common/viewModel/viewModelImpl.ts#L1116:27)
at cb in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:1660:14
[at AEi.U in src/vs/editor/common/viewModel/viewModelImpl.ts:1111:36](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/common/viewModel/viewModelImpl.ts#L1111:36)
[at AEi.S in src/vs/editor/common/viewModel/viewModelImpl.ts:1049:8](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/common/viewModel/viewModelImpl.ts#L1049:8)
[at AEi.executeCommands in src/vs/editor/common/viewModel/viewModelImpl.ts:1076:8](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/editor/common/viewModel/viewModelImpl.ts#L1076:8)
at _a.executeCommands in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:1250:29
at e.runCoreEditingCommand in out-vscode/vs/editor/browser/vs/editor/browser/coreCommands.ts:2062:11
at e.runEditorCommand in out-vscode/vs/editor/browser/vs/editor/browser/coreCommands.ts:1970:9
at <anonymous> in out-vscode/vs/editor/browser/vs/editor/browser/editorExtensions.ts:321:109
at runner in out-vscode/vs/editor/browser/vs/editor/browser/editorExtensions.ts:316:11
[at fn in src/vs/platform/instantiation/common/instantiationService.ts:109:11](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/platform/instantiation/common/instantiationService.ts#L109:11)
at _a.invokeWithinContext in out-vscode/vs/editor/browser/widget/codeEditor/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:413:37
at bot.runEditorCommand in out-vscode/vs/editor/browser/vs/editor/browser/editorExtensions.ts:309:17
at e.runCommand in out-vscode/vs/editor/browser/vs/editor/browser/editorExtensions.ts:321:24
at handler in out-vscode/vs/editor/browser/vs/editor/browser/editorExtensions.ts:155:38
[at fn in src/vs/platform/instantiation/common/instantiationService.ts:109:11](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/platform/instantiation/common/instantiationService.ts#L109:11)
[at a6e.n in src/vs/workbench/services/commands/common/commandService.ts:95:46](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/workbench/services/commands/common/commandService.ts#L95:46)
[at a6e.executeCommand in src/vs/workbench/services/commands/common/commandService.ts:60:17](https://vscode.dev/github/microsoft/vscode/blob/384ff7382de624fb94dbaf6da11977bba1ecd427/src/vs/workbench/services/commands/common/commandService.ts#L60:17)
at FG.M in out-vscode/vs/platform/keybinding/common/vs/platform/keybinding/common/abstractKeybindingService.ts:370:29
at FG.J in out-vscode/vs/platform/keybinding/common/vs/platform/keybinding/common/abstractKeybindingService.ts:225:15
at <anonymous> in out-vscode/vs/workbench/services/keybinding/browser/vs/workbench/services/keybinding/browser/keybindingService.ts:281:38
```
[Go to Errors Site](https://errors.code.visualstudio.com/card?ch=384ff7382de624fb94dbaf6da11977bba1ecd427&bH=4ccadba3-2fac-64d2-cd75-d4cfd1a2a56a) | error-telemetry | low | Critical |
2,617,874,228 | ui | [bug]: The `ContextMenu` `onContextMenu` event propagating to the parent `ContextMenu` on `long-press`! | ### Describe the bug
I am building [r-cloud](https://r-cloud.vercel.app), a cloud storage provider progressive web application (PWA). I'm trying to make users feel as though they are interacting with an average `file-explorer`, thus using the `context menu` for some interactions


Based on the path next to the R-cloud logo at the upper left side of these images, you can see that I'm in the `portfolio` sub directory, which is then our `current-folder`.
As you must've guessed already, the `current folder`'s card is wrapped with its own context menu, and each `file-card` & `folder-card` in this portfolio directory is also wrapped with its own context menu.
On desktop, when I `right-click` on a file-card or folder-card (file/folder) to trigger the context menu, the `event propagation` is fine, as the event is not caught by the parent (current folder's) context menu.
The problem is when I inspect or open the web app on a mobile phone (which I now have to use a `long-press` instead), The `contextmenu` event of the file/folder, is propagated to the parent context menu, opening both menus (both for the file/folder and that of the current-folder. In this case the portfolio folder) and giving this UI effect

### I tried the following
1 Added context menu even to the immediate divs of the `files/folders` with `addEventListerner` and stopping the `propagation` on the `capture` phase of the event to no avail
2 Repeating `step 1` but on the `body` tag instead but didn't solve it
### Affected component/components
ContextMenu
### How to reproduce
1 Sign in/up to [r-cloud](https://r-cloud.vercel.app) 😁
2 Either create a new `folder` or upload a new `file`
3 Either Inspect on your desktop browser or just do steps `1 & 2` on a mobile phone
4 Try opening the `context-menu` of the file or folder you created by`long-pressing` on it
5 You will have reproduced the `bug` and have 2 context menus open
### Codesandbox/StackBlitz link
_No response_
### Logs
_No response_
### System Info
```bash
Chrome, Firefox
```
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues | bug | low | Critical |
2,617,895,349 | vscode | Tool "copilot_vscodeAPI" was not contributed. | ```javascript
Error: Tool "copilot_vscodeAPI" was not contributed.
at Ize.registerToolImplementation in out-vscode/vs/workbench/contrib/chat/browser/vs/workbench/contrib/chat/browser/languageModelToolsService.ts:82:10
at mFt.$registerTool in src/vs/workbench/api/browser/mainThreadLanguageModelTools.ts:51:54
at Pht.S in src/vs/workbench/services/extensions/common/rpcProtocol.ts:458:17
at Pht.Q in src/vs/workbench/services/extensions/common/rpcProtocol.ts:443:32
at Pht.M in src/vs/workbench/services/extensions/common/rpcProtocol.ts:373:19
at Pht.L in src/vs/workbench/services/extensions/common/rpcProtocol.ts:299:10
at vZ.value in src/vs/workbench/services/extensions/common/rpcProtocol.ts:161:57
at x.B in src/vs/base/common/event.ts:1243:13
at x.fire in src/vs/base/common/event.ts:1274:9
at D6.fire in src/vs/base/parts/ipc/common/ipc.net.ts:652:19
```
[Go to Errors Site](https://errors.code.visualstudio.com/card?ch=360bf09ae640d0faff2972106bfafa0dee7364bf&bH=280add4c-683f-6657-3ea3-c74c3d2dd307) | error-telemetry | low | Critical |
2,617,925,797 | transformers | Improve batching speed for Whisper models using VAD based chunking | ### Feature request
This feature request aims to improve the speed of Whisper's batched version by adding a VAD model (such as pyannote or from NeMO or Silero) and merging chunks up to 30 sec, instead of relying on the Sliding window technique that takes up more time.
### Motivation
In addition to the benefits stated above, the semantic chunks take care of the transcription at the 30 sec boundaries.
### Your contribution
A similar batching has already been implemented in [faster-whisper project](https://github.com/SYSTRAN/faster-whisper/blob/c2a1da1bd94e002c38487c91c2f6b50a048000cf/faster_whisper/transcribe.py#L361) with Silero VAD. The WER and Speed on internal test data and [youtube-commons-asr-eval](https://huggingface.co/datasets/mobiuslabsgmbh/youtube-commons-asr-eval) (for long-form transcription) are better on this implementation than the current HF implementation. | Feature request | low | Minor |
2,617,927,023 | flutter | Markdown Parsing Error: Text that ends with a break line and a hyphen returns only a bullet point | ### Steps to reproduce
By using the latest version of the package `flutter_markdown: 0.7.4+1`
and using the class `MarkdownBody` and passing to the `data` parameter
a text that ends with a line break and a Hyphen, for example:
```
Best Regards,
Sally McMahon
-
```
The result deletes the text previous to the Hyphen, and only shows a bullet point, the result will be:
```
•
```
### Expected results
Is expected to not delete the previous text to the hyphen,
```
Best Regards,
Sally McMahon
•
```
### Actual results
it deletes the previous text to the hyphen
### Code sample
```
`const MarkdownBody(
data: '''
Best Regards,
Sally McMahon
-
''',
);`
```
### Screenshots or Video
<details open>
With break line and hyphen the text is removed:

Without the break line the text is shown:

</details>
### Logs
<details open><summary>Logs</summary>
```console
[Paste your logs here]
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.7 23H124 darwin-arm64, locale en-ES)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 15.4)
✗ Unable to get list of installed Simulator runtimes.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] IntelliJ IDEA Community Edition (version 2023.2.5)
[✓] VS Code (version 1.94.2)
[✓] Connected device (3 available)
[✓] Network resources
! Doctor found issues in 1 category.
luis.garcia@MAC-LGARCIA lodgify-flutter % flutter doctor -v
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.7 23H124 darwin-arm64, locale en-ES)
• Flutter version 3.19.6 on channel stable at /opt/homebrew/Caskroom/flutter/3.16.5/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 54e66469a9 (6 months ago), 2024-04-17 13:08:03 -0700
• Engine revision c4cd48e186
• Dart version 3.3.4
• DevTools version 2.31.1
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/luis.garcia/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)
• All Android licenses accepted.
[!] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15F31d
✗ Unable to get list of installed Simulator runtimes.
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2023.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)
[✓] IntelliJ IDEA Community Edition (version 2023.2.5)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[✓] VS Code (version 1.94.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.98.0
[✓] Connected device (3 available)
• sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 14 (API 34) (emulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 14.7 23H124 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 130.0.6723.70
[✓] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
</details>
| package,team-ecosystem,has reproducible steps,P2,p: flutter_markdown,triaged-ecosystem,found in release: 3.24,found in release: 3.27 | low | Critical |
2,617,973,860 | tauri | [bug] http plugin does not store http-only cookies on cookie storage | ### Describe the bug
I have a session cookie (http-only) returned as part of the authentication process, which is handled by Tauri's HTTP Client plugin.
Any request that is handled by the client (within the current session), includes the received cookie, but:
- Using EventSource (SSE events) do not include the cookie, as none is found in the cookie storage within the dev tools
- Restarting the app forces a re-auth, as the cookie (with the JWT token) is not part of the storage.
### Reproduction
_No response_
### Expected behavior
HTTP Client should persist http-only cookies as part of the cookie storage.
I've set CSP settings to include the remote address, but that did not work either:
```
"security": {
"csp": {
"default-src": "'self' customprotocol: asset: https://api.server.com/",
"connect-src": "ipc: http://ipc.localhost https://api.server.com/"
}
}
```
### Full `tauri info` output
```text
> tauri info
[✔] Environment
- OS: Arch Linux Rolling Release x86_64 (X64)
✔ webkit2gtk-4.1: 2.46.2
✔ rsvg2: 2.59.1
✔ rustc: 1.82.0 (f6e511eec 2024-10-15)
✔ cargo: 1.82.0 (8f40fc59f 2024-08-21)
✔ rustup: 1.27.1 (2024-05-07)
✔ Rust toolchain: stable-x86_64-unknown-linux-gnu (default)
- node: 22.10.0
- yarn: 1.22.22
- npm: 10.9.0
[-] Packages
- tauri 🦀: 2.0.6
- tauri-build 🦀: 2.0.2
- wry 🦀: 0.46.3
- tao 🦀: 0.30.3
- @tauri-apps/api : 2.0.3
- @tauri-apps/cli : 2.0.5
[-] Plugins
- tauri-plugin-fs 🦀: 2.0.3
- @tauri-apps/plugin-fs : not installed!
- tauri-plugin-shell 🦀: 2.0.2
- @tauri-apps/plugin-shell : 2.0.1
- tauri-plugin-http 🦀: 2.0.3
- @tauri-apps/plugin-http : 2.0.1
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../../frontend/www
- bundler: Vite
```
### Stack trace
_No response_
### Additional context
_No response_ | type: bug,status: needs triage | low | Critical |
2,618,031,339 | kubernetes | API documentation incorrectly states that resizePolicy can be set to ephemeral containers | ### What happened?

Based on the concept of `resizePolicy`, it is expected behavior that `resizePolicy` cannot be assigned to ephemeral containers, as they do not support resource requests or limits.
However, in the Kubernetes v1.31 API documentation, there is no clear indication that the `resizePolicy` option is disallowed for ephemeral containers, which may lead to confusion for users.


### `pkg/apis/core/validation/validation_test.go`
```go
func TestValidateEphemeralContainers(t *testing.T) {
...
...
...
{
"Container uses disallowed field: ResizePolicy",
line(),
[]core.EphemeralContainer{{
EphemeralContainerCommon: core.EphemeralContainerCommon{
Name: "resources-resize-policy",
Image: "image",
ImagePullPolicy: "IfNotPresent",
TerminationMessagePolicy: "File",
ResizePolicy: []core.ContainerResizePolicy{
{ResourceName: "cpu", RestartPolicy: "NotRequired"},
},
},
}},
field.ErrorList{{Type: field.ErrorTypeForbidden, Field: "ephemeralContainers[0].resizePolicy"}},
}
...
...
...
```
As shown in the code above, it is explicitly stated that `resizePolicy` cannot be assigned to ephemeral containers.
This restriction is not reflected in the API documentation, potentially leading users to believe they can apply `resizePolicy` to ephemeral containers. Including this limitation in the documentation would improve clarity and enhance the user experience.
### What did you expect to happen?
The Kubernetes v1.31 API documentation should clearly state that `resizePolicy` cannot be assigned to ephemeral containers, as they do not support resource requests or limits. This clarification would prevent users from mistakenly assuming that `resizePolicy` can be applied to ephemeral containers and help avoid configuration errors.
### How can we reproduce it (as minimally and precisely as possible)?
1. Go to the Kubernetes v1.31 API documentation.
2. [Navigate to the section discussing `resizePolicy` for containers.](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#containerresizepolicy-v1-core)
3. [Review the documentation regarding ephemeral containers.](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#ephemeralcontainer-v1-core)
4. Observe that there is no mention or clarification that `resizePolicy` cannot be applied to ephemeral containers, leading to potential misunderstandings.
### Anything else we need to know?
_No response_
### Kubernetes version
<details>
```console
$ kubectl version
Client Version: v1.31.1
Kustomize Version: v5.4.2
Server Version: v1.31.1
```
</details>
### Cloud provider
<details>
On-Premises
</details>
### OS version
<details>
```console
# On Linux:
$ cat /etc/os-release
RETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
$ uname -a
Linux masternode-virtual-machine 6.8.0-47-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Oct 2 16:16:55 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
```
</details>
### Install tools
<details>
kubeadm
</details>
### Container runtime (CRI) and version (if applicable)
<details>
containerd
</details>
### Related plugins (CNI, CSI, ...) and versions (if applicable)
<details>
</details>
| priority/backlog,kind/documentation,sig/node,help wanted,good first issue,triage/accepted | low | Critical |
2,618,034,163 | PowerToys | [pt run] Add what program was run to logger for audit. | ### Description of the new feature / enhancement
I love to use PowerToys Run. However, I accidentally ran an application uninstaller as the search unexpectedly included it as a top result. Pressing enter will execute the uninstall immediately without asking for confirmation, leading to the application being uninstalled without any way to abort. Some uninstallers ask for confirmation during startup, but not all. This is an even bigger problem as not all uninstallers have the application's name visible, making it hard to find out what was removed. The lack of a PowerToys Run execution log also adds to this problem.
A new option to exclude uninstallers would be the best solution (if possible), but I'm open to other solutions to the core problem. Another solution is a box where I can enter partial strings that would be excluded from the search result (adding "uninstall" would omit any result with that as part of the name).
### Scenario when this would be used?
Not having to worry about accidentally running a destructive operation would speed up my workflow, as an incorrect Run search would not potentially cause an application to be removed.
### Supporting information
_No response_ | Help Wanted,Product-PowerToys Run,Cost-Small,Run-Plugin | low | Minor |
2,618,065,895 | pytorch | Triton pre_hooks are ignored by torch.compile | ### 🐛 Describe the bug
`torch.compile` is ignoring the `pre_hook` argument defined in `triton.Config`, which makes models using some Triton kernels output wrong results.
Here's a simple example to reproduce the issue: a Triton kernel that adds values (1 + 1), but it uses `atomic_add`, the output is initialized with 1. The pre_hook sets the output to zero, so if the hook is working properly the expected value should be 2, if the pre_hook is ignored the output would be 3:
```Python
import torch
import triton
import triton.language as tl
def init_to_zero(name):
return lambda nargs: nargs[name].zero_()
def get_default_config():
config = triton.Config({'BLOCK_SIZE':1024}, num_warps=4, num_stages=2, pre_hook=init_to_zero("output_ptr"))
return [config]
@triton.autotune(configs = get_default_config(), key=['n_elements'],)
@triton.jit
def add_kernel(x_ptr, y_ptr, output_ptr, n_elements, BLOCK_SIZE: tl.constexpr):
pid = tl.program_id(axis=0)
block_start = pid * BLOCK_SIZE
offsets = block_start + tl.arange(0, BLOCK_SIZE)
mask = offsets < n_elements
x = tl.load(x_ptr + offsets, mask=mask)
y = tl.load(y_ptr + offsets, mask=mask)
output = x + y
tl.atomic_add(output_ptr + offsets, output, mask=mask)
def add(x: torch.Tensor, y: torch.Tensor) -> torch.Tensor:
output = torch.ones(x.shape, device=x.device, dtype=x.dtype)
n_elements = output.numel()
grid = lambda meta: (triton.cdiv(n_elements, meta['BLOCK_SIZE']), )
add_kernel[grid](x, y, output, n_elements)
return output
x = torch.ones((4096,), device='cuda:0', dtype=torch.float16)
y = torch.ones((4096,), device='cuda:0', dtype=torch.float16)
assert add(x, y).mean() == 2, "Problem with add kernel"
for mode in ['reduce-overhead', 'max-autotune-no-cudagraphs']:
add_compiled = torch.compile(add, mode=mode, fullgraph=True)
val = add_compiled(x, y).mean().item()
if(val != 2):
print("pre_hook ignored with " + mode, 'expected 2, but found ' + str(val))
# pre_hook ignored with reduce-overhead expected 2, but found 3.0
# pre_hook ignored with max-autotune-no-cudagraphs expected 2, but found 3.0
```
The current workaround is to initialize the output via `torch.zeros` but that's much slower. To give you numbers with Llama2-7B on the 4090, the decoding speed is 184 tokens/sec with the pre-hook on and using `torch.empty` to initialize the output, vs 178 tokens/sec by using `torch.zeros` to initialize the output.
### Versions
PyTorch version: 2.6.0.dev20241027+cu121
CUDA used to build PyTorch: 12.1
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Clang version: Could not collect
CMake version: version 3.26.4
Libc version: glibc-2.35
[pip3] pytorch-triton==3.1.0+cf34004b8a
[pip3] triton==3.1.0
cc @ezyang @gchanan @zou3519 @kadeng @msaroufim @chauhang @penguinwu @oulgen @aakhundov @davidberard98 | high priority,triaged,oncall: pt2,module: user triton | low | Critical |
2,618,098,827 | deno | deno cache doesn't discover all deps / deno test adds extra deps? | Version: deno 2.0.3 (stable, release, aarch64-apple-darwin)
Minimal reproducible example:
* Clone https://github.com/brc-dd/deno-cache-not-stable
* Run:
```sh
deno cache --reload --lock=deno.lock foo.test.ts
```
* Notice that there is no change in deno.lock.
* Now run:
```sh
deno test
```
* It adds `npm:@types/node@*` to deno.lock.
Additional context:
* Doesn't happen if `deno.json` is not present.
* cliffy indeed has some dynamic `node:` imports - https://github.com/search?q=repo:c4spar/deno-cliffy%20node:&type=code
* Likely an issue in deno_graph or are statically-analyzable dynamic imports not supported? 👀
---
Posting contents for completeness:
```ts
// foo.test.ts
import {} from 'jsr:@cliffy/prompt@^1.0.0-rc.7'
```
```diff
diff --git a/deno.lock b/deno.lock
index 5332053..c9550de 100644
--- a/deno.lock
+++ b/deno.lock
@@ -10,7 +10,8 @@
"jsr:@std/fmt@~1.0.2": "1.0.3",
"jsr:@std/io@~0.224.9": "0.224.9",
"jsr:@std/path@~1.0.6": "1.0.7",
- "jsr:@std/text@~1.0.7": "1.0.8"
+ "jsr:@std/text@~1.0.7": "1.0.8",
+ "npm:@types/node@*": "22.5.4"
},
"jsr": {
"@cliffy/ansi@1.0.0-rc.7": {
@@ -58,5 +59,16 @@
"@std/text@1.0.8": {
"integrity": "40ba34caa095f393e78796e5eda37b8b4e2cc6cfd6f51f34658ad7487b1451e4"
}
+ },
+ "npm": {
+ "@types/node@22.5.4": {
+ "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
+ "dependencies": [
+ "undici-types"
+ ]
+ },
+ "undici-types@6.19.8": {
+ "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
+ }
}
}
``` | bug | low | Minor |
2,618,188,920 | rust | Fails to link verbatim libary in 1.82 on macOS | <!--
Thank you for filing a regression report! 🐛 A regression is something that changed between versions of Rust but was not supposed to.
Please provide a short summary of the regression, along with any information you feel is relevant to replicate it.
-->
### Code
Full project to reproduce this bug is at https://github.com/anatawa12/rust-1.82-linker-regression
I tried to link .a file at `$OUT_DIR/testlib.a` with the following `build.rs` code.
```rust
fn main() {
let out_dir = PathBuf::from(std::env::var_os("OUT_DIR").unwrap());
std::fs::create_dir_all(&out_dir).unwrap();
let object = out_dir.join("testlib.o");
let archive = out_dir.join("testlib.a");
// buiid code here
println!(
"cargo:rustc-link-search=native={path}",
path = out_dir.display()
);
println!("cargo:rustc-link-lib=static:+verbatim=testlib.a");
}
```
I ran `cargo +stable test`, linker reported `ld: library 'testlib.a' not found`, but with rust 1.81.0 (`cargo +1.81.0 test`) no linker error was reported.
Rust 1.82.0 on linux works well AFAIK (not tested with this code above, but works with real-world case I found this regression)
<details>
<summary>full build log with verbose</summary>
```
$ cargo +stable test --verbose
Compiling rust-1-82-linker-regression v0.1.0 (/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression)
Running `/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=192 --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7bb1aa767972a7a -C extra-filename=-d7bb1aa767972a7a --out-dir /Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/build/rust-1-82-linker-regression-d7bb1aa767972a7a -C incremental=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/incremental -L dependency=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps`
Running `/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/build/rust-1-82-linker-regression-d7bb1aa767972a7a/build-script-build`
Running `/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name rust_1_82_linker_regression --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=192 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=add4a5facfd2f7ab -C extra-filename=-add4a5facfd2f7ab --out-dir /Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps -C incremental=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/incremental -L dependency=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps -L native=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/build/rust-1-82-linker-regression-a47462767d058db3/out -l 'static:+verbatim=testlib.a'`
Running `/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name rust_1_82_linker_regression --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=192 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=963aac10ba26161b -C extra-filename=-963aac10ba26161b --out-dir /Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps -C incremental=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/incremental -L dependency=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps -L native=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/build/rust-1-82-linker-regression-a47462767d058db3/out -l 'static:+verbatim=testlib.a'`
error: linking with `cc` failed: exit status: 1
|
= note: env -u IPHONEOS_DEPLOYMENT_TARGET -u TVOS_DEPLOYMENT_TARGET -u XROS_DEPLOYMENT_TARGET LC_ALL="C" PATH="/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin:/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin:/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin:/Users/anatawa12/.cargo/bin:/Users/anatawa12/.opam/default/bin:/opt/homebrew/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/grep/libexec/gnubin:/Users/anatawa12/.pyenv/shims:/Users/anatawa12/.rbenv/bin:/Users/anatawa12/.rbenv/shims:/opt/local/bin:/opt/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/X11/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/anatawa12/.cargo/bin:/opt/n/bin:/Users/anatawa12/bin:/Users/anatawa12/.dotnet/tools:/Users/anatawa12/go/bin" VSLANG="1033" ZERO_AR_DATE="1" "cc" "-arch" "arm64" "/var/folders/kw/yhxddc7x2_b9f__07m789msm0000gn/T/rustcxMuggb/symbols.o" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps/rust_1_82_linker_regression-963aac10ba26161b.230w3ltx1tyin48jyz9gg62ve.rcgu.o" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps/rust_1_82_linker_regression-963aac10ba26161b.2kpsu0kkm1iu0u33iw506w5qe.rcgu.o" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps/rust_1_82_linker_regression-963aac10ba26161b.2rra8qibc8xluhhphpeac63l6.rcgu.o" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps/rust_1_82_linker_regression-963aac10ba26161b.63fa677y8o4kupyjrhw2e06nv.rcgu.o" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps/rust_1_82_linker_regression-963aac10ba26161b.dozsgtx5r5kuvil9ikjcppamh.rcgu.o" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps/rust_1_82_linker_regression-963aac10ba26161b.4mrr65f7zswfitye8l3bs5h4p.rcgu.o" "-ltestlib.a" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libtest-85a9da6da381f636.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libgetopts-78018899fd21502d.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libunicode_width-869d479eca56b68b.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/librustc_std_workspace_std-4410c8ee795fd46e.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libstd-0b4a354a5d882f18.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libpanic_unwind-00e89274fccf37d9.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libobject-16cb3fa9562569e5.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libmemchr-726032628236814d.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libaddr2line-3a2050392888e443.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libgimli-22481e5f0a7ce87c.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/librustc_demangle-99efda3e7d60c7d0.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libstd_detect-97279fd1ed4043e6.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libhashbrown-14aec4517faeb95b.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/librustc_std_workspace_alloc-ce8f05ca22908841.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libminiz_oxide-45050aa8ac83ac5c.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libadler-3a0b6babb2efec9c.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libunwind-41b79f23e35577db.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libcfg_if-7831295d10c91204.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/liblibc-f86e480d5dcc309d.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/liballoc-a7504b44dda8a2a3.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/librustc_std_workspace_core-589a9d977c5a484f.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libcore-a17e2a568e77fc15.rlib" "/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_builtins-791901bf82ad4f12.rlib" "-lSystem" "-lc" "-lm" "-L" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/build/rust-1-82-linker-regression-a47462767d058db3/out" "-o" "/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps/rust_1_82_linker_regression-963aac10ba26161b" "-Wl,-dead_strip" "-nodefaultlibs"
= note: ld: library 'testlib.a' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: could not compile `rust-1-82-linker-regression` (lib test) due to 1 previous error
Caused by:
process didn't exit successfully: `/Users/anatawa12/.rustup/toolchains/stable-aarch64-apple-darwin/bin/rustc --crate-name rust_1_82_linker_regression --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=192 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=963aac10ba26161b -C extra-filename=-963aac10ba26161b --out-dir /Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps -C incremental=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/incremental -L dependency=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/deps -L native=/Users/anatawa12/RustroverProjects/rust-1-82-linker-regression/target/debug/build/rust-1-82-linker-regression-a47462767d058db3/out -l 'static:+verbatim=testlib.a'` (exit status: 1)
```
</details>
### Version it worked on
<!--
Provide the most recent version this worked on, for example:
It most recently worked on: Rust 1.47
-->
It most recently worked on: Rust 1.80 or 1.81 beta, and 1.81 stable on github actions<!-- version -->
### Version with regression
<!--
Provide the version you are using that has the regression.
-->
`rustc --version --verbose`:
```
rustc 1.82.0 (f6e511eec 2024-10-15)
binary: rustc
commit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14
commit-date: 2024-10-15
host: aarch64-apple-darwin
release: 1.82.0
LLVM version: 19.1.1
```
<!--
Did the compiler crash? If so, please provide a backtrace.
-->
### Backtrace
No Compiler Crashes
<!--
Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your
environment. E.g. `RUST_BACKTRACE=1 cargo build`.
-->
<details><summary>Backtrace</summary>
<p>
```
<backtrace>
```
</p>
</details>
<!--
If you know when this regression occurred, please add a line like below, replacing `{channel}` with one of stable, beta, or nightly.
@rustbot modify labels: +regression-from-stable-to-{channel} -regression-untriaged
-->
| A-linkage,O-macos,T-compiler,C-bug,regression-untriaged | low | Critical |
2,618,189,647 | vscode | Option to enable `tsconfig.json` relative loading of TypeScript language service plugins | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
Support resolving TypeScript language service plugins relative to the `tsconfig.json` that lists them. Right now only plugins relative to the TypeScript instance are (implicitly) allowed, which is problematic when using a strict package manager like pnpm.
To be clear, I'm not asking for this to be enabled by default. That would go against the existing VSCode defaults. It would be nice is VSCode created a notification when a plugin could not be resolved and local plugin loads was disabled, so that devs are aware and can make the necessary configuration changes, though that is a bigger ask.
As far as implementing this, TypeScript itself _can_ perform correct resolution (needs `allowLocalPluginLoads: true`) and the TS web implementation of the language server actually has this wired up partially.
https://github.com/microsoft/vscode/blob/a14300ec9f7d04fbbaa9f896d46626110baa2b90/extensions/typescript-language-features/web/src/webServer.ts#L51
## Example
* Workspace (VSCode Window) Root: `/Users/__/__/__/web/`
* Repo Root: `/Users/__/__/__/`
* TypeScript (apparent): `/Users/__/__/__/web/node_modules/typescript`
* TypeScript (resolved): `/Users/__/__/__/node_modules/.pnpm/typescript@5.5.4/node_modules/typescript`
* Plugin: `/Users/__/__/__/web/node_modules/@__/__-plugin`
* TS Config: `/Users/__/__/__/web/tsconfig.json`
In this scenario the workspace TypeScript version is being used. Since the resolved path for the TypeScript package is outside the `web/` directory, the plugin cannot be resolved.
To get around this issue we've added `@__/__-plugin` to pnpm's public hoist patterns (so it appears in `/Users/__/__/__/node_modules`) which isn't ideal. It's the same kind of issue as what ESLint (the tool itself, not the extension specifically) has had historically (a big enough issue that even in pnpm v9 `*eslint*` is a default public hoist pattern).
An alternative workaround is adding the plugin path (or the `node_modules` containing it) to `typescript.tsserver.pluginPaths` however this is an imperfect, brittle, and at worst incorrect (wrong plugin version could be resolved) solution.
## Related
* #45856
* #46443 | feature-request,typescript | medium | Critical |
2,618,233,433 | angular | Injector Tree diagrams reset on every change detection | ### Is this a bug report or a feature request?
- [x] Bug Report
- [ ] Feature Request
### Please provide the steps to reproduce the issue [Bug Report only]
1. Open the stackblitz [stackblitz](https://stackblitz.com/edit/buncow?file=src%2Fmain.ts), which does nothing except trigger a change detection every second.
2. Open the Angular devtools on the page.
3. Navigate to the injector tree tab in the Angular devtools.
4. Pan either the environment hierarchy or injector hierarchy diagrams.
5. Observe that the view you panned resets after at most one second, when the change detection happens.
### Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
Actual behaviour: the diagrams move to the roots of the hierarchies whenever change detection happens.
Expected behaviour:
1. If the hierarchy doesn’t change at all, the current state of the diagram (panning and zoom) should stay as they were before the change detection.
2. It would be awesome (though probably hard to achieve) to not change the panning and zoom even if there are (some) changes to the hierarchy, though the exact expected behaviour is probably up to a lot of debate. This part is more of a feature request and probably out of scope for the bug fix, but I wanted to mention it.
### Please provide a screenshot if possible [Bug Report only]
_No response_
### Please provide the exception or error you saw [Bug Report only]
No error
### Is this a browser-specific issue? If so, please specify the device, browser, and version. [Bug Report only]
Reproducible in Firefox and chromium
### Description [Feature Request only]
_No response_
### Proposed solution [Feature Request only]
_No response_
### Alternatives considered [Feature Request only]
_No response_ | area: devtools | low | Critical |
2,618,262,415 | deno | Repl panic importing dependency that patches `globalThis` | Reproduce
- Version: Deno 2.0.3 (also on `1.46.3`)
- MacOS
- deno repl (normal run is different)
- no permissions should be needed
`deno`
```js
> import "https://raw.githubusercontent.com/jeff-hykin/xcc_deno/afced534b1004fe42a8f4153c7cb2d20e5f3891d/main/js_box/null_env.js"
```
```
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.
Platform: macos aarch64
Version: 2.0.3
Args: ["deno"]
thread 'main' panicked at cli/tools/repl/session.rs:596:39:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: 0x105d18190 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h243268f17d714c7f
1: 0x104dc6cec - core::fmt::write::hb3cfb8a30e72d7ff
2: 0x105ce7554 - std::io::Write::write_fmt::hfb2314975de9ecf1
3: 0x105d1a4f8 - std::panicking::default_hook::{{closure}}::h14c7718ccf39d316
4: 0x105d1a04c - std::panicking::default_hook::hc62e60da3be2f352
5: 0x104ce9550 - deno::setup_panic_hook::{{closure}}::h774b9d294b778323
6: 0x105d1b424 - std::panicking::rust_panic_with_hook::h09e8a656f11e82b2
7: 0x105d1ae64 - std::panicking::begin_panic_handler::{{closure}}::h1230eb3cc91b241c
8: 0x105d1ae00 - std::sys::backtrace::__rust_end_short_backtrace::hc3491307aceda2c2
9: 0x105d1adf4 - _rust_begin_unwind
10: 0x104dc5214 - core::panicking::panic_fmt::ha4b80a05b9fff47a
11: 0x104dc6a1c - core::panicking::panic::h298549a7412a7069
12: 0x104dcd490 - core::option::unwrap_failed::hb7af631ec4f78cd6
13: 0x104c9ce58 - deno::tools::repl::session::ReplSession::evaluate_line_and_get_output::{{closure}}::h6c711b3a662d08cd
14: 0x104ca1820 - deno::tools::repl::run::{{closure}}::h2e1b282d66d40ba0
15: 0x104ce32a8 - deno::spawn_subcommand::{{closure}}::h911ec47cd534adea
16: 0x104900d6c - <deno_unsync::tokio::task::MaskFutureAsSend<F> as core::future::future::Future>::poll::hd1f6dc566a2d25e6
17: 0x104a7c604 - tokio::runtime::task::raw::poll::h59ac22a2edfabe51
18: 0x104cea7cc - deno::main::h253786e6e24501e6
19: 0x1049a23fc - std::sys::backtrace::__rust_begin_short_backtrace::hbe6aa37289ae6a3a
20: 0x104d401d8 - _main
```
## Major Notes:
1. Other import styles don't cause the issue. E.g. `import * as _ from "https://raw.githubusercontent.com/jeff-hykin/xcc_deno/afced534b1004fe42a8f4153c7cb2d20e5f3891d/main/js_box/null_env.js"` (no error, no problem)
2. `deno run <that import>` causes: `error: Uncaught ReferenceError: Event is not defined
at dispatchLoadEvent (ext:runtime_main/js/99_main.js:425:33)`
3. ### The reason for this crash is *very very much in part because of the absolute cursed code that is being loaded*
`null_env.js` is sandboxing-code. It deletes almost everything from `globalThis`, including stuff like `Event`.
TLDR modifications/non-modifications:
globalThis prototype stays as-is (at least on this commit)
The following are what is left on globalThis after `enforceNullEnv()` is run:
```js
[
"Object",
"Function",
"Array",
"Number",
"parseFloat",
"parseInt",
"Infinity",
"NaN",
"undefined",
"Boolean",
"String",
"Symbol",
"Promise",
"RegExp",
"Error",
"globalThis",
"JSON",
"Math",
"Map",
"Set",
"Reflect",
"escape",
"unescape",
"eval",
"isFinite",
"isNaN",
"atob",
"btoa",
"structuredClone",
"__DENO_REPL_INTERNALS_1730117269__",
"setTimeout", // NOTE: shimmed (should be unnoticeable)
"setInterval", // NOTE: shimmed (should be unnoticeable)
"clearInterval", // NOTE: shimmed (should be unnoticeable)
"clearTimeout", // NOTE: shimmed (should be unnoticeable)
"Date", // NOTE: shimmed BUT VERY NOTICEABLE (only .getTime() is a method)
"performance", // NOTE: shimmed VERY NOTICEABLE (has all methods but only .now() matches expected behavior)
"Performance", // NOTE: shimmed probably very noticeable
"PerformanceMark", // NOTE: shimmed probably very noticeable
"postMessage",
Symbol("[[webidl.brand]]"),
Symbol()
]
```
| bug,repl | low | Critical |
2,618,280,398 | godot | Godot editor becomes unresponsive when the WM_SETTINGCHANGE or WM_SYSCOLORCHANGE message is received | ### Tested versions
- Reproducible in: 4.3-stable [77dcf97]
### System information
Godot v4.3.stable (77dcf97d8) - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2080 Super with Max-Q Design (NVIDIA; 32.0.15.6590) - Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 Threads)
### Issue description
I downloaded Godot 4.3 stable and while using it I noticed that it would periodically become unresponsive. After building from source I attached the debugger using Visual Studio and paused execution during one of these periods of unresponsiveness. It looks like the handling of WM_SETTINGCHANGE or WM_SYSCOLORCHANGE in DisplayServerWindows::WndProc can take a long time. Further up the callstack is EditorNode::_update_theme.
I have my Windows background set to a slide show, so I guess I was hitting this each time the slide changed.
I have 'Follow System Theme' disabled in my editor settings. Should the WM_SETTINGCHANGE or WM_SYSCOLORCHANGE messages be ignored in this case?
### Steps to reproduce
* Create a new project in the project manager
* Wait for the new project to load
* Open Settings from the Windows 10 start menu
* Open Personalisation > Background
* Change the background picture
* Click on the Godot Engine window. It will be unresponsive but will eventually recover
* If you have Visual Studio attached while the Godot window is unresponsive you can break and find a thead calling DisplayServerWindows::WndProc and handling a WM_SETTINGCHANGE or WM_SYSCOLORCHANGE message
Edit: Found out later that this will *not* repro if you have 'Automatically pick an accent colour from my background' disabled in your 'Personalisation > Colours' section of Windows Settings.
### Minimal reproduction project (MRP)
This can be reproduced in a new project created in the project manager. | bug,platform:windows,topic:porting | low | Critical |
2,618,337,498 | react-native | How can I smoothly scroll upwards in a React Native FlatList without losing my position even momentarily? | ### Description
```
<FlatList
extraData={postsData.data}
data={postsData.data}
ref={postDataRef}
onScroll={handleScroll}
onMomentumScrollBegin={() => setInitialRender(false)}
maintainVisibleContentPosition={{
minIndexForVisible: 10,
}}
initialNumToRender={10}
onScrollToIndexFailed={(info) => {
if (isToScroll) {
const wait = new Promise((resolve) => setTimeout(resolve, 500));
wait.then(() => {
if (postDataRef?.current) {
postDataRef?.current?.scrollToIndex({
index: info?.index > 0 ? info?.index : 0,
animated: false,
});
}
});
}
}}
renderItem={renderItems}
style={{
backgroundColor: colors.background,
}}
keyExtractor={(item: any, index) => index.toString()}
refreshControl={
<RefreshControl
refreshing={loadingOnPull}
onRefresh={onRefresh}
tintColor={colors.primary}
progressViewOffset={headerHeight}
/>
}
ListHeaderComponent={
<FooterLoadingIndicator isHidden={loadingRefresh} />
}
onEndReached={onEndReached}
contentContainerStyle={{
paddingTop: headerHeight,
paddingBottom: !locked || isAdmin ? spacing.vl + spacing.xxl : 20,
}}
onEndReachedThreshold={0.2}
ListFooterComponent={
<FooterLoadingIndicator isHidden={endReachLoader} />
}
/>
```
```
const handleScroll = async ({ nativeEvent }: any) => {
const { firstReceivedPage, currentReceivedPage } = pageDetail;
if (!hasMoreItem) return null;
const { contentOffset, layoutMeasurement, contentSize } = nativeEvent;
const isScrolledToTop = contentOffset.y < 40 && contentOffset.y > 1;
const isScrolledToBottom =
contentOffset.y + layoutMeasurement.height >= contentSize.height;
if (postsData.data?.length < postsData.total_size) {
if (isScrolledToTop && scrollContentOffsetY.current > contentOffset.y) {
if (loadingOnPull == true || loadingRefresh == false) return null;
setIsToScroll(false);
setLoadingRefresh(false);
await getPostsData(firstReceivedPage + 1, false, false);
setLoadingRefresh(true);
setIsTop(true);
}
scrollContentOffsetY.current = contentOffset.y;
}
};
```
```useFocusEffect(
React.useCallback(() => {
if (isScroll) {
setTimeout(() => {
postDataRef?.current?.scrollToIndex({
index: (postsData?.data?.length - 1) > 0 ? postsData?.data?.length - 1 : 0,
viewOffset: 100,
});
}, 1000);
}
}, [isScroll, postsData.data.length]),
);
```
I'm encountering an issue where, when I'm on page 3 and scroll up to load the previous page (page 2), the scroll position briefly jumps to the first post on page 2 before returning to the intended last post position. The expected behavior is that no position should be lost—once page 2 is loaded and added to the list, the scroll should seamlessly maintain the position, showing the last post without any jump.
### Steps to reproduce
I tried adding every prop but unable to stop this loosing position issue
### React Native Version
^0.74.5
### Affected Platforms
Runtime - Android, Runtime - iOS
### Output of `npx react-native info`
```text
System:
OS: Windows 11 10.0.22631
CPU: (4) x64 11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz
Memory: 1.26 GB / 7.75 GB
Binaries:
Node:
version: 20.16.0
path: C:\Program Files\nodejs\node.EXE
Yarn:
version: 1.22.21
path: ~\AppData\Roaming\npm\yarn.CMD
npm:
version: 10.8.1
path: C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Not Found
Visual Studio: Not Found
Languages:
Java: Not Found
Ruby: Not Found
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.6
wanted: ^0.74.5
react-native-windows: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
```
```
### Stacktrace or Logs
```text
No error, only position loosing
```
### Reproducer
https://github.com/vthakur-1995/copy_paste
### Screenshots and Videos
https://go.screenpal.com/watch/cZ6uldncDL4 | Issue: Author Provided Repro,Component: FlatList,Newer Patch Available,Needs: Attention | low | Critical |
2,618,343,730 | pytorch | Quantization API examples in the docs are outdated | ### 📚 The doc issue
Upon looking through the docs on [Quantization](https://pytorch.org/docs/stable/quantization.html), some API example code provided throw errors as they are either outdated or incomplete such as:
1. **Quantization Aware Training for Static Quantization API Example**
```python
import torch
# define a floating point model where some layers could benefit from QAT
class M(torch.nn.Module):
def __init__(self):
super().__init__()
# QuantStub converts tensors from floating point to quantized
self.quant = torch.ao.quantization.QuantStub()
self.conv = torch.nn.Conv2d(1, 1, 1)
self.bn = torch.nn.BatchNorm2d(1)
self.relu = torch.nn.ReLU()
# DeQuantStub converts tensors from quantized to floating point
self.dequant = torch.ao.quantization.DeQuantStub()
def forward(self, x):
x = self.quant(x)
x = self.conv(x)
x = self.bn(x)
x = self.relu(x)
x = self.dequant(x)
return x
# create a model instance
model_fp32 = M()
# model must be set to eval for fusion to work
model_fp32.eval()
# attach a global qconfig, which contains information about what kind
# of observers to attach. Use 'x86' for server inference and 'qnnpack'
# for mobile inference. Other quantization configurations such as selecting
# symmetric or asymmetric quantization and MinMax or L2Norm calibration techniques
# can be specified here.
# Note: the old 'fbgemm' is still available but 'x86' is the recommended default
# for server inference.
# model_fp32.qconfig = torch.ao.quantization.get_default_qconfig('fbgemm')
model_fp32.qconfig = torch.ao.quantization.get_default_qat_qconfig('x86')
# fuse the activations to preceding layers, where applicable
# this needs to be done manually depending on the model architecture
model_fp32_fused = torch.ao.quantization.fuse_modules(model_fp32,
[['conv', 'bn', 'relu']])
# Prepare the model for QAT. This inserts observers and fake_quants in
# the model needs to be set to train for QAT logic to work
# the model that will observe weight and activation tensors during calibration.
model_fp32_prepared = torch.ao.quantization.prepare_qat(model_fp32_fused.train())
# run the training loop (not shown)
training_loop(model_fp32_prepared)
# Convert the observed model to a quantized model. This does several things:
# quantizes the weights, computes and stores the scale and bias value to be
# used with each activation tensor, fuses modules where appropriate,
# and replaces key operators with quantized implementations.
model_fp32_prepared.eval()
model_int8 = torch.ao.quantization.convert(model_fp32_prepared)
# run the model, relevant calculations will happen in int8
res = model_int8(input_fp32)
```
I receive the following error:

I tried exploring the `torch.ao` directory and looking for the function definition to import it but was unable to find it. Furthermore, `input_fp32` was not defined hence I just added `input_fp32 = torch.randn(4, 1, 4, 4)` right before passing the input to the quantized model in the end.
2. **FX Graph Mode Quantization Example**
```
import torch
from torch.ao.quantization import (
get_default_qconfig_mapping,
get_default_qat_qconfig_mapping,
QConfigMapping,
)
import torch.ao.quantization.quantize_fx as quantize_fx
import copy
model_fp = UserModel()
#
# post training dynamic/weight_only quantization
#
# we need to deepcopy if we still want to keep model_fp unchanged after quantization since quantization apis change the input model
model_to_quantize = copy.deepcopy(model_fp)
model_to_quantize.eval()
qconfig_mapping = QConfigMapping().set_global(torch.ao.quantization.default_dynamic_qconfig)
# a tuple of one or more example inputs are needed to trace the model
example_inputs = (input_fp32)
# prepare
model_prepared = quantize_fx.prepare_fx(model_to_quantize, qconfig_mapping, example_inputs)
# no calibration needed when we only have dynamic/weight_only quantization
# quantize
model_quantized = quantize_fx.convert_fx(model_prepared)
#
# post training static quantization
#
model_to_quantize = copy.deepcopy(model_fp)
qconfig_mapping = get_default_qconfig_mapping("qnnpack")
model_to_quantize.eval()
# prepare
model_prepared = quantize_fx.prepare_fx(model_to_quantize, qconfig_mapping, example_inputs)
# calibrate (not shown)
# quantize
model_quantized = quantize_fx.convert_fx(model_prepared)
#
# quantization aware training for static quantization
#
model_to_quantize = copy.deepcopy(model_fp)
qconfig_mapping = get_default_qat_qconfig_mapping("qnnpack")
model_to_quantize.train()
# prepare
model_prepared = quantize_fx.prepare_qat_fx(model_to_quantize, qconfig_mapping, example_inputs)
# training loop (not shown)
# quantize
model_quantized = quantize_fx.convert_fx(model_prepared)
#
# fusion
#
model_to_quantize = copy.deepcopy(model_fp)
model_fused = quantize_fx.fuse_fx(model_to_quantize)
```
I received the following error:

I was unsure on how to solve this. `input_fp32` was missing here as well.
3. **PyTorch 2 Export Quantization Example**
```
import torch
from torch.ao.quantization.quantize_pt2e import prepare_pt2e
from torch._export import capture_pre_autograd_graph
from torch.ao.quantization.quantizer import (
XNNPACKQuantizer,
get_symmetric_quantization_config,
)
class M(torch.nn.Module):
def __init__(self):
super().__init__()
self.linear = torch.nn.Linear(5, 10)
def forward(self, x):
return self.linear(x)
# initialize a floating point model
float_model = M().eval()
# define calibration function
def calibrate(model, data_loader):
model.eval()
with torch.no_grad():
for image, target in data_loader:
model(image)
# Step 1. program capture
# NOTE: this API will be updated to torch.export API in the future, but the captured
# result should mostly stay the same
m = capture_pre_autograd_graph(m, *example_inputs)
# we get a model with aten ops
# Step 2. quantization
# backend developer will write their own Quantizer and expose methods to allow
# users to express how they
# want the model to be quantized
quantizer = XNNPACKQuantizer().set_global(get_symmetric_quantization_config())
# or prepare_qat_pt2e for Quantization Aware Training
m = prepare_pt2e(m, quantizer)
# run calibration
# calibrate(m, sample_inference_data)
m = convert_pt2e(m)
# Step 3. lowering
# lower to target backend
```
Initially, I got an import error for `XNNPACKQuantizer` and fixed it by importing from`torch.ao.quantization.quantizer.xnnpack_quantizer`. The import for `convert_pt2e` was also missing and I added it as well. Finally, the wrong model was passed into `capture_pre_autograd_graph` and so I fixed it by passing `float_model` as the first argument and also defined `example_inputs` as it was missing here as well. I received many depreciated warnings as follows in the end:

Seems like there are a lot of warnings indicated the need to update the examples. Additionally, the example also has an incomplete `Step 3` mentioned in the end.
I would appreciate some guidance on the above errors if they are fixable on the spot as I am currently on my quantization learning journey. Thank you!
### Version
torch 2.5.0
### Suggest a potential alternative/fix
_No response_
cc @svekars @brycebortree @sekyondaMeta @jerryzh168 @jianyuh @raghuramank100 @jamesr66a @vkuzo @jgong5 @Xia-Weiwen @leslie-fang-intel @msaroufim | module: docs,oncall: quantization | low | Critical |
2,618,381,007 | ollama | Please update NuExtract to v1.5 | Please update [NuExtract](https://ollama.com/library/nuextract) to the newest version on [huggingface](https://huggingface.co/numind/NuExtract-v1.5/tree/main) | model request | low | Minor |
2,618,389,328 | pytorch | Cannot compile with latest LLVM-19 | ### 🐛 Describe the bug
Really not sure if this is a CMake issue or Pytorch one but I will start here as I think it's related to Pytorch cmake scripts.
I ran into two errors trying to compile with LLVM-19. The first one I was able to get around by modifying the main pytorch CMakeLists.txt. The other one has me stumped.
The first issue is this line in CMakeLists.txt:
```
string(APPEND CMAKE_CUDA_FLAGS " -Xfatbin -compress-all")
```
These flags don't seem to be supported by the clang cuda compiler. I just removed this line to get past the error.
The second error from the cmake configuration stage:
```
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Failed
#20 4.539 -- Found CUDA: /usr/local/cuda (found version "Ubuntu clang version 19.1.2 (++20241016063431+7ba7d8e2f7b6-1~exp1~20241016063549.55)
#20 4.539 Target: x86_64-pc-linux-gnu
#20 4.539 Thread model: posix
#20 4.539 InstalledDir: /usr/lib/llvm-19/bin
#20 4.539 .Ubuntu clang version 19.1.2 (++20241016063431+7ba7d8e2f7b6-1~exp1~20241016063549.55)
#20 4.539 Target: x86_64-pc-linux-gnu
#20 4.539 Thread model: posix
#20 4.539 InstalledDir: /usr/lib/llvm-19/bin
#20 4.539 ")
#20 4.969 -- The CUDA compiler identification is Clang 19.1.2
#20 4.997 -- Detecting CUDA compiler ABI info
#20 5.523 -- Detecting CUDA compiler ABI info - done
#20 5.550 -- Check for working CUDA compiler: /usr/bin/clang++-19 - skipped
#20 5.552 -- Detecting CUDA compile features
#20 5.552 -- Detecting CUDA compile features - done
#20 5.554 -- Found CUDAToolkit: /usr/local/cuda/include (found version "12.5.82")
#20 5.557 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
#20 5.708 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
#20 5.708 -- Check if compiler accepts -pthread
#20 5.851 -- Check if compiler accepts -pthread - yes
#20 5.852 -- Found Threads: TRUE
#20 5.866 CMake Error at cmake/public/cuda.cmake:64 (message):
#20 5.866 Found two conflicting CUDA versions:
#20 5.866
#20 5.866 V19.1.2 in '/usr/local/cuda/include' and
#20 5.866
#20 5.866 V12.5.82 in '/usr/local/cuda/include'
#20 5.866 Call Stack (most recent call first):
#20 5.866 cmake/Dependencies.cmake:44 (include)
#20 5.866 CMakeLists.txt:862 (include)
#20 5.866
#20 5.866
#20 5.867 -- Configuring incomplete, errors occurred!
#20 5.867 CMake Warning:
#20 5.867 Value of CUDA_VERSION contained a newline; truncating
```
Dockerfile to reproduce the second error. Some of this may not strictly be necessary.
Build the dockerfile using: `docker build -t llvmdev:latest -f Dockerfile .`
```Dockerfile
FROM nvidia/cuda:12.5.1-cudnn-devel-ubuntu20.04 AS build
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y && apt install -y \
locales \
wget \
curl \
git \
apt-transport-https \
ca-certificates \
software-properties-common \
&& rm -rf /var/lib/apt/lists/* \
&& apt clean
RUN locale-gen en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
# Update certs
RUN update-ca-certificates
# Setup for newer python and gcc installation
RUN apt update && \
add-apt-repository ppa:deadsnakes/ppa && \
apt update && apt upgrade -y && apt install -y && \
rm -rf /var/lib/apt/lists/* && \
apt clean
RUN apt update && apt install -y \
python3.12 python3.12-distutils && \
rm -rf /var/lib/apt/lists/* && \
apt clean
# Use python to install some up-to-date build tools
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12 && \
python3.12 -m pip install --upgrade pip setuptools wheel && \
python3.12 -m pip install cmake meson ninja conan
# Setup dependencies dir
ENV WORKDIR=/opt
WORKDIR ${WORKDIR}
RUN mkdir -p ${WORKDIR}/deps
# Install llvm
RUN wget -qO - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-19 main" | tee /etc/apt/sources.list.d/llvm.list && \
echo "deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-19 main" | tee -a /etc/apt/sources.list.d/llvm.list && \
apt update && apt install -y \
libllvm19 llvm-19 llvm-19-dev llvm-19-doc llvm-19-examples llvm-19-runtime \
clang-19 clang-tools-19 clang-19-doc libclang-common-19-dev libclang-19-dev libclang1-19 clang-format-19 python3-clang-19 clangd-19 clang-tidy-19 \
libclang-rt-19-dev \
lldb-19 \
lld-19 \
libc++-19-dev libc++abi-19-dev \
libomp-19-dev \
libunwind-19-dev \
libmlir-19-dev mlir-19-tools
ENV DEPS_DIR=/opt/deps CC=/usr/bin/clang-19 CXX=/usr/bin/clang++-19
# CCCL
# We install the latest version because the newest clang doesn't work with the Cuda Toolkit CCCL
ADD https://github.com/NVIDIA/cccl.git#df845aded1db97374c854264e34cc7789aa87e49 /opt/deps/include/cccl
# Libtorch
ADD https://github.com/pytorch/pytorch.git#v2.5.0 ${DEPS_DIR}/src/pytorch
# Fix error in pytorch CMakeLists.txt?
RUN cd ${DEPS_DIR}/src/pytorch && sed -i.bak -e '662d' CMakeLists.txt
ENV LD_LIBRARY_PATH=/opt/llvm/lib/x86_64-unknown-linux-gnu/:$LD_LIBRARY_PATH \
CCCL_DIR=/opt/deps/include/cccl \
C_COMPILER_PATH=/usr/bin/clang-19 \
CXX_COMPILER_PATH=/usr/bin/clang++-19
ENV CMAKE_CXX_STANDARD=17 \
CMAKE_CUDA_STANDARD=17 \
CMAKE_C_COMPILER=$C_COMPILER_PATH \
CMAKE_CXX_COMPILER=$CXX_COMPILER_PATH \
CMAKE_CUDA_COMPILER=$CXX_COMPILER_PATH \
CMAKE_CUDA_HOST_COMPILER=$CXX_COMPILER_PATH \
CUDACXX=$CXX_COMPILER_PATH \
CMAKE_CUDA_ARCHITECTURES=75 \
CMAKE_CXX_FLAGS="-Wall -Wextra -Werror -fPIC -I$CCCL_DIR/cub -I$CCCL_DIR/thrust -I$CCCL_DIR/libcudacxx/include" \
CMAKE_CUDA_FLAGS="-stdlib=libc++ -D_ALLOW_UNSUPPORTED_LIBCPP" \
CMAKE_SHARED_LINKER_FLAGS="-static-libstdc++" \
CMAKE_EXE_LINKER_FLAGS="-static-libstdc++" \
CMAKE_PREFIX_PATH=/opt/deps
# PyTorch variables
ENV USE_CUDA=ON \
USE_NCCL=ON \
USE_CUDNN=ON \
DEBUG=OFF \
CUDA_DEVICE_DEBUG=OFF \
USE_DISTRIBUTED=OFF \
USE_MKL=OFF \
USE_MKLDNN=OFF \
BUILD_TEST=ON \
USE_FBGEMM=OFF \
USE_NNPACK=OFF \
USE_QNNPACK=OFF \
USE_XNNPACK=OFF
RUN cd ${DEPS_DIR}/src/pytorch && python3.12 setup.py develop
```
### Versions
Python: 3.12.7
PyTorch: 2.5.0
CMake: 3.30.5
Clang/LLVM: 19.1.2
Ninja: 1.11.1
cc @malfet @seemethere @ptrblck @msaroufim | module: build,module: cuda,triaged | low | Critical |
2,618,416,940 | yt-dlp | ZenYandex: Unable to extract 'metadata' | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've checked that all provided URLs are playable in a browser with the same IP and same login details
- [X] I've checked that all URLs and arguments with special characters are [properly quoted or escaped](https://github.com/yt-dlp/yt-dlp/wiki/FAQ#video-url-contains-an-ampersand--and-im-getting-some-strange-output-1-2839-or-v-is-not-recognized-as-an-internal-or-external-command)
- [X] I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues **including closed ones**. DO NOT post duplicates
- [X] I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
- [X] I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
### Region
Europe
### Provide a description that is worded well enough to be understood
Can't download video from dzen.ru
### Provide verbose output that clearly demonstrates the problem
- [X] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [ ] If using API, add `'verbose': True` to `YoutubeDL` params instead
- [X] Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
### Complete Verbose Output
```shell
# yt-dlp -vU 'https://dzen.ru/video/watch/67121abe9f0bb24550262b86'
[debug] Command-line config: ['-vU', 'https://dzen.ru/video/watch/67121abe9f0bb24550262b86']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.10.22 from yt-dlp/yt-dlp [67adeb7ba] (pip)
[debug] Python 3.11.2 (CPython x86_64 64bit) - Linux-6.1.0-25-amd64-x86_64-with-glibc2.36 (OpenSSL 3.0.14 4 Jun 2024, glibc 2.36)
[debug] exe versions: ffmpeg 5.1.6-0 (setts), ffprobe 5.1.6-0
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.08.30, mutagen-1.47.0, requests-2.32.3, sqlite3-3.40.1, urllib3-2.2.3, websockets-13.0.1
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1839 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.10.22 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.10.22 from yt-dlp/yt-dlp)
[ZenYandex] Extracting URL: https://dzen.ru/video/watch/67121abe9f0bb24550262b86
[ZenYandex] 67121abe9f0bb24550262b86: Downloading webpage
[ZenYandex] 67121abe9f0bb24550262b86: Redirecting
ERROR: [ZenYandex] 67121abe9f0bb24550262b86: Unable to extract metadata; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
File "/root/yt/venv/lib/python3.11/site-packages/yt_dlp/extractor/common.py", line 741, in extract
ie_result = self._real_extract(url)
^^^^^^^^^^^^^^^^^^^^^^^
File "/root/yt/venv/lib/python3.11/site-packages/yt_dlp/extractor/yandexvideo.py", line 260, in _real_extract
data_json = self._search_json(
^^^^^^^^^^^^^^^^^^
File "/root/yt/venv/lib/python3.11/site-packages/yt_dlp/extractor/common.py", line 1359, in _search_json
json_string = self._search_regex(
^^^^^^^^^^^^^^^^^^^
File "/root/yt/venv/lib/python3.11/site-packages/yt_dlp/extractor/common.py", line 1345, in _search_regex
raise RegexNotFoundError(f'Unable to extract {_name}')
```
| site-bug,patch-available | low | Critical |
2,618,428,455 | storybook | Svelte CSF issue with Save from Controls | ### Describe the bug
When a user tries to use the Save from Controls feature in a Svelte project with template syntax, it throws a cryptic error message without any helpful information to the user when he attempts to use any of the workflow controls (e.g., Update Story, Save new Story). This issue is reproducible in the latest Storybook version and also in the latest pre-release version.
Below is a recording of the issue:
https://github.com/user-attachments/assets/49cf4879-8fca-4b32-8f72-309d5da61363
As an aside, the documentation will be updated to reflect this limitation. However, it would be ideal to turn off the feature for Svelte projects until it is fully supported to avoid confusion or provide a more informative error message to the user when the feature is not supported in the current context.
cc @JReinhold
### Reproduction link
https://stackblitz.com/edit/github-vbubyc?file=src%2Fstories%2FButton.stories.svelte
### Reproduction steps
1. Create a new Svelte project
2. Add Storybook to the project
3. Open a Svelte native template syntax story file (e.g., `Button.stories.svelte`)
4. Try to use any part of the feature (e.g., Update Story, Save new Story)
### System
```shelL
Storybook Environment Info:
System:
OS: macOS 15.0.1
CPU: (8) arm64 Apple M3
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.13.1 - ~/.nvm/versions/node/v20.13.1/bin/node
Yarn: 1.22.21 - /usr/local/bin/yarn
npm: 10.5.2 - ~/.nvm/versions/node/v20.13.1/bin/npm <----- active
pnpm: 9.12.2 - /opt/homebrew/bin/pnpm
Browsers:
Chrome: 130.0.6723.70
Edge: 130.0.2849.56
Safari: 18.0.1
npmPackages:
@storybook/addon-essentials: ^8.3.6 => 8.3.6
@storybook/addon-interactions: ^8.3.6 => 8.3.6
@storybook/addon-links: ^8.3.6 => 8.3.6
@storybook/addon-svelte-csf: ^5.0.0-next.8 => 5.0.0-next.8
@storybook/blocks: ^8.3.6 => 8.3.6
@storybook/svelte: ^8.3.6 => 8.3.6
@storybook/sveltekit: ^8.3.6 => 8.3.6
@storybook/test: ^8.3.6 => 8.3.6
storybook: ^8.3.6 => 8.3.6
```
### Additional context
_No response_ | bug,svelte,addon: controls,sveltekit,sev:S2 | low | Critical |
2,618,442,244 | yt-dlp | Convert slides/storyboards to video | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a feature unrelated to a specific site
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [X] I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues **including closed ones**. DO NOT post duplicates
- [X] I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
### Provide a description that is worded well enough to be understood
Sometimes the slides may be higher quality than the video itself. Ideally, this could be combined with the audio from the video. However, the current mhtml implementation of slides does not allow this.
I envision that the slides could be shown sequentially, each running from the timestamp it appears until the next slide appears. Essentially this would be creating a video from the slides.
This would be useful for lectures as mediasite often saves video in very poor quality, but often takes high quality screenshots of the lecture and displays them instead of the video.
However, I do recognise that currently mediasite slide extraction is broken (per https://github.com/yt-dlp/yt-dlp/issues/10320) so instead YouTube could be used as a place to start as the current mhtml "storyboards" calculate the start and end time of each storyboard and the duration of each, so these values could be used to stitch them together.
### Provide verbose output that clearly demonstrates the problem
- [ ] Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
- [ ] If using API, add `'verbose': True` to `YoutubeDL` params instead
- [ ] Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
### Complete Verbose Output
_No response_ | enhancement,core:post-processor | low | Critical |
2,618,442,599 | pytorch | Covert Conv3d to Conv2d, But output different | ### 🐛 Describe the bug
I tried to convert a Conv3d to Conv2d by splitting 3D kernels by the temporal axis, but outputs from the two differ:
<img width="531" alt="image" src="https://github.com/user-attachments/assets/27a5e7fb-67fa-4fcb-a593-ccdaee44ba38">
<img width="1050" alt="image" src="https://github.com/user-attachments/assets/b7d6bc4e-a0c2-40be-b4de-851800ab5f96">
I expect output1 and output2 should be the same. Any details I've overlooked?
code:
```
t = torch.randn(1, 1, 4, 4, dtype=torch.float32)
conv3d = torch.nn.Conv3d(out_channels=1, in_channels=1, kernel_size=(2,2,2), stride=(2,2,2), bias=False, dtype=torch.float32)
# conv3d2 = torch.nn.Conv3d(out_channels=1, in_channels=1, kernel_size=(2,2,2), stride=(2,2,2), bias=False, dtype=torch.bfloat16)
# conv3d.weight.data = torch.ones(1, 1, 2, 2, 2, dtype=torch.bfloat16)
# conv3d2.weight.data = conv3d.weight.data
conv2d1 = torch.nn.Conv2d(in_channels=1, out_channels=1, kernel_size=(2,2), stride=(2,2), bias=False, dtype=torch.float32)
conv2d2 = torch.nn.Conv2d(in_channels=1, out_channels=1, kernel_size=(2,2), stride=(2,2), bias=False, dtype=torch.float32)
# conv2d3 = torch.nn.Conv2d(in_channels=3, out_channels=12, kernel_size=(14,14), stride=(14,14), bias=False)
# print(conv3d.weight.shape)
# conv2d1.weight = torch.nn.parameter.Parameter(conv3d.weight.detach().reshape(12, 6, 14, 14).contiguous())
# conv2d3.weight = torch.nn.parameter.Parameter(torch.mean(conv3d.weight.detach(), dim=2).squeeze(dim=2))
print(conv3d.weight.data.dtype)
conv2d1.weight.data = conv3d.weight.data[:,:, 0, :, :]
conv2d2.weight.data = conv3d.weight.data[:,:, 1, :, :]
input = torch.stack([t, t], dim=0).view(-1, 1, 2, 2, 2)
# print(input.shape)
output1 = conv3d(input).view(-1, 1)
output2 = (conv2d1(input[:, :, 0, :, :]) + conv2d2(input[:, :, 1, :, :])).view(-1, 1)
# output3 = conv3d2(input).view(-1, 1)
print(output1==output2)
```
### Versions
PyTorch version: 2.4.1
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS: macOS 15.0.1 (arm64)
GCC version: Could not collect
Clang version: 16.0.0 (clang-1600.0.26.3)
CMake version: version 3.28.1
Libc version: N/A
Python version: 3.10.13 (main, Sep 11 2023, 08:16:02) [Clang 14.0.6 ] (64-bit runtime)
Python platform: macOS-15.0.1-arm64-arm-64bit
Is CUDA available: False
CUDA runtime version: No CUDA
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: True
CPU:
Apple M3 Max
Versions of relevant libraries:
[pip3] numpy==1.26.3
[pip3] torch==2.4.1
[pip3] torchaudio==2.4.1
[pip3] torchvision==0.19.1
[conda] numpy 1.26.3 pypi_0 pypi
[conda] torch 2.4.1 pypi_0 pypi
[conda] torchaudio 2.4.1 pypi_0 pypi
[conda] torchvision 0.19.1 pypi_0 pypi
| module: convolution,triaged | low | Critical |
2,618,447,503 | flutter | [a11y] screen reader rect doesn't change position after scroll | ### Steps to reproduce
Google Chrome (version 130) on macos with voiceover was used to reproduce.
1. Run provided reproduction code in web
2. Enable screen reader
3. Using screen reader navigation focus text
4. Scroll the page down
### Expected results
Screen reader rect position gets updated to match position of the text
### Actual results
Screen reader rect position stays the same
### Code sample
<details open><summary>Code sample</summary>
```dart
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: Scaffold(
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
title: const Text('Flutter Demo Home Page'),
),
body: Center(
child: SingleChildScrollView(
child: Semantics(
explicitChildNodes: true,
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Semantics(
child: Column(
children: [
const SizedBox(height: 200),
Image.network(
'https://storage.googleapis.com/cms-storage-bucket/images/Flutter_324_Header_v01.width-635.png'),
const Text('some text'),
const SizedBox(height: 2000),
],
),
),
],
),
),
),
),
),
);
}
}
```
</details>
### Screenshots or Video
<details open>
<summary>Screenshots / Video demonstration</summary>
https://github.com/user-attachments/assets/b13b41e6-11ac-44b4-843a-1f197ddbf4e9
</details>
### Logs
<details open><summary>Logs</summary>
```console
flutter run -d chrome
Launching lib/main.dart on Chrome in debug mode...
Waiting for connection from debug service on Chrome... 14.5s
This app is linked to the debug service: ws://127.0.0.1:61117/DwiSfb9i-xo=/ws
Debug service listening on ws://127.0.0.1:61117/DwiSfb9i-xo=/ws
🔥 To hot restart changes while running, press "r" or "R".
For a more detailed help message, press "h". To quit, press "q".
A Dart VM Service on Chrome is available at: http://127.0.0.1:61117/DwiSfb9i-xo=
The Flutter DevTools debugger and profiler on Chrome is available at: http://127.0.0.1:9100?uri=http://127.0.0.1:61117/DwiSfb9i-xo=
```
</details>
### Flutter Doctor output
<details open><summary>Doctor output</summary>
```console
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.6.1 23G93 darwin-x64, locale en-GE)
• Flutter version 3.24.3 on channel stable at /Users/igor_khramtsov/work/tools/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 2663184aa7 (7 weeks ago), 2024-09-11 16:27:48 -0500
• Engine revision 36335019a8
• Dart version 3.5.3
• DevTools version 2.37.3
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/igor_khramtsov/Library/Android/sdk
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/to/macos-android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16A242d
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915915-b509.11)
[✓] IntelliJ IDEA Community Edition (version 2023.3.2)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 77.0.1
• Dart plugin version 233.13135.65
[✓] VS Code (version 1.93.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.96.0
[✓] Connected device (2 available)
• macOS (desktop) • macos • darwin-x64 • macOS 14.6.1 23G93 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 130.0.6723.70
! Error: Browsing on the local area network for Igor’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local
area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
```
</details>
| framework,a: accessibility,f: scrolling,platform-web,has reproducible steps,P2,team-web,triaged-web,found in release: 3.24,found in release: 3.27 | low | Critical |
2,618,452,178 | ui | [feat]: Include URLs to blocks as registryDependencies | ### Feature description
When creating a registry block, allow URLs to other blocks to be used as `registryDependencies`
### Affected component/components
_No response_
### Additional Context
An example of this could be:
```js
{
name: 'form-input',
type: 'registry:block',
dependencies: ['@radix-ui/react-label', 'react-hot-toast'],
devDependencies: [],
registryDependencies: ['input', 'label', 'https://registry.gambrell.dev/form-error/json'],
files: [
{
path: './components/form-input.tsx',
content:
"import { cn } from '@/lib/utils'\nimport { FormError } from './form-error'\nimport { Input, InputProps } from './ui/input'\nimport { Label } from './ui/label'\n\ntype FormInputProps = InputProps & { error?: string[]; label?: string }\n\nexport function FormInput({ className, error, id, label, name, ...props }: FormInputProps) {\n\treturn (\n\t\t<div className={cn('grid gap-2 h-fit', className)}>\n\t\t\t{label && <Label htmlFor={id ?? name}>{label}</Label>}\n\t\t\t<Input id={id ?? name} name={name ?? id} {...props} />\n\t\t\t<FormError value={error} />\n\t\t</div>\n\t)\n}\n",
type: 'registry:block',
},
],
tailwind: {},
cssVars: {},
meta: {},
}
```
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues and PRs | area: request | low | Critical |
2,618,486,634 | PowerToys | Support for adding mutiple keys to one shortcut | ### Description of the new feature / enhancement
The current implementation in KBM is that you can create a remapping to an existing shortcut
eg. ALT+Q > ALT+F4
It also allows for chording on the keypress to execute something else
eg. ALT+A, Q > Write some text || Tab || open a program
This is nice and all but what i want is not only the ability to remap my shortcuts but add as many keys (not just text, but also non-printable keys) as I want to be executed on the other side
eg. CTRL+: > Enter, a, Space, 2, 3, Tab, Tab, b, "
The above example is a bit ridiculous but you get my point
Not just text symbols but non-printable symbols as well alongside anything else
There are only two shortcuts that require this extent of remapping on my machine and because KBM doesnt support this, I have to use auto hotkey. Just for those two remaps
If this were to be implemented into KBM then I could just use one program for everything and never look at anything else
Could someone please look into adding this to KBM
P.S.
I have looked at other issues as well and this one #26441 is the closest thing i could find to my problem but it was closed without being properly resolved because some idiot thought that the aforementioned issue and this one #4508 are the same thing
Even though if you actually read through them they are going over completely different feature requests
### Scenario when this would be used?
To combine multiple shortcuts into one
To perform multiple repetitive key presses at once
### Supporting information
Any specifics are mentioned and explained above | Needs-Triage | low | Minor |
2,618,720,798 | angular | NullInjectorError shows wrong component with missing provider | ### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
When injecting a pipe, e.g. DatePipe, directly into a component via inject or constructor, one has to register this pipe somewhere via the providers array metadata. When not doing so, there will be a NullInjectorError at runtime telling, which provider is missing. However the error does not indicate the correct component where the provider is actually missing. In the example provided here the error indicates that the component which is used for routing is missing the provider but it's actually one of its child components. (I think the error, or the component in the error message, always falls back to any routed component and won't be shown in any child component)
Instead of ` ERROR NullInjectorError: R3InjectorError(Standalone[_SomeRoutedComponent])[_DatePipe -> _DatePipe -> _DatePipe]` I would have expected ` ERROR NullInjectorError: R3InjectorError(Standalone[_SomeChildComponent])[_DatePipe -> _DatePipe -> _DatePipe]`
There might be technical reasons why this is the case but in my opinion this is wrong and it's at least highly confusing...
PS: I believe this should already be checked at build time but this is a different story.
### Please provide a link to a minimal reproduction of the bug
https://github.com/thecp/NullInjector-Message-Reproduction
### Please provide the exception or error you saw
core.mjs:7195 ERROR NullInjectorError: R3InjectorError(Standalone[_SomeRoutedComponent])[_DatePipe -> _DatePipe -> _DatePipe]:
NullInjectorError: No provider for _DatePipe!
at NullInjector.get (core.mjs:1636:21)
at R3Injector.get (core.mjs:3018:27)
at R3Injector.get (core.mjs:3018:27)
at R3Injector.get (core.mjs:3018:27)
at ChainedInjector.get (core.mjs:5289:32)
at lookupTokenUsingModuleInjector (core.mjs:5632:31)
at getOrCreateInjectable (core.mjs:5678:10)
at ɵɵdirectiveInject (core.mjs:11586:17)
at ɵɵinject (core.mjs:1102:40)
at inject (core.mjs:1187:10)
handleError @ core.mjs:7195
### Please provide the environment you discovered this bug in (run `ng version`)
Angular CLI: 18.2.10
Node: 20.18.0
Package Manager: yarn 1.22.22
OS: linux x64
Angular: 18.2.9
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1802.10
@angular-devkit/build-angular 18.2.10
@angular-devkit/core 18.2.10
@angular-devkit/schematics 18.2.10
@angular/cli 18.2.10
@schematics/angular 18.2.10
rxjs 7.8.1
typescript 5.5.4
zone.js 0.14.10
### Anything else?
Also tested this with the newest next Version but the problem persists. | area: core | low | Critical |
2,618,722,153 | langchain | MongoDBAtlasVectorSearch missing create_vector_search_index method as documented | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package).
### Example Code
### To Reproduce
Here’s the code I am using, based on the documentation:
from langchain_mongodb import MongoDBAtlasVectorSearch
from pymongo import MongoClient
import os
class AtlasDb:
def __init__(self):
mongodb_uri = os.getenv("MONGODB_ATLAS_CLUSTER_URI")
db_name = os.getenv("VECTOR_DB_NAME")
collection_name = os.getenv("VECTOR_DB_COLLECTION_NAME")
index_name = os.getenv("VECTOR_DB_INDEX_NAME")
# Initialize MongoDB client
self.client = MongoClient(mongodb_uri)
self.db = self.client[db_name]
self.collection = self.db[collection_name]
# Initialize embeddings model
self.embeddings = OpenAIEmbeddings(model="text-embedding-ada-002")
# Initialize the vector store
self.vector_store = MongoDBAtlasVectorSearch(
collection=self.collection,
embedding=self.embeddings,
index_name=index_name,
text_key="page_content",
relevance_score_fn="cosine",
)
# Attempt to create vector search index
self.vector_store.create_vector_search_index(dimensions=1536) # Error occurs here
### Error Message and Stack Trace (if applicable)
AttributeError: 'MongoDBAtlasVectorSearch' object has no attribute 'create_vector_search_index'
### Description
I'm following the LangChain documentation (https://python.langchain.com/docs/integrations/vectorstores/mongodb_atlas/) for creating a vector store index with MongoDB Atlas using the MongoDBAtlasVectorSearch class. However, when I attempt to call create_vector_search_index, I get an error indicating that this method does not exist.
Documentation Reference
The LangChain documentation suggests using create_vector_search_index on the MongoDBAtlasVectorSearch object with the following code:
vector_store.create_vector_search_index(dimensions=1536)
As a workaround, I found that I could create the index manually through the MongoDB Atlas UI with the following index definition:
json
Copy code
{
"fields":[
{
"type": "vector",
"path": "embedding",
"numDimensions": 1536,
"similarity": "cosine"
}
]
}
This manual setup works, but the absence of the create_vector_search_index method in the codebase could be misleading for other users following the documentation.
### System Info
(abogacia) C:\Users\ASUS\Desktop\projects\Abogacy-AI>pip freeze
aiohttp==3.9.5
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.4.0
asgiref==3.8.1
asttokens==2.4.1
attrs==23.2.0
backcall==0.2.0
backoff==2.2.1
bcrypt==4.1.3
beautifulsoup4==4.12.3
bleach==6.1.0
build==1.2.1
cachetools==5.3.3
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
chroma-hnswlib==0.7.3
chromadb==0.5.3
click==8.1.7
colorama==0.4.6
coloredlogs==15.0.1
cryptography==43.0.0
dataclasses-json==0.6.7
decorator==5.1.1
defusedxml==0.7.1
Deprecated==1.2.14
distro==1.9.0
dnspython==2.6.1
docopt==0.6.2
docx2txt==0.8
email_validator==2.2.0
executing==2.0.1
fastapi==0.111.0
fastapi-cli==0.0.4
fastjsonschema==2.20.0
filelock==3.15.4
flatbuffers==24.3.25
frozenlist==1.4.1
fsspec==2024.6.1
gitdb==4.0.11
GitPython==3.1.43
google-auth==2.31.0
googleapis-common-protos==1.63.2
greenlet==3.0.3
grpcio==1.64.1
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
huggingface-hub==0.23.4
humanfriendly==10.0
idna==3.7
importlib_metadata==7.1.0
importlib_resources==6.4.0
ipython==8.12.3
jedi==0.19.1
Jinja2==3.1.4
jsonpatch==1.33
jsonpointer==3.0.0
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
jupyter_client==8.6.2
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
kubernetes==30.1.0
langchain==0.2.15
langchain-community==0.2.15
langchain-core==0.2.37
langchain-experimental==0.0.64
langchain-mongodb==0.1.6
langchain-openai==0.1.14
langchain-text-splitters==0.2.2
langsmith==0.1.84
markdown-it-py==3.0.0
MarkupSafe==2.1.5
marshmallow==3.21.3
matplotlib-inline==0.1.7
mdurl==0.1.2
mistune==3.0.2
mmh3==4.1.0
monotonic==1.6
mpmath==1.3.0
multidict==6.0.5
mypy-extensions==1.0.0
nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
neo4j==5.24.0
numpy==1.26.4
oauthlib==3.2.2
onnxruntime==1.18.1
openai==1.35.10
opentelemetry-api==1.25.0
opentelemetry-exporter-otlp-proto-common==1.25.0
opentelemetry-exporter-otlp-proto-grpc==1.25.0
opentelemetry-instrumentation==0.46b0
opentelemetry-instrumentation-asgi==0.46b0
opentelemetry-instrumentation-fastapi==0.46b0
opentelemetry-proto==1.25.0
opentelemetry-sdk==1.25.0
opentelemetry-semantic-conventions==0.46b0
opentelemetry-util-http==0.46b0
orjson==3.10.6
outcome==1.3.0.post0
overrides==7.7.0
packaging==24.1
pandocfilters==1.5.1
parso==0.8.4
pdfminer.six==20240706
pickleshare==0.7.5
pipreqs==0.5.0
platformdirs==4.2.2
posthog==3.5.0
prompt_toolkit==3.0.47
protobuf==4.25.3
pure_eval==0.2.3
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pydantic==2.8.2
pydantic_core==2.20.1
Pygments==2.18.0
pymongo==4.8.0
PyMuPDF==1.24.7
PyMuPDFb==1.24.6
pypdf==4.2.0
PyPika==0.48.9
pyproject_hooks==1.1.0
pyreadline3==3.4.1
PySocks==1.7.1
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-multipart==0.0.9
pytz==2024.1
pywin32==306
PyYAML==6.0.1
pyzmq==26.1.0
referencing==0.35.1
regex==2024.5.15
requests==2.32.3
requests-oauthlib==2.0.0
rich==13.7.1
rpds-py==0.20.0
rsa==4.9
selenium==4.21.0
setuptools==69.5.1
shellingham==1.5.4
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
sortedcontainers==2.4.0
soupsieve==2.5
SQLAlchemy==2.0.31
stack-data==0.6.3
starlette==0.37.2
sympy==1.12.1
tenacity==8.5.0
tiktoken==0.7.0
tinycss2==1.3.0
tokenizers==0.19.1
tornado==6.4.1
tqdm==4.66.4
traitlets==5.14.3
trio==0.25.1
trio-websocket==0.11.1
typer==0.12.3
typing-inspect==0.9.0
typing_extensions==4.12.2
ujson==5.10.0
urllib3==2.2.1
uvicorn==0.30.1
watchfiles==0.22.0
wcwidth==0.2.13
webdriver-manager==4.0.1
webencodings==0.5.1
websocket-client==1.8.0
websockets==12.0
wheel==0.43.0
wrapt==1.16.0
wsproto==1.2.0
yarg==0.1.9
yarl==1.9.4
zipp==3.19.2
| Ɑ: vector store,stale | low | Critical |
2,618,727,343 | ollama | Creating embeddings using the REST API is much slower than performing the same operation using Sentence Transformers | ### What is the issue?
I'm working on a RAG written in Python, and we're using ollama as the chatbot LLM provider. It's running in a Docker container and the Python app makes REST API calls to it. We have so far been using Sentence Transformers to create embeddings for documents that get ingested into the RAG and the user's query, however it would be great to ditch this dependency as it adds a bit of startup time and a lot of package dependencies that take up disk space.
Since the embed API now supports batching, I've run a test using the existing Sentence Transformers code, and equivalent code (same vectors, same model) using the embed route from the ollama Docker container and it's about 2x slower. Even though I guess making an HTTP request slows things down a little, I can't imagine the overhead should be that much?
Any way we can make it faster so we can get rid of other dependencies and use ollama for all our LLM related needs?
### OS
Docker
### GPU
Nvidia
### CPU
Intel
### Ollama version
0.3.14 | bug,performance | low | Major |
2,618,818,155 | pytorch | Add support for binding tensor kwargs in max-autotune templates | ### 🚀 The feature, motivation and pitch
I'm trying to write an inductor lowering for `torch._cslt_sparse_mm`, an aten op that takes has two optional tensor kwargs, `bias` and `alpha`.
https://github.com/pytorch/pytorch/pull/137427
It appears from that [inductor](https://github.com/pytorch/pytorch/blob/main/torch/_inductor/kernel/mm_scaled.py#L264) does not support optional tensor input arguments currently.
We cannot use the workaround described above because `_cslt_sparse_mm` has two optional tensor args. If the second Tensor kwarg is present, but not the first (in this case `alpha` and not `bias`) this approach will pass the alpha tensor as the bias tensor, leading to issues.
As a temporary workaround I have https://github.com/pytorch/pytorch/pull/138703/files, which adds in support for passing None as an input node, so that the alpha tensor is properly, assigned. This works but feels very hacky to me.
I'm wondering if this is the recommended way to solve this problem or if there's another approach here.
### Alternatives
_No response_
### Additional context
_No response_
cc @ezyang @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @aakhundov | triaged,oncall: pt2,module: inductor | low | Major |
2,618,821,994 | vscode | Terminal Cursor is at the wrong place with Python3.13 |
The terminal cursor seems to consistently be at wrong (further in the line) place, when user tries to use python3.13 inside the terminal:

I think it is VS Code thing, since the cursor seems "normal" for external terminal and Pycharm.

The only Python prompt specific code that I recall is:
https://github.com/microsoft/vscode/blob/0561ca03c895239131a526d8731da0e53027167c/src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts#L961 but wondering if this is the right place to look at.
| bug,terminal-input,python | low | Minor |
2,618,845,735 | ant-design | AntD v5 is very slow - Oct. 2024 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-qlfglw)
### Steps to reproduce
Add any number of AntD components to a page and notice that rendering performance degrades linearly. Once you get to 3000 AntD components on a page, rendering will take 3 seconds.
### What is expected?
Rendering should be nearly instant, but at least < 1s.
### What is actually happening?
Rendering appears to take ~1s per 1000 components on the page.
| Environment | Info |
| --- | --- |
| antd | 5.21.6 |
| React | 18.x |
| System | All |
| Browser | Chrome |
---
Reproduction v5 vs v4:
- v5: https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-qlfglw
- v4: https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-cxjpvs?workspaceId=70205799-5afa-4d62-b912-4ff90f0e3b6f
AntD is a full design system. When using the full design system, including grid (Row, Col, etc), Flex, Typography, Icons, etc. the number of components used on the page can quickly become very high. The biggest reason to use AntD is to be able to use the full design system, rather than building our own components, especially for things like Typography and layout. This performance is making AntD v5 unusable for production applications. There are other github issues on this topic, but they are over 1 year old and are labeled "inactive". Can the AntD team please acknowledge this issue?
<!-- generated by ant-design-issue-helper. DO NOT REMOVE --> | 🗣 Discussion,Inactive,⚡️ Performance | medium | Major |
2,618,903,724 | next.js | "use cache" crashes if it contains tainted values | ### Link to the code that reproduces this issue
https://github.com/mordechaim/next-repro-cache-taint
### To Reproduce
1. Start the application
2. See the error on page load
### Current vs. Expected behavior
**Current behavior**
The cache errors with the message passed to `taintUniqueValue`:

This error is also present while building the project:
```
Error while saving cache key: ["rKc0nlkGUlH9QFhckQS1H","8087fac4d5a350d79685366b3e238ee36c2ce46a",[]] Error: Don't pass the password to the client
```
**Expected behavior**
Since cache is server-side only, we should be able to cache tainted values.
### Provide environment information
```bash
Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Home
Available memory (MB): 32674
Available CPU cores: 8
Binaries:
Node: 22.9.0
npm: N/A
Yarn: N/A
pnpm: N/A
Relevant Packages:
next: 15.0.2-canary.9 // Latest available version is detected (15.0.2-canary.9).
eslint-config-next: N/A
react: 19.0.0-rc-1631855f-20241023
react-dom: 19.0.0-rc-1631855f-20241023
typescript: 5.3.3
Next.js Config:
output: N/A
```
### Which area(s) are affected? (Select all that apply)
Not sure
### Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local)
### Additional context
_No response_ | bug | low | Critical |
2,618,905,592 | PowerToys | PowerToys Workspaces does not launch specific UWP app: Laney | ### Microsoft PowerToys version
0.85.1
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
Workspaces
### Steps to reproduce
- Install [Laney](https://www.microsoft.com/store/productId/9MSPLCXVN1M5?ocid=pdpshare);
- Login to account (it is [VK](https://vk.com/)) - I believe this is a necessary step because Laney has a feature of restoring default window position if it experienced crash;
- Open Laney on some monitors;
- Capture Workspace;
- Close Laney;
- Try to launch the Workspace.
### ✔️ Expected Behavior
Laney should have been launched
### ❌ Actual Behavior
Laney is not launched at all
### Other Software
Windows 11 23H2
Laney is opened on the 3rd of 3 monitors, indexed as 3rd, the right one. | Issue-Bug,Needs-Triage,Needs-Team-Response,Product-Workspaces | low | Critical |
2,618,933,995 | node | Freeze NODE_OPTIONS for SingeExecutableApplications | ### What is the problem this feature will solve?
The `NODE_OPTIONS` environment variable allows configuration of the node process at runtime. This is inappropriate for *Single Executable Applications*. But the configurability provided is also something strictly desirable foe *Single Executable Applications* at "build" time.
### What is the feature you are proposing to solve the problem?
1. Store the `NODE_OPTIONS` environment variable into the injected blob at build-time
2. Use that value to override the environment `NODE_OPTIONS` value at runtime
### What alternatives have you considered?
I looked at enabling individual overrides via *sea-config.json* as well as possibly storing the actual environment settings and reconstructing these.
However that seems to be either less configurable as well as introducing additional complexity. By going this route, we'd expose the full configurability of `NODE_OPTIONS` while at the same time not introducing any strictly new mechanisms. | feature request,single-executable | low | Major |
2,618,991,599 | react-native | TextInput briefly displays restricted characters before validation removes them when using onChangeText | ### Description
Hi there,
Just wanted to bring up an issue that many of us have come across. When using TextInput with validation in onChangeText, restricted text still flashes for a moment before it gets removed. This is a pretty common need in apps, where real-time validation is used to guide user input (like blocking specific characters or setting a format). But right now, seeing those restricted characters pop up briefly makes the input feel a bit off.
There are many Workarounds and hacks for this but don’t quite fix the experience entirely. Is there any chance this could be smoothed out natively in the future?
### Steps to reproduce

### React Native Version
0.76.0
### Affected Platforms
Runtime - Android, Runtime - iOS
### Output of `npx react-native info`
```text
Not needed
```
### Stacktrace or Logs
```text
Not needed
```
### Reproducer
https://snack.expo.dev/fVO2DXQPPqQVlm9QBZ2ms
### Screenshots and Videos
_No response_ | Issue: Author Provided Repro,Component: TextInput,Needs: Attention | low | Major |
2,618,995,763 | pytorch | [dynamo] `dynamo_expected_failures` is silent on certain tests that ended up passing | ### 🐛 Describe the bug
I discovered that some tests from `test/dynamo` are put in `dynamo_expected_failures`, yet those tests are passing with `PYTORCH_TEST_WITH_DYNAMO=1`, and we never saw any error to suggest removing those expected failures.
This suggests we might have more things in `dynamo_expected_failures` than we need.
For instance, see #138935.
### Versions
Python 3.12.5, de54246c422
cc @mruberry @ZainRizvi @ezyang @chauhang @penguinwu @voznesenskym @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @amjames | module: tests,triaged,oncall: pt2,module: dynamo | low | Critical |
2,619,012,857 | deno | why command for discovering why is some dependency installed | It's nice that `deno install` print warning about pakages that are deprecated, but without some `pnpm why` analog it's hard to tell why it is installed (relevant dependency graph) | suggestion | low | Minor |
2,619,012,896 | ollama | ollama run aya-expanse:32b gives nonsensical output | ### What is the issue?
aya-expanse 8b runs fine, but 32b produces nonsensical output as shown below
ollama run aya-expanse:8b
>>> hi
Hello! How can I help you today?
ollama run aya-expanse:32b
>>> hi
L<PAD>KJ<PAD>OLE6IEGU;F<B9DN:FM4VNOUSV7I=5<UNHBGUQTUR=GOG;<PAD>LRN<CLE<;7BV@>T:8ND5>>;<34<PAD>LR;C;D7M6<QO5UIOI7BBUG9:?<D6UM<SO:MVKA6OAUFIK67UD@L<PAD>KJ<PAD>OLE6IEGU;F<B9DN:FM4VNOUSV7I=5<UNHBGUQTUR=GOG;<PAD>LRN<CLE<;7BV@>T:8ND5>>;<34<PAD>LR;C;D7M6<QO5UIOI7BBUG9:?<D6UM<SO:MVKA6OAUFIK67UD@M67<PAD>JHD?N4:J? ..... keeps producing nonsensical output
### OS
macOS
### GPU
Apple
### CPU
Apple
### Ollama version
0.3.14 | bug | low | Critical |
2,619,071,468 | kubernetes | CEL: enable size validations based on observed sizes, not worst case sizes | I would like the ability to express size limits in my API based on the observed sizes of nested objects/arrays, rather than the worst case.
For example, consider an API like so (this is a real API we have):
```yaml
rules:
- from:
- serviceAccounts:
- foo/bar
```
As you can see, we have 3 tiers of lists, then a string.
In order to write any meaningful validation on this to pretty small sizes (~64 max length on the lists). This is, presumably, since the theoretical max size is `rules * from * serviceAccounts * len(sa)`. With 64 each and 320 length on the string we may have a total `83886080` size, so the validator rejects us.
In practice, this is not happening. No one is writing 64 `rules` AND 64 `froms` AND 64 `serviceAccounts` in one rule.. but they may have >64 of any individual elements based on their use case.
It would be ideally to be able to express something like 'total cardinality', to take into account the nesting nature. Without this, a large portion of our APIs are forced out of using CEL entirely. | sig/api-machinery,kind/feature,triage/accepted | low | Major |
2,619,083,594 | rust | No way to disable tests for `*-windows-gnu` but keep them enabled for `*-windows-gnullvm` | If I write:
```
//@ only-windows
//@ ignore-windows-gnu // or just ignore-gnu
```
Then gnullvm will be also excluded. There are few things (like CFGuad) that will probably never work with mingw-w64+GNU targets but are supported on mingw-w64+LLVM (not yet within Rust).
Using `//@ only-windows-gnullvm` won't be an option because it would disable the test for `*-windows-msvc`.
One idea I can think of is to add `$` character that means end of the line, just like in regex. So `//@ ignore-windows-gnu$` would skip all `*-windows-gnu` targets from the given test but keep `*-windows-gnullvm` targets.
_Originally posted by @mati865 in [#128602](https://github.com/rust-lang/rust/issues/128602#issuecomment-2440129435)_
cc @jieyouxu | T-bootstrap,E-medium,C-bug,A-compiletest | low | Major |
2,619,086,283 | rust | Tracking issue for `TypingMode` transition | #131856 transitions the type system from separately tracking the `Reveal` in the `ParamEnv`, and `intercrate` and `defining_opaque_types` in the `InferCtxt` to tracking all of that state in a shared enum `TypingMode` as a field on the `InferCtxt`.
This is a necessary step towards correctly handling opaque types after type inference, but during analysis. This needs a separate typing mode where we reveal the opaque types defined by that body without accidentally trying to define them. It may also be used to properly support negative reasoning in coherence.
This issue is mostly used to get something to point to in `FIXME`s.
- [ ] for perf: modify const_eval queries to be named `_raw`, take a `ParamEnv` and have wrappers which assert that the typing_mode is `PostAnalysis`.
- [ ] perrrf: intern `typing_mode`
- [ ] useful for https://github.com/rust-lang/trait-system-refactor-initiative/issues/82#issuecomment-2505103034 | A-type-system,C-tracking-issue,T-types | low | Minor |
2,619,102,043 | ui | [bug]: global.scss errors when Sass comments // exist | ### Describe the bug
If global.scss file has comments in Sass form `//` then `npx shadcn@latest add ...` errors out.
### Affected component/components
n/a
### How to reproduce
1. Create a global.scss file if you don't have one
2. Make sure it has @tailwind directives (since this is how shadcn/ui determines the global file)
3. Add a Sass comment anywhere in file, e.g. `// Testing comment`
4. Run `npx shadcn@latest add button`
5. Get error (see Logs section)
### Codesandbox/StackBlitz link
_No response_
### Logs
```bash
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
<css input>:69:22: Unknown word
```
Sometimes you'll get `Unknown string` depending on the order of things.
```
### System Info
```bash
Apple M1 Pro
Node v21.5.0
shadcn@2.1.2
```
### Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues | bug | low | Critical |
2,619,111,571 | langchain | __modify_schema__ Method Unsupported in Pydantic v2 Compatibility with Langchain | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package).
### Example Code
Steps to Reproduce
Set up a MongoDB Atlas Vector Store using the MongoDBAtlasVectorSearch and OpenAIEmbeddings from Langchain libraries.
Attempt to run a similarity search with the following code snippet:
```
db_name = os.getenv("VECTOR_DB_NAME")
collection_name = os.getenv("VECTOR_DB_COLLECTION_NAME")
index_name = os.getenv("VECTOR_DBVECTOR_DB_INDEX_NAMENAME")
# Initialize MongoDB client
self.client = MongoClient(mongodb_uri)
self.db = self.client[db_name]
self.collection = self.db[collection_name]
self.index_name = index_name
# Initialize embeddings model
self.embeddings = OpenAIEmbeddings(model="text-embedding-3-small")
# Initialize the vector store
self.vector_store = MongoDBAtlasVectorSearch(
collection=self.collection,
embedding=self.embeddings,
index_name=self.index_name,
text_key="page_content",
relevance_score_fn="cosine",
)
query = "cual empresa es demandada?"
results = self.vector_store.similarity_search(query=query)
```
### Error Message and Stack Trace (if applicable)
pydantic.errors.PydanticUserError: The `__modify_schema__` method is not supported in Pydantic v2. Use `__get_pydantic_json_schema__` instead in class `SecretStr`.
complete trace:
C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\__init__.py:1: LangChainDeprecationWarning: As of langchain-core 0.3.0, LangChain uses pydantic v2 internally. The langchain_core.pydantic_v1 module was a compatibility shim for pydantic v1, and should no longer be used. Please update the code to import from Pydantic directly.
For example, replace imports like: `from langchain_core.pydantic_v1 import BaseModel`
with: `from pydantic import BaseModel`
or the v1 compatibility namespace if you are working in a code base that has not been fully upgraded to pydantic 2 yet. from pydantic.v1 import BaseModel
from langchain_openai.chat_models.azure import AzureChatOpenAI
C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_config.py:341: UserWarning: Valid config keys have changed in V2:
* 'allow_population_by_field_name' has been renamed to 'populate_by_name'
warnings.warn(message, UserWarning)
Traceback (most recent call last):
File "c:\Users\ASUS\Desktop\projects\Abogacy-AI\src\atlasVectorDB.py", line 6, in <module>
from langchain_openai import OpenAIEmbeddings
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\__init__.py", line 1, in <module>
from langchain_openai.chat_models import AzureChatOpenAI, ChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\__init__.py", line 1, in <module>
from langchain_openai.chat_models.azure import AzureChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\azure.py", line 40, in <module>
from langchain_openai.chat_models.base import BaseChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\base.py", line 295, in <module>
class BaseChatOpenAI(BaseChatModel):
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_model_construction.py", line 205, in __new__
complete_model_class(
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_model_construction.py", line 534, in complete_model_class
schema = cls.__get_pydantic_core_schema__(cls, handler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\main.py", line 643, in __get_pydantic_core_schema__
return handler(source)
^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 83, in __call__
schema = self._handler(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 512, in generate_schema
schema = self._generate_schema_inner(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 784, in _generate_schema_inner
return self._model_schema(obj)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 591, in _model_schema
{k: self._generate_md_field_schema(k, v, decorators) for k, v in fields.items()},
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 947, in _generate_md_field_schema
common_field = self._common_field_schema(name, field_info, decorators)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1134, in _common_field_schema
schema = self._apply_annotations(
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1890, in _apply_annotations
schema = get_inner_schema(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 83, in __call__
schema = self._handler(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1871, in inner_handler
schema = self._generate_schema_inner(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 789, in _generate_schema_inner
return self.match_type(obj)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 871, in match_type
return self._match_generic_type(obj, origin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 895, in _match_generic_type
return self._union_schema(obj)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1207, in _union_schema
choices.append(self.generate_schema(arg))
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 514, in generate_schema
metadata_js_function = _extract_get_pydantic_json_schema(obj, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 2227, in _extract_get_pydantic_json_schema
raise PydanticUserError(
pydantic.errors.PydanticUserError: The `__modify_schema__` method is not supported in Pydantic v2. Use `__get_pydantic_json_schema__` instead in class `SecretStr`.
For further information visit https://errors.pydantic.dev/2.8/u/custom-json-schema
PS C:\Users\ASUS\Desktop\projects\Abogacy-AI> & C:/Users/ASUS/anaconda3/envs/abogacia/python.exe c:/Users/ASUS/Desktop/projects/Abogacy-AI/src/atlasVectorDB.py
C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\__init__.py:1: LangChainDeprecationWarning: As of langchain-core 0.3.0, LangChain uses pydantic v2 internally. The langchain_core.pydantic_v1 module was a compatibility shim for pydantic v1, and should no longer be used. Please update the code to import from Pydantic directly.
For example, replace imports like: `from langchain_core.pydantic_v1 import BaseModel`
with: `from pydantic import BaseModel`
or the v1 compatibility namespace if you are working in a code base that has not been fully upgraded to pydantic 2 yet. from pydantic.v1 import BaseModel
from langchain_openai.chat_models.azure import AzureChatOpenAI
C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_config.py:341: UserWarning: Valid config keys have changed in V2:
* 'allow_population_by_field_name' has been renamed to 'populate_by_name'
warnings.warn(message, UserWarning)
Traceback (most recent call last):
File "c:\Users\ASUS\Desktop\projects\Abogacy-AI\src\atlasVectorDB.py", line 6, in <module>
from langchain_openai import OpenAIEmbeddings
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\__init__.py", line 1, in <module>
from langchain_openai.chat_models import AzureChatOpenAI, ChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\__init__.py", line 1, in <module>
from langchain_openai.chat_models.azure import AzureChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\azure.py", line 40, in <module>
from langchain_openai.chat_models.base import BaseChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\base.py", line 295, in <module>
class BaseChatOpenAI(BaseChatModel):
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_model_construction.py", line 205, in __new__
complete_model_class(
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_model_construction.py", line 534, in complete_model_class
schema = cls.__get_pydantic_core_schema__(cls, handler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\main.py", line 643, in __get_pydantic_core_schema__
return handler(source)
^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 83, in __call__
schema = self._handler(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 512, in generate_schema
schema = self._generate_schema_inner(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 784, in _generate_schema_inner
return self._model_schema(obj)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 591, in _model_schema
{k: self._generate_md_field_schema(k, v, decorators) for k, v in fields.items()},
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 947, in _generate_md_field_schema
common_field = self._common_field_schema(name, field_info, decorators)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1134, in _common_field_schema
schema = self._apply_annotations(
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1890, in _apply_annotations
schema = get_inner_schema(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 83, in __call__
schema = self._handler(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1871, in inner_handler
schema = self._generate_schema_inner(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 789, in _generate_schema_inner
return self.match_type(obj)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 871, in match_type
return self._match_generic_type(obj, origin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 895, in _match_generic_type
return self._union_schema(obj)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1207, in _union_schema
choices.append(self.generate_schema(arg))
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 514, in generate_schema
metadata_js_function = _extract_get_pydantic_json_schema(obj, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 2227, in _extract_get_pydantic_json_schema
raise PydanticUserError(
pydantic.errors.PydanticUserError: The `__modify_schema__` method is not supported in Pydantic v2. Use `__get_pydantic_json_schema__` instead in class `SecretStr`.
For further information visit https://errors.pydantic.dev/2.8/u/custom-json-schema
PS C:\Users\ASUS\Desktop\projects\Abogacy-AI> & C:/Users/ASUS/anaconda3/envs/abogacia/python.exe c:/Users/ASUS/Desktop/projects/Abogacy-AI/src/atlasVectorDB.py
C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\__init__.py:1: LangChainDeprecationWarning: As of langchain-core 0.3.0, LangChain uses pydantic v2 internally. The langchain_core.pydantic_v1 module was a compatibility shim for pydantic v1, and should no longer be used. Please update the code to import from Pydantic directly.
For example, replace imports like: `from langchain_core.pydantic_v1 import BaseModel`
with: `from pydantic import BaseModel`
or the v1 compatibility namespace if you are working in a code base that has not been fully upgraded to pydantic 2 yet. from pydantic.v1 import BaseModel
from langchain_openai.chat_models.azure import AzureChatOpenAI
C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_config.py:341: UserWarning: Valid config keys have changed in V2:
* 'allow_population_by_field_name' has been renamed to 'populate_by_name'
warnings.warn(message, UserWarning)
Traceback (most recent call last):
File "c:\Users\ASUS\Desktop\projects\Abogacy-AI\src\atlasVectorDB.py", line 6, in <module>
from langchain_openai import OpenAIEmbeddings
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\__init__.py", line 1, in <module>
from langchain_openai.chat_models import AzureChatOpenAI, ChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\__init__.py", line 1, in <module>
from langchain_openai.chat_models.azure import AzureChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\azure.py", line 40, in <module>
from langchain_openai.chat_models.base import BaseChatOpenAI
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\langchain_openai\chat_models\base.py", line 295, in <module>
class BaseChatOpenAI(BaseChatModel):
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_model_construction.py", line 224, in __new__
complete_model_class(
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_model_construction.py", line 577, in complete_model_class
schema = cls.__get_pydantic_core_schema__(cls, handler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\main.py", line 671, in __get_pydantic_core_schema__
return handler(source)
^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 83, in __call__
schema = self._handler(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 655, in generate_schema
schema = self._generate_schema_inner(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 924, in _generate_schema_inner
return self._model_schema(obj)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 739, in _model_schema
{k: self._generate_md_field_schema(k, v, decorators) for k, v in fields.items()},
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1115, in _generate_md_field_schema
common_field = self._common_field_schema(name, field_info, decorators)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1308, in _common_field_schema
schema = self._apply_annotations(
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 2107, in _apply_annotations
schema = get_inner_schema(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_schema_generation_shared.py", line 83, in __call__
schema = self._handler(source_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 2088, in inner_handler
schema = self._generate_schema_inner(obj)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 929, in _generate_schema_inner
return self.match_type(obj)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1029, in match_type
return self._match_generic_type(obj, origin)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1058, in _match_generic_type
return self._union_schema(obj)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 1378, in _union_schema
choices.append(self.generate_schema(arg))
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 657, in generate_schema
metadata_js_function = _extract_get_pydantic_json_schema(obj, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\anaconda3\envs\abogacia\Lib\site-packages\pydantic\_internal\_generate_schema.py", line 2447, in _extract_get_pydantic_json_schema
raise PydanticUserError(
pydantic.errors.PydanticUserError: The `__modify_schema__` method is not supported in Pydantic v2. Use `__get_pydantic_json_schema__` instead in class `SecretStr`.
### Description
When running a similarity search using langchain_openai, I'm encountering issues related to Pydantic compatibility with Langchain. It appears the library still relies on Pydantic v1 imports and methods, specifically the __modify_schema__ method, which is deprecated in Pydantic v2. The error suggests replacing __modify_schema__ with __get_pydantic_json_schema__, as the method is not supported in Pydantic v2.
### System Info
this is the package info:
aiohttp==3.9.5
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.4.0
asgiref==3.8.1
asttokens==2.4.1
attrs==23.2.0
backcall==0.2.0
backoff==2.2.1
bcrypt==4.1.3
beautifulsoup4==4.12.3
bleach==6.1.0
build==1.2.1
cachetools==5.3.3
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
chroma-hnswlib==0.7.3
chromadb==0.5.3
click==8.1.7
colorama==0.4.6
coloredlogs==15.0.1
cryptography==43.0.0
dataclasses-json==0.6.7
decorator==5.1.1
defusedxml==0.7.1
Deprecated==1.2.14
distro==1.9.0
dnspython==2.6.1
docopt==0.6.2
docx2txt==0.8
email_validator==2.2.0
executing==2.0.1
fastapi==0.115.4
fastapi-cli==0.0.4
fastjsonschema==2.20.0
filelock==3.15.4
flatbuffers==24.3.25
frozenlist==1.4.1
fsspec==2024.6.1
gitdb==4.0.11
GitPython==3.1.43
google-auth==2.31.0
googleapis-common-protos==1.63.2
greenlet==3.0.3
grpcio==1.64.1
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
huggingface-hub==0.23.4
humanfriendly==10.0
idna==3.7
importlib_metadata==7.1.0
importlib_resources==6.4.0
ipython==8.12.3
jedi==0.19.1
Jinja2==3.1.4
jsonpatch==1.33
jsonpointer==3.0.0
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
jupyter_client==8.6.2
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
kubernetes==30.1.0
langchain==0.3.4
langchain-community==0.3.3
langchain-core==0.3.13
langchain-experimental==0.3.2
langchain-mongodb==0.1.6
langchain-openai==0.1.14
langchain-text-splitters==0.3.0
langsmith==0.1.137
markdown-it-py==3.0.0
MarkupSafe==2.1.5
marshmallow==3.21.3
matplotlib-inline==0.1.7
mdurl==0.1.2
mistune==3.0.2
mmh3==4.1.0
monotonic==1.6
mpmath==1.3.0
multidict==6.0.5
mypy-extensions==1.0.0
nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
neo4j==5.24.0
numpy==1.26.4
oauthlib==3.2.2
onnxruntime==1.18.1
openai==1.35.10
opentelemetry-api==1.25.0
opentelemetry-exporter-otlp-proto-common==1.25.0
opentelemetry-exporter-otlp-proto-grpc==1.25.0
opentelemetry-instrumentation==0.46b0
opentelemetry-instrumentation-asgi==0.46b0
opentelemetry-instrumentation-fastapi==0.46b0
opentelemetry-proto==1.25.0
opentelemetry-sdk==1.25.0
opentelemetry-semantic-conventions==0.46b0
opentelemetry-util-http==0.46b0
orjson==3.10.6
outcome==1.3.0.post0
overrides==7.7.0
packaging==24.1
pandocfilters==1.5.1
parso==0.8.4
pdfminer.six==20240706
pickleshare==0.7.5
pipreqs==0.5.0
platformdirs==4.2.2
posthog==3.5.0
prompt_toolkit==3.0.47
protobuf==4.25.3
pure_eval==0.2.3
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pydantic==2.9.2
pydantic-settings==2.6.0
pydantic_core==2.23.4
Pygments==2.18.0
pymongo==4.8.0
PyMuPDF==1.24.7
PyMuPDFb==1.24.6
pypdf==4.2.0
PyPika==0.48.9
pyproject_hooks==1.1.0
pyreadline3==3.4.1
PySocks==1.7.1
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-multipart==0.0.9
pytz==2024.1
pywin32==306
PyYAML==6.0.1
pyzmq==26.1.0
referencing==0.35.1
regex==2024.5.15
requests==2.32.3
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
rich==13.7.1
rpds-py==0.20.0
rsa==4.9
selenium==4.21.0
setuptools==69.5.1
shellingham==1.5.4
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
sortedcontainers==2.4.0
soupsieve==2.5
SQLAlchemy==2.0.31
stack-data==0.6.3
starlette==0.41.2
sympy==1.12.1
tenacity==8.5.0
tiktoken==0.7.0
tinycss2==1.3.0
tokenizers==0.19.1
tornado==6.4.1
tqdm==4.66.4
traitlets==5.14.3
trio==0.25.1
trio-websocket==0.11.1
typer==0.12.3
typing-inspect==0.9.0
typing_extensions==4.12.2
ujson==5.10.0
urllib3==2.2.1
uvicorn==0.30.1
watchfiles==0.22.0
wcwidth==0.2.13
webdriver-manager==4.0.1
webencodings==0.5.1
websocket-client==1.8.0
websockets==12.0
wheel==0.43.0
wrapt==1.16.0
wsproto==1.2.0
yarg==0.1.9
yarl==1.9.4
zipp==3.19.2 | 🤖:bug | low | Critical |
2,619,121,402 | go | cmd/link: static linking creates binaries that segfault when built with `-msan` | Discovered during #70054. Don't know what's happening, but I'm adding skips in `dist` for now. | help wanted,NeedsFix,compiler/runtime | low | Minor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.