Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Mumble: Segmentation fault
@ 2019-09-05 13:32 voidlinux-github
  2019-09-05 13:36 ` voidlinux-github
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 13:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]

New issue by shumvgolove on void-packages repository

https://github.com/void-linux/void-packages/issues/14222

Description:
Mumble segfaults on startup:
```
Locale is "en_US" (System: "en_US")
TextToSpeech: Failed to contact speech dispatcher.
Database SQLite: "3.29.0"
Overlay: Removing old socket on "/home/sh/.MumbleOverlayPipe"
Overlay: Listening on "/home/sh/.MumbleOverlayPipe"
GlobalShortcutX: Using XI2 2.3
SocketRPC: Removing old socket on "/home/sh/.MumbleSocket"
AudioInput: 96000 bits/s, 48000 hz, 480 sample
OSSOutput: Initialized
Segmentation fault
```
`$ dmesg` returns this error:
```
[ 1536.944422] OSSInput[5914]: segfault at 10 ip 00005555d798adea sp 00007f277e03c950 error 4 in mumble[5555d780d000+1bd000]
[ 1536.944426] Code: 55 48 89 e5 41 57 41 56 41 55 41 54 53 48 89 fb 48 83 ec 38 4c 8b 25 a5 1d 2e 00 64 48 8b 04 25 28 00 00 00 48 89 45 c8 31 c0 <49> 8b 44 24 10 8b 48 14 85 c9 0f 85 c6 02 00 00 48 8d 05 7f 18 2e
```

I think [this](https://github.com/mumble-voip/mumble/issues/3685) is related to issue.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
@ 2019-09-05 13:36 ` voidlinux-github
  2019-09-05 13:41 ` voidlinux-github
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 13:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528368409

Comment:
Bets way to find out if its related would be to install `mumble-dbg` and then running mumble with gdb and producing a backtrace.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
  2019-09-05 13:36 ` voidlinux-github
@ 2019-09-05 13:41 ` voidlinux-github
  2019-09-05 13:42 ` voidlinux-github
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 13:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by shumvgolove on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528370354

Comment:
Sorry, but how can I install `mumble-dbg`? There is no such thing in repository...

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
  2019-09-05 13:36 ` voidlinux-github
  2019-09-05 13:41 ` voidlinux-github
@ 2019-09-05 13:42 ` voidlinux-github
  2019-09-05 13:48 ` voidlinux-github
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 13:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528370679

Comment:
https://docs.voidlinux.org/xbps/repositories/official/debug.html

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-05 13:42 ` voidlinux-github
@ 2019-09-05 13:48 ` voidlinux-github
  2019-09-05 19:23 ` voidlinux-github
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 13:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

New comment by shumvgolove on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528373202

Comment:
Thank you!

```
(gdb) bt
#0  OSSInput::run (this=0x555555e84460) at OSS.cpp:208
#1  0x00007ffff617123b in ?? () from /lib/libQtCore.so.4
#2  0x00007ffff7fb5a21 in start (p=<optimized out>)
    at src/thread/pthread_create.c:195
#3  0x00007ffff7fc319b in __clone ()
    at src/thread/x86_64/clone.s:22
Backtrace stopped: frame did not save the PC
```


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-05 13:48 ` voidlinux-github
@ 2019-09-05 19:23 ` voidlinux-github
  2019-09-05 19:29 ` voidlinux-github
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 19:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

New comment by kotajacob on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528541374

Comment:
same issue
```
(gdb) bt
#0  OSSInput::run (this=0x555555cfb640) at OSS.cpp:208
#1  0x00007ffff61cdfc6 in ?? () from /usr/lib/libQtCore.so.4
#2  0x00007ffff6104f27 in start_thread (arg=<optimized out>) at pthread_create.c:479
#3  0x00007ffff5c60e0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(gdb)
```

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-05 19:23 ` voidlinux-github
@ 2019-09-05 19:29 ` voidlinux-github
  2019-09-05 19:43 ` voidlinux-github
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 19:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

New comment by kotajacob on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528541374

Comment:
same issue
```
(gdb) bt
#0  OSSInput::run (this=0x555555cfb640) at OSS.cpp:208
#1  0x00007ffff61cdfc6 in ?? () from /usr/lib/libQtCore.so.4
#2  0x00007ffff6104f27 in start_thread (arg=<optimized out>) at pthread_create.c:479
#3  0x00007ffff5c60e0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(gdb)
```
EDIT: In the linked issue about a crash on fedora a mumble dev suggested updating to the 1.3.x branch or building without oss while it gets worked on. I'm going to try building without oss.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-05 19:29 ` voidlinux-github
@ 2019-09-05 19:43 ` voidlinux-github
  2019-09-05 19:47 ` voidlinux-github
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 19:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528549327

Comment:
I could reproduce it on one of my systems but not on the other. However I would also tend to just disable OSS support since it's not shipped with the kernel and there are no OSS packages in the repository so OSS support in mumble should be no use for regular Void setups anyway.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-05 19:43 ` voidlinux-github
@ 2019-09-05 19:47 ` voidlinux-github
  2019-09-05 20:53 ` [ISSUE] [CLOSED] " voidlinux-github
  2019-09-05 21:15 ` voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 19:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by kotajacob on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528550877

Comment:
I just tested adding no-oss to the template and recompiling and it is running fine on my system now.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ISSUE] [CLOSED] Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-05 19:47 ` voidlinux-github
@ 2019-09-05 20:53 ` voidlinux-github
  2019-09-05 21:15 ` voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

Closed issue by shumvgolove on void-packages repository

https://github.com/void-linux/void-packages/issues/14222

Description:
Mumble segfaults on startup:
```
Locale is "en_US" (System: "en_US")
TextToSpeech: Failed to contact speech dispatcher.
Database SQLite: "3.29.0"
Overlay: Removing old socket on "/home/sh/.MumbleOverlayPipe"
Overlay: Listening on "/home/sh/.MumbleOverlayPipe"
GlobalShortcutX: Using XI2 2.3
SocketRPC: Removing old socket on "/home/sh/.MumbleSocket"
AudioInput: 96000 bits/s, 48000 hz, 480 sample
OSSOutput: Initialized
Segmentation fault
```
`$ dmesg` returns this error:
```
[ 1536.944422] OSSInput[5914]: segfault at 10 ip 00005555d798adea sp 00007f277e03c950 error 4 in mumble[5555d780d000+1bd000]
[ 1536.944426] Code: 55 48 89 e5 41 57 41 56 41 55 41 54 53 48 89 fb 48 83 ec 38 4c 8b 25 a5 1d 2e 00 64 48 8b 04 25 28 00 00 00 48 89 45 c8 31 c0 <49> 8b 44 24 10 8b 48 14 85 c9 0f 85 c6 02 00 00 48 8d 05 7f 18 2e
```

I think [this](https://github.com/mumble-voip/mumble/issues/3685) is related to issue.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Mumble: Segmentation fault
  2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-05 20:53 ` [ISSUE] [CLOSED] " voidlinux-github
@ 2019-09-05 21:15 ` voidlinux-github
  9 siblings, 0 replies; 11+ messages in thread
From: voidlinux-github @ 2019-09-05 21:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

New comment by shumvgolove on void-packages repository

https://github.com/void-linux/void-packages/issues/14222#issuecomment-528587123

Comment:
Thanks!

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-09-05 21:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 13:32 [ISSUE] Mumble: Segmentation fault voidlinux-github
2019-09-05 13:36 ` voidlinux-github
2019-09-05 13:41 ` voidlinux-github
2019-09-05 13:42 ` voidlinux-github
2019-09-05 13:48 ` voidlinux-github
2019-09-05 19:23 ` voidlinux-github
2019-09-05 19:29 ` voidlinux-github
2019-09-05 19:43 ` voidlinux-github
2019-09-05 19:47 ` voidlinux-github
2019-09-05 20:53 ` [ISSUE] [CLOSED] " voidlinux-github
2019-09-05 21:15 ` voidlinux-github

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).