Bug#392920: quota doesn't work due to optimization, that gcc 4.1.2 introduces

2006-10-15 Thread Vasily Tarasov
Michael Meskes wrote: On Sat, Oct 14, 2006 at 12:05:08PM +0400, Vasily Tarasov wrote: Consequently some problem with stack. First we thought, that the problem is in system call, but then it appeared that gcc optimization is guilty! Changing optimization to -O0 instead -02 in quota's

Bug#392920: quota doesn't work due to optimization, that gcc 4.1.2 introduces

2006-10-15 Thread Michael Meskes
On Sat, Oct 14, 2006 at 12:05:08PM +0400, Vasily Tarasov wrote: Consequently some problem with stack. First we thought, that the problem is in system call, but then it appeared that gcc optimization is guilty! Changing optimization to -O0 instead -02 in quota's Makefile helps! On which

Bug#392920: quota doesn't work due to optimization, that gcc 4.1.2 introduces

2006-10-14 Thread Vasily Tarasov
Package: quota Version: 3.13-10 We encountered the following strange behavior of new quota utils from Debian testing repository: # quota -v quota: error while getting quota from /dev/vzfs for 0: Bad address We started to investigate the problem. Here is the strace: # strace quota -v 21 | tail