[pulseaudio-tickets] [PulseAudio] #395: Pulseaudio break after Startup on PowerPC Hardware
PulseAudio
trac-noreply at tango.0pointer.de
Wed Oct 22 23:08:01 PDT 2008
#395: Pulseaudio break after Startup on PowerPC Hardware
---------------------+------------------------------------------------------
Reporter: philro | Owner: lennart
Type: defect | Status: new
Priority: normal | Milestone:
Component: core | Severity: normal
Keywords: PowerPC |
---------------------+------------------------------------------------------
I tried to run Pulseaudio on a Dbox2 which has a PowerPC Platform CPU.
On Startup Pulseaudio makes a break of 60 seconds. After that the startup
goes on. Here's the log made with strace:
{{{
open("/dev/urandom", O_RDONLY|O_NOCTTY|O_LARGEFILE) = 5
read(5, "]\363\342\343"..., 4) = 4
close(5) = 0
rt_sigprocmask(SIG_SETMASK, NULL, ~[HUP INT QUIT ILL TRAP ABRT BUS FPE
KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU
URG XCPU XFSZ VTALRM PROF WINCH IO PWR UNUSED RTMIN RT_1 RT_2], 8) = 0
rt_sigaction(SIGPIPE, NULL, {0x1, [PIPE], SA_RESTART}, 8) = 0
pipe([5, 6]) = 0
fcntl64(5, F_GETFL) = 0 (flags O_RDONLY)
fcntl64(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(6, F_GETFL) = 0x1 (flags O_WRONLY)
fcntl64(6, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
fcntl64(5, F_GETFD) = 0
fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
fcntl64(6, F_GETFD) = 0
fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
rt_sigaction(SIGINT, {0xfa9f358, [], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0xfa9f358, [], SA_RESTART}, {SIG_DFL, [], 0}, 8) =
0
rt_sigaction(SIGUSR1, {0xfa9f358, [], SA_RESTART}, {SIG_DFL, [], 0}, 8) =
0
rt_sigaction(SIGUSR2, {0xfa9f358, [], SA_RESTART}, {SIG_DFL, [], 0}, 8) =
0
rt_sigaction(SIGHUP, {0xfa9f358, [], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
time(NULL) = 438615
open("/proc/self/auxv", O_RDONLY) = -1 ENOENT (No such file or
directory)
rt_sigaction(SIGILL, {0xfa9f358, [], 0}, {SIG_DFL, [], 0}, 8) = 0
}}}
and after the break:
{{{
rt_sigaction(SIGILL, {SIG_DFL, [], 0}, NULL, 8) = 0
open("/var/etc/pulse/system.pa", O_RDONLY|O_LARGEFILE) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=1768, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x3001b000
read(7, "#!/bin/pulseaudio -nF\n#\n# This fi"..., 4096) = 1768
open("/lib/pulse-0.9/modules/module-oss.la", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/lib/module-oss.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/lib/module-oss.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/i486-linux-gnu/module-oss.la", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/lib/i486-linux-gnu/module-oss.la", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/local/lib/module-oss.la", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("module-oss.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
access("/lib/pulse-0.9/modules/module-oss.so", R_OK) = 0
open("/lib/pulse-0.9/modules/module-oss.so", O_RDONLY) = 8
}}}
--
Ticket URL: <http://www.pulseaudio.org/ticket/395>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list