| Summary: | Potential regression of bug 451050 | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Lokito23 <lokito230903> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | kde, kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | NixOS | ||
| OS: | Linux | ||
| See Also: | https://github.com/NixOS/nixpkgs/issues/448208 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Second Dolphin Core Dump | ||
|
Description
Lokito23
2025-10-03 16:08:22 UTC
As stated Downstream, this issue fixed itself after some time, seemingly for no reason. I'll close this report, it can be reopened if someone else reports it. Found out that Dolphin added the user automatically, hence it working. If the user's not specified, the crash still occurs. Please attach a backtrace of the crash (In reply to David Redondo from comment #3) > Please attach a backtrace of the crash I am not sure if I can. I've read the HOWTO about creating crash reports (Which I forgot to remove from the report, my bad), but I am not sure if NixOS has debug enabled packages. I tried asking about it on the Downstream issue, but it seems like the response was no? Not sure honestly, so here's the response: https://github.com/NixOS/nixpkgs/issues/448208#issuecomment-3366238478 ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! Not sure if this has the necessary debug information, but Dr. Konqi gave the following report:
```
Starting debugger /nix/store/qgrqwj2qidrywwfih67hwx2sf34h0y7m-gdb-host-cpu-only-16.3/bin/gdb --init-eval-command=set auto-solib-add off --nw --nx --batch --command=/tmp/drkonqi.IquBQN --command=/tmp/drkonqi.oAxONl --core=/tmp/drkonqi-core.QAoiFY/core /nix/store/95mcb1zkxrmmhxhq1r8ggsziy5wqzi7y-dolphin-25.08.2/bin/.dolphin-wrapped
warning: Can't open file /memfd:sljit (deleted) during file-backed mapping note processing
warning: Can't open file /memfd:wayland-shm (deleted) during file-backed mapping note processing
[New LWP 12173]
[New LWP 12176]
[New LWP 12178]
[New LWP 12177]
[New LWP 12181]
[New LWP 12183]
[New LWP 12184]
[New LWP 12180]
[New LWP 12195]
[New LWP 12194]
[New LWP 12193]
[New LWP 12216]
[New LWP 12196]
[New LWP 12192]
[New LWP 12204]
[New LWP 12206]
[New LWP 12179]
[New LWP 12203]
[New LWP 12208]
[New LWP 12182]
[New LWP 12209]
[New LWP 12217]
[New LWP 12218]
[New LWP 12175]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libthread_db.so.1".
Core was generated by `/run/current-system/sw/bin/dolphin'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f911209caac in __pthread_kill_implementation () from /nix/store/daamdpmaz2vjvna55ccrc30qw3qb8h6d-glibc-2.40-66/lib/libc.so.6
[Current thread is 1 (Thread 0x7f910b41dd00 (LWP 12173))]
Traceback (most recent call last):
File "/nix/store/7chsmm0mxgas09c7ynn5776ry3gszxkq-drkonqi-6.5.0/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 608, in print_preamble
print_preamble_internal()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/nix/store/7chsmm0mxgas09c7ynn5776ry3gszxkq-drkonqi-6.5.0/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 582, in print_preamble_internal
resolve_modules()
~~~~~~~~~~~~~~~^^
File "/nix/store/7chsmm0mxgas09c7ynn5776ry3gszxkq-drkonqi-6.5.0/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 577, in resolve_modules
image = CoreImage(line)
File "/nix/store/7chsmm0mxgas09c7ynn5776ry3gszxkq-drkonqi-6.5.0/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 545, in __init__
raise NoBuildIdException(f'No build id found in core image: {eu_unstrip_line}')
NoBuildIdException: No build id found in core image: 0x7f90b0008000+0xd010 - /nix/store/0vdhbsw15wcllh9q0jvhyzgn8asmavfi-libwebp-1.6.0/lib/libwebpmux.so.3 - libwebpmux.so.3
No build id found in core image: 0x7f90b0008000+0xd010 - /nix/store/0vdhbsw15wcllh9q0jvhyzgn8asmavfi-libwebp-1.6.0/lib/libwebpmux.so.3 - libwebpmux.so.3
Sentry is attempting to send 2 pending events
Waiting up to 30 seconds
Press Ctrl-C to quit
Debugging ended with exit code '1' and exit status 'NormalExit'
```
Also, as reported within the Downstream issue, this has the same situation that bug 451050 where specifying a folder from the share avoids this crash. |