-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
[Issue]: IPEX core dump #3733
Comments
@ALL: I hope I did this correctly. :) |
try to capture the output of |
Don't use TCMalloc, Intel libraries are prone to crashing with it. JeMalloc can also crash with Intel but less often. You can try JeMalloc instead of TCMalloc. |
Hi All, thaks for repl's.
@Disty0: How to use it (if already installed, automatically):
-> will it be automatuically used if I uninstall tcmalloc? |
This will also overwrite TCMalloc's activation. To disable TCMalloc and not use any Malloc, find whatever is setting this env variable and remove it: |
@Disty0: |
@vladmandic: Q: Could it be that it does not work in a NUMA env?
Regards, |
@RogerWeihrauch btw, pls use triple-backtick ``` (to open and again to close) instead of |
@ALL: |
Can you try disabling TCMalloc with this command:
This error message is what happens when Intel Compute Runtime itself (libze and libigc) crashes if TCMalloc is enabled. |
Hi All. |
Issue Description
Hi all. 1st) Thanks for all u'r effort on extending SDNext; it's a overwhelming tool.
So, I am sorry to report the following error which seems to throw a core dump when auto updating on a fresh setup with:
(venv) debian@bigdeb:~/GenArt/SDNext$ ./webui.sh --debug --use-ipex --upgrade
;so no user-installed extensions yet exist, and no problem when setting SDNext up.
(when not using '--use-ipex' it falls back to CUDA)
HINT: I am running this with integrated VENV activated.
Pls call if more files/extracts may be needed.
Thanks and regards,
Roger
Version Platform Description
Relevant log output
Backend
Original
UI
Standard
Branch
Master
Model
StableDiffusion 1.5
Acknowledgements
The text was updated successfully, but these errors were encountered: