Reply To: Firefly on Solaris (sparc)

#9769
jheinitz
Participant

Hi Ron,

I got the information from the other Solaris Thread in the Nightly Feedback. So I ran the binary using gdb and here is what you want 8) :


...
...
Added *DAAP-Server=firefly/svn-1528*
Updating Content-Type from text/html to application/x-dmap-tagged
Added *Cache-Control=no-cache*
Added *Expires=-1*

Program received signal SIGSEGV, Segmentation fault.
0xff0b3218 in strlen () from /usr/lib/libc.so.1
(gdb) bt
#0 0xff0b3218 in strlen () from /usr/lib/libc.so.1
#1 0xff106520 in _doprnt () from /usr/lib/libc.so.1
#2 0xff108694 in vsnprintf () from /usr/lib/libc.so.1
#3 0x0002f644 in pi_log (level=-25136528, fmt=0x7fffffff
) at plugin.c:695
(gdb)

Please let me know if you need more information.

Kind regards

Jens