Jump to content
Flirc Forums

Flirc 1.3.6-1 seg faults on ubuntu 14.04


map7

Recommended Posts

Starting Flirc on my Ubuntu 14.04 32bit machine Segfaults

 

 

 

Here is the output from running 'strace Flirc'

munmap(0xb37bd000, 4096)                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 21
fstat64(21, {st_mode=S_IFREG|0644, st_size=121489, ...}) = 0
mmap2(NULL, 121489, PROT_READ, MAP_PRIVATE, 21, 0) = 0xb2922000
close(21)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 21
read(21, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\16\0\0004\0\0\0"..., 512) = 512
fstat64(21, {st_mode=S_IFREG|0644, st_size=30560, ...}) = 0
mmap2(NULL, 33356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 21, 0) = 0xb29d3000
mmap2(0xb29da000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 21, 0x6000) = 0xb29da000
close(21)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 21
read(21, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3201\0\0004\0\0\0"..., 512) = 512
fstat64(21, {st_mode=S_IFREG|0644, st_size=92036, ...}) = 0
mmap2(NULL, 100328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 21, 0) = 0xb2909000
mmap2(0xb291e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 21, 0x15000) = 0xb291e000
mmap2(0xb2920000, 6120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb2920000
close(21)                               = 0
mprotect(0xb291e000, 4096, PROT_READ)   = 0
mprotect(0xb29da000, 4096, PROT_READ)   = 0
munmap(0xb2922000, 121489)              = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 21
fstat64(21, {st_mode=S_IFREG|0644, st_size=121489, ...}) = 0
mmap2(NULL, 121489, PROT_READ, MAP_PRIVATE, 21, 0) = 0xb2922000
close(21)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 21
read(21, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\31\0\0004\0\0\0"..., 512) = 512
fstat64(21, {st_mode=S_IFREG|0644, st_size=42668, ...}) = 0
mmap2(NULL, 45632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 21, 0) = 0xb29c7000
mmap2(0xb29d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 21, 0x9000) = 0xb29d1000
close(21)                               = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 21
read(21, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\32\0\0004\0\0\0"..., 512) = 512
fstat64(21, {st_mode=S_IFREG|0644, st_size=46812, ...}) = 0
mmap2(NULL, 50132, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 21, 0) = 0xb28fc000
mmap2(0xb2907000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 21, 0xa000) = 0xb2907000
close(21)                               = 0
mprotect(0xb2907000, 4096, PROT_READ)   = 0
mprotect(0xb29d1000, 4096, PROT_READ)   = 0
munmap(0xb2922000, 121489)              = 0
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 21
_llseek(21, 0, [0], SEEK_CUR)           = 0
fstat64(21, {st_mode=S_IFREG|0644, st_size=2440, ...}) = 0
mmap2(NULL, 2440, PROT_READ, MAP_SHARED, 21, 0) = 0xb37bd000
_llseek(21, 2440, [2440], SEEK_SET)     = 0
munmap(0xb37bd000, 2440)                = 0
close(21)                               = 0
write(9, "\1\f\1\0\7\0\0\0\1\0\0\0\0\0\0\0\6\0\0\0UserID\0\0\0\0\0\0"..., 64) = 64
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x64252873} ---
+++ killed by SIGSEGV (core dumped) +++
Link to comment
Share on other sites

  • 9 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...