From: Roland S. <ro...@xi...> - 2005-08-17 09:31:39
|
On Wed, August 17, 2005 11:21, Armin Bauer said: > > > Roland Stoll wrote: >> running msynctool --sync on a group with a file-sync still segfaults. I >> found out, that it works when file_sync.c is compiled without >> optimizations. >> >> Is this a gcc bug maybe? >> > > Maybe its just another assumption i made about the size of variables > that are not true any more on x64. Can you please show me a backtrace of > this new segfault? i have attached a backtrace. After fs_initialize() returns, the value of 'member' in osync_member_initialize() is changed. This happens only if file_sync.c is compiled with -O2 and osync_member_get_config() is called in fs_initialize(). Roland |