Wednesday, 2015-02-11

*** krubenast has quit IRC00:10
*** prettyvanilla has quit IRC00:13
*** yann-kaelig has quit IRC00:38
*** WTS has joined #kxstudio01:04
*** WTS has left #kxstudio01:06
*** ahellquist|wrk has quit IRC01:11
*** lfzawacki has quit IRC01:26
*** JackWinter has quit IRC04:00
*** JackWinter has joined #kxstudio04:00
*** FergusL has quit IRC04:01
*** FergusL has joined #kxstudio04:02
*** WTS has joined #kxstudio04:51
*** WTS has left #kxstudio04:53
*** spectromas has quit IRC05:06
*** Animtim__ has joined #kxstudio05:38
*** Animtim_ has quit IRC05:42
*** wolftune has quit IRC06:10
*** Animtim_ has joined #kxstudio06:47
*** Animtim__ has quit IRC06:48
*** JackWinter1 has joined #kxstudio07:16
*** john_cephalopoda has joined #kxstudio08:04
*** EamonnTobin has joined #kxstudio08:17
*** ahellquist|wrk has joined #kxstudio08:24
*** newmusicpower has joined #kxstudio08:42
*** newmusicpower has quit IRC09:04
*** ahellquist|wrk has quit IRC09:21
*** JohnnyL has quit IRC09:34
*** JackWinter1 has quit IRC09:52
*** JackWinter1 has joined #kxstudio09:54
*** ahellquist|wrk has joined #kxstudio10:00
*** JackWinter1 has quit IRC11:08
*** prettyvanilla has joined #kxstudio11:12
*** prettyvanilla has joined #kxstudio11:15
*** krubenast has joined #kxstudio11:57
*** falktx has joined #kxstudio12:31
*** rncbc_jolla has joined #kxstudio12:53
*** yann-kaelig has joined #kxstudio12:55
*** rncbc_jolla has quit IRC12:57
john_cephalopodafalktx: Regarding my complaints from yesterday that removing plugins crashes carla: Every plugin I tested does that.13:17
falktxmore info please13:19
falktxbrb13:19
john_cephalopodafalktx: terminate called after throwing an instance of 'Jack::JackTemporaryException'13:29
john_cephalopodaThat was the thing it said last time. Can't check out right now because I am listening to a CD and starting jackd would stop the audio output of vlc.13:30
falktxso you didn't had jack running before carla?14:00
john_cephalopodaI had.14:01
john_cephalopodaI had it running.14:01
john_cephalopodaHow can I debug carla?14:01
john_cephalopodaIt seems to be python in big parts.14:03
john_cephalopodadmesg says [21902.893051] traps: carla[16177] general protection ip:7f5731c29c00 sp:7fffc900a978 error:0 in libpthread-2.20.so[7f5731c18000+17000]14:04
john_cephalopodafalktx: ^14:04
falktxif you got carla from the repos the build is optimized and there's not that useful to debug14:06
falktxor did you built it yourself?14:06
john_cephalopodaI got it from AUR14:06
falktxah ok14:06
john_cephalopodaSo built myself.14:06
falktxwhat's the jack buffer size?14:06
john_cephalopodaPeriods/Buffer: 2      Frames/Period 102414:08
john_cephalopodaqjackctl default.14:09
falktxhmm, something's funky then14:11
falktxjohn_cephalopoda: do you always get "terminate called after throwing an instance of 'Jack::JackTemporaryException" ?14:11
falktxevery single time?14:11
john_cephalopodaNope, now it doesn't say anything.14:12
john_cephalopodaDeleting plugin and then:14:12
john_cephalopodaScopedPluginAction(0) - blocking START14:12
john_cephalopodaScopedPluginAction(0) - blocking DONE14:12
john_cephalopodaSegfault.14:12
falktxbuild carla with "make DEBUG=true" please14:13
falktxa fresh clone14:13
falktxI should add a --gdb arg to carla...14:13
john_cephalopodafalktx: http://pastie.org/pastes/9939477/text14:17
LAbot`Title: #9939477 - Pastie (at pastie.org)14:17
john_cephalopodaThe last few lines of the usual output14:17
falktxjohn_cephalopoda: pull and re-install. now carla has a "--gdb" option that starts gdb14:18
john_cephalopodahttp://pastie.org/pastes/9939481/text14:18
LAbot`Title: #9939481 - Pastie (at pastie.org)14:18
john_cephalopodaSeems that DEBUG=true didn't change anything.14:19
falktxit did, it added debug symbols and runtime prints14:22
falktxthe debug stuff is needed for gdb14:23
falktxyou should be able to get a nice gdb trace now14:23
ahellquist|wrkquick question: I'm running kxstudio repos on a Debian Jessie with Gnome DE. What optional cpu freq setting applet is suggested ?14:24
falktxheh, no idea...14:28
ahellquist|wrkok, np14:28
falktxI use indicator-cpufreq from ubuntu14:28
falktxI don't think that one is on debian14:28
ahellquist|wrkfalktx: ok, I'll check that.14:28
john_cephalopodafalktx: Any idea what the problem I got with carla is?14:33
falktxyou need to give me a gdb trace so I can figure it out14:36
falktxlike I said, I just added a "--gdb" switch to carla14:37
falktxso start it like:14:37
falktxcarla --gdb14:37
falktxand do the usual gdb stuff14:37
john_cephalopodaIt doesn't work.14:41
john_cephalopodacarla and carla --gdb do the same thing.14:44
falktxare you sure you're using the latest git14:45
falktxI just added that a few mins ago14:45
john_cephalopodaah, okay, probably pulled too early.14:47
john_cephalopodafalktx: Ummm... http://pastie.org/pastes/9939621/text14:52
LAbot`Title: #9939621 - Pastie (at pastie.org)14:52
john_cephalopodaOkay, seems that was a heisenbug.14:54
john_cephalopodahttp://pastie.org/pastes/9939639/text?key=irkuvcw4rvo5sn0udjjdjg14:57
LAbot`Title: Private Paste - Pastie (at pastie.org)14:57
john_cephalopodaTwo debugs14:58
falktxthat build doesn't have debug on15:04
falktx(no DEBUG=true)15:04
*** zequence has quit IRC15:11
*** zequence has joined #kxstudio15:29
john_cephalopodafalktx: http://pastie.org/pastes/9939781/text?key=zfknml50uor2t2ongfg4da15:42
LAbot`Title: Private Paste - Pastie (at pastie.org)15:42
falktxhrrm still no full debug for some reason15:47
falktxbut I can see it's happening at the final scope of removePlugin, so it's caused by some local destructor15:49
falktxI can add a little hack for this15:51
falktxbut it isn't pretty...15:51
falktxjohn_cephalopoda: try again now (new pull)15:52
*** wolftune has joined #kxstudio15:52
john_cephalopodaIs there a compile song?15:53
falktxthere is, but you won't like it15:53
john_cephalopodaHmm? Why not?15:54
falktxhttps://www.youtube.com/watch?v=cK3NMZAUKGw15:54
LAbot`Title: BABYMETAL - メギツネ - MEGITSUNE (Full ver.) - YouTube (at www.youtube.com)15:54
john_cephalopodaOh, because "Unfortunately, this video is not available in your country because it could contain music, for which we could not agree on conditions of use with GEMA."15:54
john_cephalopodaStupid youtube15:54
falktxheh15:55
falktxI guess you're in germany15:55
falktxfuck gema15:55
falktx:S15:55
falktxinstall youtube-dl15:55
falktxand run:15:55
falktxyoutube-dl https://www.youtube.com/watch?v=cK3NMZAUKGw15:55
LAbot`Title: BABYMETAL - メギツネ - MEGITSUNE (Full ver.) - YouTube (at www.youtube.com)15:55
falktxshould get you the song in + 720p video15:56
*** yann-kaelig has quit IRC15:56
john_cephalopodaLive versions work.15:58
john_cephalopodaAre basses supposed to have so many strings?15:58
falktxsorry bbl15:59
john_cephalopodafalktx: works15:59
john_cephalopodaIt works now.15:59
*** falktx has quit IRC16:03
*** spectromas has joined #kxstudio16:06
*** ahellquist|wrk has quit IRC16:26
*** JohnnyL has joined #kxstudio16:30
*** JohnnyL has quit IRC16:38
*** ahellquist|wrk has joined #kxstudio16:54
*** JohnnyL has joined #kxstudio17:03
*** seanz has quit IRC17:15
*** mtemmerm has quit IRC17:42
*** wolftune has quit IRC17:45
*** lfzawacki has joined #kxstudio17:58
*** JackWinter1 has joined #kxstudio18:07
*** falktx has joined #kxstudio18:08
john_cephalopodafalktx: As I said, it works now. Perfect.18:09
john_cephalopodaI somehow feel like a magnet for computer crashes. :P18:09
falktxcarla is doing some nasty things in some places...18:11
*** scary_hallo has joined #kxstudio18:13
*** lfzawacki has quit IRC18:13
*** lfzawacki has joined #kxstudio19:02
*** dtcrshr has quit IRC19:03
*** wolftune has joined #kxstudio19:20
*** distrozapper has joined #kxstudio19:22
*** dtcrshr has joined #kxstudio19:25
*** rncbc has joined #kxstudio19:47
*** JohnnyL has quit IRC19:48
*** rncbc is now known as rncbc|AFK19:52
*** JackWinter1 has quit IRC19:53
*** EamonnTobin has quit IRC19:54
*** ahellquist|wrk has quit IRC20:12
*** WTS has joined #kxstudio20:30
*** WTS has left #kxstudio20:31
*** spectromas has quit IRC20:31
*** eqyiel has quit IRC20:41
*** distrozapper has quit IRC20:43
*** eqyiel has joined #kxstudio20:49
*** rncbc|AFK is now known as rncbc21:02
*** JohnnyL has joined #kxstudio21:08
*** scary_hallo has quit IRC21:19
*** Animtim__ has joined #kxstudio21:31
*** Animtim_ has quit IRC21:32
*** rncbc is now known as rncbc|AFK21:35
*** rncbc|AFK is now known as rncbc21:57
*** JackWinter1 has joined #kxstudio22:17
*** wolftune has quit IRC22:17
*** JackWinter1 has quit IRC22:18
*** WTS has joined #kxstudio23:05
*** WTS has left #kxstudio23:13
*** falktx has quit IRC23:16
*** lfzawacki has left #kxstudio23:24
*** wolftune has joined #kxstudio23:29

Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!