after a new install of fedora 14 I get a core segmentation fault when running mpg321.
It used to work perfectly under fedora 11

any ideas ??

output from strace:

6614  open("018_Pena.mp3", O_RDONLY|O_LARGEFILE) = 3
6614  fstat64(3, {st_mode=S_IFREG|0644, st_size=6163292, ...}) = 0
6614  open("018_Pena.mp3", O_RDONLY|O_LARGEFILE) = 4
6614  fstat64(4, {st_mode=S_IFREG|0644, st_size=6163292, ...}) = 0
6614  _llseek(4, -128, [6163164], SEEK_END) = 0
6614  read(4, "TAG", 3)                 = 3
6614  mmap2(NULL, 6163164, PROT_READ, MAP_SHARED, 4, 0) = 0xb7234000
6614  munmap(0xb7234000, 6163164)       = 0
6614  close(4)                          = 0
6614  mmap2(NULL, 6163164, PROT_READ, MAP_SHARED, 3, 0) = 0xb7234000
6614  close(3)                          = 0
6614  write(2, "\n", 1)                 = 1
6614  write(2, "Playing MPEG stream from 018_Pen"..., 42) = 42
6614  rt_sigaction(SIGINT, {0x8049a50, [INT], SA_RESTART}, {SIG_DFL, [INT], SA_RESTART}, 8) = 0
6614  write(2, "MPEG 1.0 layer III, 320 kbit/s, "..., 54) = 54
6614  rt_sigaction(SIGINT, {SIG_DFL, [INT], SA_RESTART}, {0x8049a50, [INT], SA_RESTART}, 8) = 0
6614  --- SIGSEGV (Segmentation fault) @ 0 (0) ---
6614  +++ killed by SIGSEGV (core dumped) +++

apart from this everything is working fine in fedora 14

Paul