[Pkg-gnupg-maint] Bug#714107: R: Re: Processed: reassign 714107 to gnupg

NIIBE Yutaka gniibe at fsij.org
Thu Jul 11 02:44:20 UTC 2013


> SYS_340(0, 0x4, 0xbfc77a20, 0, 0xb765eff4) = -1 EFAULT (Bad address)

For i386-linux-gnu, it's system call of prlimit64.

In short, it is your kernel issue.

Here is my analysis.

  (1) GnuPG calls setrlimit.
      It's actually setrlimit64 (compiled with __USE_FILE_OFFSET64).

  (2) In glibc, setrlimit64 is implememted using prlimit64, and its
      system call number is 340 for i386-linux-gnu.

  (3) The system call is apparently not available in Linux kernel
      2.6.32 (or 2.6.34).  It is available in 3.0 series and later.
-- 



More information about the Pkg-gnupg-maint mailing list