-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVidia: Core dump with --gpu
option when connecting
#360
Comments
--gpu
option when connecting--gpu
option when connecting
Sadly, that stack trace is useless to me without line numbers. Please follow the instructions to get a useful strack trace. |
GDB tells no debug symbols found. How to enable them? I didn't see options for this while compiling. |
any help is appreciated... |
Follow the build instructions in README.md. Instead of |
wayvnc: v0.9.1-e4ec935 (makepkg) Here is a stack trace with line numbers:
|
I've got almost absolutely the same stuff. Running wayvnc with --gpu flag results in crash with this log:
WayVnc Version:
|
Do we have enough information for now? |
Neat VNC v0.9.4 has some bug fixes, so you're probably better off running that. However, I suspect that these may be due to out of bounds access to DMA-BUFs from the GPU. |
Still crashing in my case.
…On March 14, 2025 6:14:05 PM UTC, Andri Yngvason ***@***.***> wrote:
any1 left a comment (any1/wayvnc#360)
Neat VNC v0.9.4 has some bug fixes, so you're probably better off running that. However, I suspect that these may be due to out of bounds access to DMA-BUFs from the GPU.
--
Reply to this email directly or view it on GitHub:
#360 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
```text
DEBUG: ../subprojects/neatvnc/src/server.c: 361: Client chose security type: 1
DEBUG: ../src/main.c: 1764: Configuring cursor capturing
DEBUG: ../src/main.c: 1780: Failed to capture cursor
Info: Starting screen capture
DEBUG: ../src/main.c: 1154: Acquired power state management. Waiting for power event to start capturing
DEBUG: ../src/main.c: 1507: Client connected, new client count: 1
DEBUG: ../src/ctl-server.c: 941: Enqueueing client-connected event: {"id":"1","address":"CLIENT_IP","username":null,"seat":"seat0","connection_count":1}
DEBUG: ../src/ctl-server.c: 968: Enqueued client-connected event for 0 clients
Info: Client 0x5555555d3d00 initialised. MIN-RTT during handshake was 3 ms
TRACE: ../src/output.c: 280: Output DP-1 power state changed to ON
TRACE: ../src/main.c: 1207: Output DP-1 power state changed to ON
DEBUG: ../src/buffer.c: 607: Reconfiguring buffer pool
DEBUG: ../src/buffer.c: 553: Using render node: /dev/dri/renderD128
TRACE: ../src/buffer.c: 394: wv_buffer_create: 1920x1080, stride: 0, format: 875713112
DEBUG: ../subprojects/neatvnc/src/server.c: 545: Using color palette for client 0x5555555d3d00
DEBUG: ../subprojects/neatvnc/src/server.c: 559: Client 0x5555555d3d00 chose pixel format: XRGB8888
DEBUG: ../subprojects/neatvnc/src/server.c: 683: Client 0x5555555d3d00 set encodings: raw,cursor,desktop-size,extended-desktop-size,qemu-extended-key-event,extended-clipboard
Info: Choosing raw encoding for client 0x5555555d3d00
TRACE: ../src/main.c: 1254: Passing on buffer: 0x5555555f8b90
Thread 1 "wayvnc" received signal SIGSEGV, Segmentation fault.
0x00007ffff7c8f241 in ?? () from /usr/lib/libc.so.6
```
```gdb
(gdb) bt
#0 0x00007ffff7c8f241 in ?? () from /usr/lib/libc.so.6
#1 0x00007ffff7f9d04a in XXH_memcpy (dest=<optimized out>, src=0x80, size=128)
at ../subprojects/neatvnc/include/xxhash.h:2361
#2 XXH3_update (state=<optimized out>, input=0x80 <error: Cannot access memory at address 0x80>,
len=128, f_acc=<optimized out>, f_scramble=<optimized out>)
at ../subprojects/neatvnc/include/xxhash.h:6282
#3 XXH3_64bits_update (state=<optimized out>, input=0x80, len=128)
at ../subprojects/neatvnc/include/xxhash.h:6336
#4 damage_hash_tile (self=<optimized out>, tx=1, ty=<optimized out>, buffer=0x5555555f87c0)
at ../subprojects/neatvnc/src/damage-refinery.c:91
#5 damage_refine_tile (self=<optimized out>, refined=0x7fffffff2b40, tx=1, ty=<optimized out>,
buffer=0x5555555f87c0) at ../subprojects/neatvnc/src/damage-refinery.c:109
#6 damage_refine (self=<optimized out>, refined=0x7fffffff2b40, hint=0x85ebca77, buffer=<optimized out>)
at ../subprojects/neatvnc/src/damage-refinery.c:156
#7 nvnc_display_feed_buffer (self=<optimized out>, fb=<optimized out>,
***@***.***=0x7fffffff2cd0) at ../subprojects/neatvnc/src/display.c:128
#8 0x000055555556a67b in wayvnc_process_frame (self=0x7fffffff3450, buffer=0x5555555f8b90)
at ../src/main.c:1272
#9 on_capture_done (result=<optimized out>, buffer=0x5555555f8b90, userdata=0x7fffffff3450)
at ../src/main.c:1294
#10 0x00005555555706cf in screencopy_ready (data=0x5555555dfe00, frame=<optimized out>,
sec_hi=<optimized out>, sec_lo=<optimized out>, nsec=<optimized out>) at ../src/screencopy.c:228
#11 0x00007ffff7a12976 in ?? () from /usr/lib/libffi.so.8
#12 0x00007ffff7a0f12c in ?? () from /usr/lib/libffi.so.8
#13 0x00007ffff7a11f0e in ffi_call () from /usr/lib/libffi.so.8
#14 0x00007ffff7d918b0 in ?? () from /usr/lib/libwayland-client.so.0
#15 0x00007ffff7d92139 in ?? () from /usr/lib/libwayland-client.so.0
#16 0x00007ffff7d92553 in wl_display_dispatch_queue_pending () from /usr/lib/libwayland-client.so.0
#17 0x000055555556ce7f in on_wayland_event (handler=<optimized out>) at ../src/main.c:514
#18 0x00007ffff7fbaaee in aml__handle_event (self=<optimized out>, obj=0x5555555de540)
at ../subprojects/aml/src/aml.c:928
#19 aml_dispatch ***@***.***=0x5555555cbec0) at ../subprojects/aml/src/aml.c:980
#20 0x0000555555573df9 in main (argc=<optimized out>, argv=<optimized out>) at ../src/main.c:2287
```
|
Do you have multiple GPUs on the system? |
No.
…On March 30, 2025 9:24:54 AM UTC, Andri Yngvason ***@***.***> wrote:
any1 left a comment (any1/wayvnc#360)
Do you have multiple GPUs on the system?
--
Reply to this email directly or view it on GitHub:
#360 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Useful information:
Please, try to gather as much of useful information as possible and follow
these instructions:
Command
wayvnc --gpu
Config
The text was updated successfully, but these errors were encountered: