gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Migration to C++


From: Magnus Stålnacke
Subject: Re: [gcmd-dev] Migration to C++
Date: Tue, 24 Apr 2007 00:28:04 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

Michael wrote:

This is possibly the crash cause:

stat64("/home/magnus/slackware/slp_archive-0703292107.tar.bz2", 
{st_mode=S_IFREG|0644, st_size=3006361, ...}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---


... good ol' segmentation fault. (What about the tar.bz2 file? You clicked on it by case ?)

Happens for any file or folder.

Maybe we should have a close look at this function 'stat64' ? Apparently it's the 64bit 'stat'....what library is it ? libc6 (=glibc) ?

I think we need to be sure this was a typical log. Magnus, would some additional stracings always be looking the same (basically) ?

Yep (this time i right clicked a png image.

read(10, "GIOP\1\2\1\1f\0\0\0", 12)     = 12
read(10, "\3602\261\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1"..., 102) = 102 open("(null)", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
brk(0x84bc000)                          = 0x84bc000
brk(0x84b5000)                          = 0x84b5000
open("(null)", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("(null)", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) stat64("/home/magnus/testcase.png", {st_mode=S_IFREG|0644, st_size=10711, ...}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]