|
Bugzilla – Full Text Bug Listing |
| Summary: | wine-staging 8.11 segfault | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Jean Delvare <jdelvare> |
| Component: | Other | Assignee: | Marcus Meissner <meissner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jdelvare, meissner |
| Version: | Leap 15.4 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Leap 15.4 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jean Delvare
2023-07-02 05:35:36 UTC
Forgot to mention: I'm using the wine-staging package from the Emulators:Wine repository. Unfortunately the backtrace seems to be of little use:
Program received signal SIGSEGV, Segmentation fault.
wld_start (stack=0x7fffffffdd30) at loader/preloader.c:1377
1377 {
(gdb) bt
#0 wld_start (stack=0x7fffffffdd30) at loader/preloader.c:1377
#1 0x00007d7d0000002e in _start ()
(gdb) list wld_start
1372 * Repeat the actions the kernel would do when loading a dynamically linked .so
1373 * Load the binary and then its ELF interpreter.
1374 * Note, we assume that the binary is a dynamically linked ELF shared object.
1375 */
1376 void* wld_start( void **stack )
1377 {
1378 long i, *pargc;
1379 char **argv, **p;
1380 char *interp, *reserve = NULL;
1381 struct wld_auxv new_av[8], delete_av[3], *av;
(gdb)
So the crash happens upon entering the function, not on a specific instruction. I have no idea how to continue investigating from there.
i applied the patches we have in Emulators/wine to Emulators:Wine/wine too now, lets see if it helps. is fixed for me now on my 15.4 vm wine-staging-8.11-lp155.1603.1.x86_64 works for me as well. Thanks! There's something odd with the release string, by the way. A "-lp155" package in Emulators:/Wine/15.4/ looks incorrect. |