-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Troy/image processor ext #205
Merged
Merged
Commits on May 5, 2024
-
fix: minor fixes feat: igdb image processor fix: proto formatting feat: handle image callback fix: lint fix: push
Configuration menu - View commit details
-
Copy full SHA for fe42e47 - Browse repository at this point
Copy the full SHA fe42e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d0544 - Browse repository at this point
Copy the full SHA b4d0544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd3a2c - Browse repository at this point
Copy the full SHA 1bd3a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a01bbd3 - Browse repository at this point
Copy the full SHA a01bbd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6c27f - Browse repository at this point
Copy the full SHA 9f6c27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcfe15 - Browse repository at this point
Copy the full SHA 3bcfe15View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaae16e - Browse repository at this point
Copy the full SHA eaae16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd00f5 - Browse repository at this point
Copy the full SHA 0cd00f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7a20f - Browse repository at this point
Copy the full SHA 5b7a20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f7ce8b - Browse repository at this point
Copy the full SHA 1f7ce8bView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a45f17 - Browse repository at this point
Copy the full SHA 0a45f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc323a6 - Browse repository at this point
Copy the full SHA cc323a6View commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7b3f64 - Browse repository at this point
Copy the full SHA d7b3f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca25465 - Browse repository at this point
Copy the full SHA ca25465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 834cb74 - Browse repository at this point
Copy the full SHA 834cb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for da414e3 - Browse repository at this point
Copy the full SHA da414e3View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a57bf8 - Browse repository at this point
Copy the full SHA 8a57bf8View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fac6d5d - Browse repository at this point
Copy the full SHA fac6d5dView commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9091665 - Browse repository at this point
Copy the full SHA 9091665View commit details
Commits on Jun 21, 2024
-
We have observed strange behavior with jemalloc causing segfaults within the image processor library. We ran the library with libasan and valgrind (both incompatiable with jemalloc) and we could not find any leaks or invalid memory access or double frees. However when we use jemalloc we have issues and sometimes it segfaults always deep inside jemalloc code. Since we cannot debug this with valgrind / libasan its impossible to figure out if its a problem in our code (more likely) or jemalloc (unlikely but possible), given that the bug only comes up when we use jemalloc its likely a difference in strictness of the allocator and something we are doing is wrong but the system allocator doesnt care but jemalloc does. This issue is also only present when we link directly to jemalloc + use jemalloc as the global rust allocator (so it might be an issue in the tikv-jemalloc crate). When we use jemalloc via `LD_PRELOAD` the issue isnt there.
Configuration menu - View commit details
-
Copy full SHA for 8eb0aa9 - Browse repository at this point
Copy the full SHA 8eb0aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0b73d - Browse repository at this point
Copy the full SHA 0e0b73dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.