* [ISSUE] easyeffects: Segmentation fault x86_64-musl
@ 2021-09-01 0:29 hervyqa
2021-09-01 1:45 ` hervyqa
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: hervyqa @ 2021-09-01 0:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 884 bytes --]
New issue by hervyqa on void-packages repository
https://github.com/void-linux/void-packages/issues/32784
Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System
* xuname: `Void 5.13.13_1 x86_64-musl GenuineIntel uptodate rrnFFFF`
* package: `easyeffects-6.1.0_1`
### Expected behavior
easyeffect it's working properly.
### Actual behavior
Segmentation fault on void musl.
```
[langit@l7 ~]$ easyeffects
Segmentation fault
[langit@l7 ~]$ fish
➜ ~ easyeffects
fish: Job 1, 'easyeffects' terminated by signal SIGSEGV (Address boundary error)
➜ ~
```
### Steps to reproduce the behavior
```
➜ ~ sudo xbps-install -Su #sync and update
➜ ~ sudo xbps-install easyeffects
➜ ~ easyeffects
```
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: easyeffects: Segmentation fault x86_64-musl
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
@ 2021-09-01 1:45 ` hervyqa
2021-09-01 12:19 ` ericonr
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2021-09-01 1:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
New comment by hervyqa on void-packages repository
https://github.com/void-linux/void-packages/issues/32784#issuecomment-909794928
Comment:
hi @paper42
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: easyeffects: Segmentation fault x86_64-musl
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
2021-09-01 1:45 ` hervyqa
@ 2021-09-01 12:19 ` ericonr
2021-09-01 17:48 ` paper42
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-09-01 12:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/issues/32784#issuecomment-910230328
Comment:
Backtrace:
```
#0 __strchrnul (s=0x1 <error: Cannot access memory at address 0x1>, c=c@entry=0x3b) at src/string/strchrnul.c:19
w = <optimized out>
k = <optimized out>
#1 0x00007ffff7fb1148 in strchr (s=<optimized out>, c=0x3b) at src/string/strchr.c:5
r = <optimized out>
#2 0x00007ffff63945f5 in std::locale::_Impl::_Impl(char const*, unsigned long) () from /lib/libstdc++.so.6
No symbol table info available.
#3 0x00007ffff6394ff5 in std::locale::locale(char const*) () from /lib/libstdc++.so.6
No symbol table info available.
#4 0x00007ffff6fe2af4 in ?? () from /lib/libgtkmm-4.0.so.0
No symbol table info available.
#5 0x00007ffff6fed03d in Gtk::Application::Application(Glib::ustring const&, Gio::Application::Flags) () from /lib/libgtkmm-4.0.so.0
No symbol table info available.
#6 0x00005555555cfa48 in Application::Application (this=<optimized out>, this=<optimized out>) at ../src/application.cpp:24
No locals.
#7 Application::create () at ../src/application.cpp:23
No locals.
#8 main (argc=0x1, argv=0x7fffffffe118) at ../src/easyeffects.cpp:53
bindtext_output = <optimized out>
app = {
<std::__shared_ptr<Application, (__gnu_cxx::_Lock_policy)2>> = {
<std::__shared_ptr_access<Application, (__gnu_cxx::_Lock_policy)2, false, false>> = {<No data fields>},
members of std::__shared_ptr<Application, (__gnu_cxx::_Lock_policy)2>:
_M_ptr = <optimized out>,
_M_refcount = {
_M_pi = <optimized out>
}
}, <No data fields>}
```
looks to be something in how gtk initializes locales (or because I removed the exception in bad locale creation). Can investigate further later if no one gets to it.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: easyeffects: Segmentation fault x86_64-musl
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
2021-09-01 1:45 ` hervyqa
2021-09-01 12:19 ` ericonr
@ 2021-09-01 17:48 ` paper42
2021-10-29 16:13 ` notthewave
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-09-01 17:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/issues/32784#issuecomment-910513053
Comment:
I can not reproduce this on x86_64-musl with GNOME.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: easyeffects: Segmentation fault x86_64-musl
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
` (2 preceding siblings ...)
2021-09-01 17:48 ` paper42
@ 2021-10-29 16:13 ` notthewave
2022-06-04 2:09 ` github-actions
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: notthewave @ 2021-10-29 16:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
New comment by notthewave on void-packages repository
https://github.com/void-linux/void-packages/issues/32784#issuecomment-954870664
Comment:
Can reproduce x86_64-musl sway
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: easyeffects: Segmentation fault x86_64-musl
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
` (3 preceding siblings ...)
2021-10-29 16:13 ` notthewave
@ 2022-06-04 2:09 ` github-actions
2022-06-04 2:33 ` [ISSUE] [CLOSED] " hervyqa
2022-06-04 2:33 ` hervyqa
6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-06-04 2:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/issues/32784#issuecomment-1146498583
Comment:
Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ISSUE] [CLOSED] easyeffects: Segmentation fault x86_64-musl
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
` (4 preceding siblings ...)
2022-06-04 2:09 ` github-actions
@ 2022-06-04 2:33 ` hervyqa
2022-06-04 2:33 ` hervyqa
6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2022-06-04 2:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]
Closed issue by hervyqa on void-packages repository
https://github.com/void-linux/void-packages/issues/32784
Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System
* xuname: `Void 5.13.13_1 x86_64-musl GenuineIntel uptodate rrnFFFF`
* package: `easyeffects-6.1.0_1`
### Expected behavior
easyeffect it's working properly.
### Actual behavior
Segmentation fault on void musl.
```
[langit@l7 ~]$ easyeffects
Segmentation fault
[langit@l7 ~]$ fish
➜ ~ easyeffects
fish: Job 1, 'easyeffects' terminated by signal SIGSEGV (Address boundary error)
➜ ~
```
service & status:
```
➜ ~ sudo vsv status pipe
Password:
SERVICE STATE ENABLED PID COMMAND TIME
✔ pipewire-pulse run true 791 pipewire-pulse 36 minutes
✔ pipewire run true 792 pipewire 36 minutes
➜ ~ pactl info
Server String: /var/run/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 54
Tile Size: 65472
User Name: _pipewire
Host Name: l7
Server Name: PulseAudio (on PipeWire 0.3.34)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo
Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo
Cookie: ccbc:485d
➜ ~
```
### Steps to reproduce the behavior
```
➜ ~ sudo xbps-install -Su #sync and update
➜ ~ sudo xbps-install easyeffects
➜ ~ easyeffects
```
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: easyeffects: Segmentation fault x86_64-musl
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
` (5 preceding siblings ...)
2022-06-04 2:33 ` [ISSUE] [CLOSED] " hervyqa
@ 2022-06-04 2:33 ` hervyqa
6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2022-06-04 2:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
New comment by hervyqa on void-packages repository
https://github.com/void-linux/void-packages/issues/32784#issuecomment-1146503526
Comment:
Fix.

^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-06-04 2:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 0:29 [ISSUE] easyeffects: Segmentation fault x86_64-musl hervyqa
2021-09-01 1:45 ` hervyqa
2021-09-01 12:19 ` ericonr
2021-09-01 17:48 ` paper42
2021-10-29 16:13 ` notthewave
2022-06-04 2:09 ` github-actions
2022-06-04 2:33 ` [ISSUE] [CLOSED] " hervyqa
2022-06-04 2:33 ` hervyqa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).