| Summary: | Partitionmanager crashes if correct user password is entered only the second time the password pop-up appears | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | Robi <mezeirobert2004> |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | ericlondres |
| Priority: | NOR | ||
| Version First Reported In: | 25.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Robi
2025-07-13 11:47:59 UTC
Hmm, doesn't crash here. Hard to tell what happens from just 4289 segmentation fault (core dumped) You need install debug symbols and get the full backtrace. (In reply to Andrius Štikonas from comment #1) > Hmm, doesn't crash here. > > Hard to tell what happens from just 4289 segmentation fault (core dumped) > You need install debug symbols and get the full backtrace. Thanks for replying and sorry for the delay in my response How do I "install debug symbols and get the full backtrace?" I did try running partitionmanager with gdb but I don't remember seeing anything relevant (In reply to Robi from comment #2) > (In reply to Andrius Štikonas from comment #1) > > Hmm, doesn't crash here. > > > > Hard to tell what happens from just 4289 segmentation fault (core dumped) > > You need install debug symbols and get the full backtrace. > > Thanks for replying and sorry for the delay in my response > How do I "install debug symbols and get the full backtrace?" > I did try running partitionmanager with gdb but I don't remember seeing > anything relevant That is distro dependent... I'm not familiar with Endeavour OS but assuming it's close to Arch, this should be helpful to you: https://wiki.archlinux.org/title/Debugging/Getting_traces (In reply to Andrius Štikonas from comment #3) Alright here's (what I think is relevant from) the backtrace "Using backend plugin: pmsfdiskbackendplugin (1)" "Scanning devices..." [New Thread 0x7fff8ffff6c0 (LWP 3199)] getting temp failed for "/dev/nvme0n1" : No such file or directory getting powered on time failed for "/dev/nvme0n1" : No such file or directory getting power cycles failed for "/dev/nvme0n1" : No such file or directory unknown file system type "" on "/dev/nvme0n1p1" Thread 1 "partitionmanage" received signal SIGSEGV, Segmentation fault. Downloading 185.96 K source file /usr/src/debug/glib2/build/../glib/glib/gmain.c g_source_get_name (source=source@entry=0x15562c880) at ../glib/glib/gmain.c:2145 2145 g_return_val_if_fail (g_atomic_int_get (&source->ref_count) > 0, NULL); (In reply to Robi from comment #4) > (In reply to Andrius Štikonas from comment #3) > > Alright here's (what I think is relevant from) the backtrace > > "Using backend plugin: pmsfdiskbackendplugin (1)" > "Scanning devices..." > [New Thread 0x7fff8ffff6c0 (LWP 3199)] > getting temp failed for "/dev/nvme0n1" : No such file or directory > getting powered on time failed for "/dev/nvme0n1" : No such file or > directory > getting power cycles failed for "/dev/nvme0n1" : No such file or directory > unknown file system type "" on "/dev/nvme0n1p1" > > Thread 1 "partitionmanage" received signal SIGSEGV, Segmentation fault. > Downloading 185.96 K source file > /usr/src/debug/glib2/build/../glib/glib/gmain.c > g_source_get_name (source=source@entry=0x15562c880) at > ../glib/glib/gmain.c:2145 > 2145 g_return_val_if_fail (g_atomic_int_get (&source->ref_count) > 0, > NULL); Strange, that is not even in partition manager source code, that's in Glib. And glib is not even a direct dependency of partitionmanager, it's two or more layers down in the dependency chain. (In reply to Andrius Štikonas from comment #5) So it's best I report this to the Arch maintainer of the partitionmanager package? (In reply to Robi from comment #6) > (In reply to Andrius Štikonas from comment #5) > > So it's best I report this to the Arch maintainer of the partitionmanager > package? I think so, perhaps also search for this g_return_val_if_fail in their bug tracker *** Bug 507650 has been marked as a duplicate of this bug. *** |