Sun Studio for Linux - got "I/O possible" and exit while collecting

I'm using collect with a program that using ALSA sound device.I get I/O possible immediately and program exits.Reproduced with Ubuntu 6.10 and Opensuse 10.2.Studio 11 or 12 EA doesn't matter.Any way to workaround?Thanks!
[264 byte] By [Ginna] at [2007-11-26 23:29:17]
# 1

Hmm... reading the man page for collect

http://developers.sun.com/sunstudio/downloads/ssx/tha/collect.1.html

I see the following text:

RESTRICTIONS

The Collector interposes on some signal-handling routines to

ensure that its use of SIGPROF signals for clock-based pro- |

filing andSIGEMT (Solaris) or SIGIO (Linux) for hardware |

counter overflowprofiling is not disrupted by the target |

program. The Collector library re-installs its own signal |

handler ifthe target program installs a signal handler. The |

Collector's signalhandlersets aflag that ensures that

system calls are not interrupted to deliver signals. This

setting could change the behavior of the target program.

horsha at 2007-7-10 14:39:38 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
OK, it says HW counter profiling is not supported.And it still disallows SIGIO for clock-based profiling.Hmm...
Ginna at 2007-7-10 14:39:38 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3

collect hasn't been validated on the Linuxes you mentioned. There are many possible problem areas. For example, the collect program LD_PRELOADs libraries to interpose on various GLIBC routines. If the GLIBC versioning doesn't match what is in the officially supported platforms, SLES9 or RHEL4, results may be unpredictable.

Could you show us the command line you are using?Is there a core file?

y_ma at 2007-7-10 14:39:38 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4
No core file.Here's an example.Install flash 9 plugin. export LD_LIBRARY_PATH=/usr/lib/firefoxcollect /usr/lib/firefox/firefox-bingo to www.youtube.com and play a movie
Ginna at 2007-7-10 14:39:38 > top of Java-index,Development Tools,Solaris and Linux Development Tools...