[EMAIL PROTECTED] (Kenneth Geisshirt) writes: > If GNU Queue is broken, please suggest another (free) queuing > system for IA-64.
I don't know GNU Queue at all. If you're building it from source, look for warnings about pointer/integer size mismatches, and about implicit declarations (due to insufficient #include of system header files, usually). Both of these "warnings" can lead to seg faults at runtime on ia64, particularly if a function returning a pointer lacks a prototype and the pointer gets truncated... Bdale

