Skip to main content

Questions tagged [segmentation-fault]

The tag has no usage guidance.

0 votes
0 answers
26 views

Detect the origin for my computer's problems, probably hardware-related

In the past couple of weeks my computer shows more and more problems. I think it might be a hardware problem, since most of my setup is 13 years old and it worked before with the same OS. However, I ...
anjuta's user avatar
  • 101
0 votes
1 answer
40 views

ChromeOS - after update, segmentation fault for all shell commands

My current version: That's what I'm getting when I type shell in ChromeOS terminal (Ctrl + Alt +T): I also noticed I'm not able to use any command, for example: What can I do to fix that? Without ...
user1209216's user avatar
0 votes
0 answers
30 views

can I get the approximately memory size in x86 without memory map

I know that in 32-bit protected mode in x86 the memory model is segmentation, so can I set GDT at base and at limit 4G, then accessing for example byte for first 1M then 2G or something like this, if ...
mohammad's user avatar
1 vote
0 answers
95 views

Zsh zle function segfaults on `trap 'zle reset-prompt' EXIT`

I have the following function to select a tmux session with fzf: function tmx { [ -n "$ZLE_STATE" ] && trap 'zle reset-prompt' EXIT local tmux item tmux="$(which ...
Petr's user avatar
  • 3,173
1 vote
1 answer
147 views

Windows 11 WSL LxTerminal closes after pressing first character

Setup: Windows 11 Enterprise, version 22H2. WSL 2 enabled from command line. Ubuntu 20.04 installed through Microsoft Store. LxTerminal was installed and pinned to taskbar. Here is some version ...
Kalle's user avatar
  • 41
0 votes
1 answer
62 views

Solaris 8 X11 binaries generate segmentation violations on NetBSD

All, Recently, I've been trying to get the Solaris 8 versions of xterm and xauth working on NetBSD from an ssh client with X11 forwarding, but both binaries seem to generate segmentation violations ...
fireshadow52's user avatar
0 votes
0 answers
134 views

ffmpeg + (large) metadata text = Segmentation Fault

I’m attempting to insert a large amount of text data into an mp4 using -metadata title='"+JSON.stringify(filedata)+"'. This works fine for small amounts metadata text but not for large ones. ...
VILLMER's user avatar
0 votes
1 answer
1k views

Can hardware issues cause segfaults and core dumps?

I bought a second hand computer a few weeks ago and I've been having a few issues. At first, I was installing Arch Linux and everything went smoothly until I tried to launch X at which point, X would ...
KNejad's user avatar
  • 565
1 vote
0 answers
848 views

FFMPEG How to do segments encoding in MXF XDCAM HD422

I'm trying to encode a feed from a Decklink card to MXF XDCAM HD422 by segment, so I use the following command line: ffmpeg.exe -f dshow -video_size 1920x1080 -r 25 -pixel_format uyvy422 -rtbufsize ...
Michel's user avatar
  • 51
0 votes
1 answer
447 views

Kodi 19.3 - Segmentation fault (x00007fb4bc20c6c1 in pymalloc_alloc)

I'm running Linux Fedora 35, Kernel 5.15.10, Python 3.10.1. I installed kodi 19.3 via the DNF package manager. However whenever I try to launch kodi it opens up so I can see the GUI, but then after ...
SneakyShrike's user avatar
0 votes
0 answers
341 views

Is there a "windows" approach to solve a STATUS_ACCESS_VIOLATION error?

Good evening and thank you in advance, here is the challenge I'm facing. I have a .exe file I need to run from my Windows 10 Pro computer. Once I open it, it crashes after ~10 seconds. When I check ...
Guillaume Giroux's user avatar
-1 votes
1 answer
112 views

kdeinit5 crashes while taking screenshot

When i try to take screenshot and save it, kdeinit5 crashes because of segmentation fault. Here is backtrace: Application: kdeinit5 (kdeinit5), signal: Segmentation fault [KCrash Handler] #4 ...
Adam Jenča's user avatar
0 votes
1 answer
324 views

Can a segfault be caused by another process?

Suppose two separate applications A and B are running. Usually, a memory corruption in A will cause A to crash with segfault error leaving application B unaffected. But can memory corruption in A (...
user2097565's user avatar
0 votes
1 answer
1k views

spotify SIGSEGV error "Warning: GTK2 does not support Wayland!"

I'm currently using Arch Linux operating system. I just ran pacman -Syu command that updates all packages so I don't know which one is causing the problem. I then tried to start spotify and got this ...
Roman Kwaśniewski's user avatar
0 votes
1 answer
149 views

Asterisk 13 & Pocketsphinx Segmentation Fault

I've built a voice recognition system for german digits using asterisk 13, pocketsphinx and a plugin and server (based on astsphinx) to connect asterisk with pocketsphinx. When testing the system with ...
christian's user avatar

15 30 50 per page