ALT Linux Bugzilla
– Attachment 4828 Details for
Bug 25171
Приложения, использующие portaudio, роняют jackd
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Test case
pa_test.c (text/plain), 362 bytes, created by
Egor Glukhov
on 2011-02-28 20:22:53 MSK
(
hide
)
Description:
Test case
Filename:
MIME Type:
Creator:
Egor Glukhov
Created:
2011-02-28 20:22:53 MSK
Size:
362 bytes
patch
obsolete
>#include <portaudio.h> >#include <stdio.h> > >int main() >{ > PaError err; > fprintf(stderr, "Initialize\n"); > err = Pa_Initialize(); > if (err == paNoError) { > fprintf(stderr, "Terminate\n"); > Pa_Terminate(); > } else { > fprintf( stderr, "Error number: %d\n", err ); > fprintf( stderr, "Error message: %s\n", Pa_GetErrorText( err ) ); > } > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 25171
:
4827
| 4828