Op 21-3-2011 11:24, Pavel Sanda schreef:
veno...@arcadiaclub.com wrote:
i remember independent reports lately. if you are able to
produce this crash it would be fine
to provide backtrace or investigate whats going on.
Here's the backtrace from gdb:
thanks. perhaps we can't mmap files on samba?
when you replace #ifdef SUM_WITH_MMAP at FileName.cpp:538
with ifdef 0 does the crash disappear?
you use linux, right?
pavel
This seems suspicious in the backtrace:
(bytes_begin=0xab81f000,bytes_end=0xb4c4c0c8)
According to the code: bytes_end = bytes_begin + info.st_size, which
would mean info.st_size is 150 MB ?
Is fstat failing in this case, or did you really have a file of 150MB ?
Vincent