-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Environment
- Distribution: Linux Mint 22.2
- Muffin version: 6.4.1+xia
- Cinnamon version: 6.4.8+xia
- network-manager-gnome: 1.34.0+mint3
- Graphics: (run
inxi -Gand paste here) - Graphics:
Device-1: Intel Alder Lake-UP3 GT2 [Iris Xe Graphics] driver: i915 v: kernel
Device-2: Chicony FJ Camera driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X:
loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915 resolution:
1: 1920x1080 2: 2560x1440 3: N/A
API: EGL v: 1.5 drivers: iris,swrast platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa
v: 25.0.7-0ubuntu0.24.04.2 renderer: Mesa Intel Iris Xe Graphics (ADL GT2)
Steps to reproduce
- Configure an OpenVPN connection that requires password + TOTP authentication
- Click on VPN connection in network applet to initiate connection
- When the password dialog appears, either:
- Start typing in the password field, OR
- Click "Show password" toggle
Expected behaviour
Password dialog works normally, allowing input and visibility toggle.
Actual behaviour
Cinnamon crashes with segfault and restarts. The crash occurs during text rendering in the password entry widget.
Workaround
Using nmcli connection up "VPN_NAME" --ask from terminal works correctly.
Stack trace
cinnamon[5169]: segfault at 55f8902e399d ip 00007c3509dd3d61 sp 00007ffeda8c9a38 error 4 in libgobject-2.0.so.0.8000.0
#0 g_type_check_instance_is_fundamentally_a (libgobject-2.0.so.0 + 0x3cd61)
#1 g_object_get_qdata (libgobject-2.0.so.0 + 0x21bfb)
#2 cogl_pango_show_layout (libmuffin-cogl-pango-0.so.0 + 0x774a)
#3 clutter_text_paint (libmuffin-clutter-0.so.0 + 0xa8acf)
#4 clutter_paint_node_paint (libmuffin-clutter-0.so.0 + 0x8e16a)
...
Additional context
- Crash happens with both nm-applet (GTK) and Cinnamon's native network agent
- Crash is reproducible 100% of the time
- The issue seems related to ClutterText rendering when the password field content changes or visibility is toggled
Metadata
Metadata
Assignees
Labels
No labels