[Bug 1074673] Re: JACK server fails to start

2013-02-25 Thread Benjamin Drung
Thanks for the patch. I have synced 1.9.9.5+20130127git15950eb1-1
instead (which contains both fixes).

** Changed in: jackd2 (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1074673

Title:
  JACK server fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1074673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1074673] Re: JACK server fails to start

2013-02-22 Thread David Henningsson
** Patch added: "jackd2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/jackd2/+bug/1074673/+attachment/3541697/+files/jackd2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1074673

Title:
  JACK server fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1074673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1074673] Re: JACK server fails to start

2013-02-22 Thread David Henningsson
Program received signal SIGBUS, Bus error.
0x4018ed7e in CAS ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
(gdb)  bt
#0  0x4018ed7e in CAS ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#1  0x40190f86 in 
Jack::JackAtomicState::WriteNextStateStartAux() ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#2  0x40190d92 in 
Jack::JackAtomicState::WriteNextStateStart() ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#3  0x4018f07c in Jack::JackGraphManager::InitRefNum(int) ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#4  0x401ab356 in Jack::JackEngine::ClientInternalOpen(char const*, int*, 
Jack::JackEngineControl**, Jack::JackGraphManager**, 
Jack::JackClientInterface*, bool) ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#5  0x401a8bf0 in Jack::JackLockedEngine::ClientInternalOpen(char const*, int*, 
Jack::JackEngineControl**, Jack::JackGraphManager**, 
Jack::JackClientInterface*, bool) ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#6  0x401a7686 in Jack::JackDriver::Open(unsigned int, unsigned int, bool, 
bool, int, int, bool, char const*, char const*, unsigned int, unsigned int) ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#7  0x401a4d2a in Jack::JackAudioDriver::Open(unsigned int, unsigned int, bool, 
bool, int, int, bool, char const*, char const*, unsigned int, unsigned int) ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#8  0x40e761d4 in Jack::JackAlsaDriver::Open(unsigned int, unsigned int, 
unsigned int, bool, bool, bool, bool, DitherAlgorithm, bool, bool, int, int, 
bool, char const*, char const*, unsigned int, unsigned int, char const*) ()
   from /usr/lib/arm-linux-gnueabihf/jack/jack_alsa.so
#9  0x40e779c0 in driver_initialize ()
   from /usr/lib/arm-linux-gnueabihf/jack/jack_alsa.so
#10 0x401b50ca in JackDriverInfo::Open(jack_driver_desc_t*, 
Jack::JackLockedEngine*, Jack::JackPosixSemaphore*, _JSList const*)
() from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#11 0x401b0e50 in Jack::JackServer::Open(jack_driver_desc_t*, _JSList*) () from 
/usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#12 0x401ba18a in jackctl_server_open ()
   from /usr/lib/arm-linux-gnueabihf/libjackserver.so.0
#13 0xaf26 in main ()
ihf/libjackse=

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1074673

Title:
  JACK server fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1074673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1074673] Re: JACK server fails to start

2013-02-15 Thread David Henningsson
Gaah, it seems like jackd2 FTBFS both on arm and amd64:

[262/265] cprogram: build/example-clients/server_control.cpp.2.o -> 
build/example-clients/jack_server_control
15:10:53 runner ['/usr/bin/gcc', 'example-clients/server_control.cpp.2.o', 
'-o', 
'/home/david/jackd2/jackd2-1.9.8~dfsg.4+20121110git67ac4440/build/example-clients/jack_server_control',
 '-Wl,-Bstatic', '-Wl,-Bdynamic', '-Lcommon', '-ljackserver', '-lpthread', 
'-lrt', '-ldl', '-lm']
/usr/bin/ld: example-clients/server_control.cpp.2.o: undefined reference to 
symbol '__cxa_end_cleanup@@CXXABI_1.3'
/usr/bin/ld: note: '__cxa_end_cleanup@@CXXABI_1.3' is defined in DSO 
/usr/lib/arm-linux-gnueabihf/libstdc++.so.6 so try adding it to the linker 
command line
/usr/lib/arm-linux-gnueabihf/libstdc++.so.6: could not read symbols: Invalid 
operation
collect2: error: ld returned 1 exit status

There is a missing -lstdc++ in the gcc line above but I can't figure out
how to add it...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1074673

Title:
  JACK server fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1074673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1074673] Re: JACK server fails to start

2013-02-15 Thread David Henningsson
This is unlikely related to the kernel. When trying to launch "jackd2 -v
-dalsa" it fails with a SIGBUS error. With verbose messages on, the last
message printed is:

Jack: JackEngine::NotifyAddClient: name = system

Working on getting a usable stack trace.

** Also affects: jackd2 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1074673

Title:
  JACK server fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1074673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs