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

Is gcc-3.4 in the unstable chroot on crest.debian.org OK?



If I compile a trivial foo.c in the unstable chroot with gcc-3.4, and
then immediately try to run it, it segfaults.  If I then exit the
chroot and re-enter, it runs fine.

  (base)rlb@crest:~$ mkdir test 
  (base)rlb@crest:~$ dchroot unstable
  Executing shell in chroot: /org/chroots/user/sid
  (unstable)rlb@crest:~$ cd test
  (unstable)rlb@crest:~/test$ cat > foo.c <<EOF
  > int main(int argc, char **argv) { return 0; }
  > EOF
  (unstable)rlb@crest:~/test$ gcc-3.4 -Wall -Werror foo.c
  (unstable)rlb@crest:~/test$ ./a.out
  Segmentation fault
  (unstable)rlb@crest:~/test$ logout
  (base)rlb@crest:~$ dchroot unstable
  Executing shell in chroot: /org/chroots/user/sid
  (unstable)rlb@crest:~$ cd test
  (unstable)rlb@crest:~/test$ ./a.out
  (unstable)rlb@crest:~/test$ 

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4



Reply to: