--- Log for 08.09.115 Server: leguin.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 11 days and 21 hours ago 00.26.00 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 00.28.31 Nick suYin is now known as suYin`OFF (suYin@server1.bouncer4you.de) 00.36.55 Quit bertrik (Remote host closed the connection) 00.37.23 Quit ender` (Quit: The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea.) 00.42.44 Quit xorly (Ping timeout: 240 seconds) 00.45.16 # [Franklin]: I'm going to see if I can 00.46.59 # <[Franklin]> to the photon? 00.50.58 # <[Franklin]> what output device do you plan to use? 00.58.50 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.") 01.32.15 *** Saving seen data "./dancer.seen" 02.14.35 Quit ZincAlloy (Quit: Leaving.) 03.22.48 Nick open_defiance is now known as shamebot (~winni953@198.144.158.101) 03.32.18 *** Saving seen data "./dancer.seen" 03.35.55 Quit [Franklin] (Ping timeout: 256 seconds) 03.40.31 Join nlogex [0] (~filip@dhcp-108-168-16-140.cable.user.start.ca) 03.53.17 Quit rela (Ping timeout: 268 seconds) 04.13.58 Quit uber (Ping timeout: 250 seconds) 04.23.49 Join uber [0] (~uber@unaffiliated/uber) 04.30.04 Join Strife89 [0] (~Strife89@adsl-98-80-207-38.mcn.bellsouth.net) 04.50.39 Quit scorche (Read error: Connection reset by peer) 04.51.19 Join scorche [0] (~scorche@rockbox/administrator/scorche) 05.10.06 Join [Saint] [0] (77e01fae@rockbox/staff/saint) 05.13.34 Quit TheSeven (Disconnected by services) 05.13.47 Join [7] [0] (~quassel@rockbox/developer/TheSeven) 05.32.20 *** Saving seen data "./dancer.seen" 05.42.05 Quit prof_wolfff (Ping timeout: 240 seconds) 05.43.32 Quit [Saint] (Ping timeout: 246 seconds) 05.43.36 Join [Saint]_ [0] (77e01fae@rockbox/staff/saint) 05.43.58 Nick [Saint]_ is now known as [Saint] (77e01fae@rockbox/staff/saint) 06.51.45 Quit Strife89 (Ping timeout: 265 seconds) 07.32.22 *** Saving seen data "./dancer.seen" 07.44.27 Quit Cust0sLim3n (Ping timeout: 246 seconds) 07.57.02 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 08.00.16 Quit [Saint] (Quit: Page closed) 08.14.21 Quit pamaury (Ping timeout: 272 seconds) 08.22.11 Join ender` [0] (krneki@foo.eternallybored.org) 08.49.59 Join CustosLimen [0] (~CustosLim@unaffiliated/cust0slim3n) 08.57.18 Part ender` 08.59.39 Join ender` [0] (krneki@foo.eternallybored.org) 09.01.20 Join utrack [0] (~utrack@185.6.236.84) 09.07.02 Join petur [0] (~petur@91.183.48.77) 09.07.02 Quit petur (Changing host) 09.07.02 Join petur [0] (~petur@rockbox/developer/petur) 09.32.24 *** Saving seen data "./dancer.seen" 09.35.39 Quit utrack (Quit: WeeChat 1.3) 09.36.06 Join utrack [0] (~utrack@185.6.236.84) 09.36.42 Quit utrack (Client Quit) 09.39.27 Join utrack [0] (~utrack@185.6.236.84) 09.43.01 Quit utrack (Client Quit) 09.43.22 Join utrack [0] (~utrack@185.6.236.84) 09.46.59 Quit utrack (Client Quit) 09.56.15 Join utrack [0] (~utrack@185.6.236.84) 10.05.01 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 10.37.57 Quit alucryd (Remote host closed the connection) 10.42.39 Quit puckipedia (Remote host closed the connection) 10.47.02 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl) 11.32.25 *** Saving seen data "./dancer.seen" 11.52.14 Join krabador [0] (~krabador@unaffiliated/krabador) 12.06.26 Join MMlosh [0] (~MMlosh@2001:470:6f:23:8ee:a4da:bee1:cd21) 12.42.17 Join rela [0] (~x@pdpc/supporter/active/rela) 12.46.29 Quit akaWolf (Ping timeout: 240 seconds) 12.47.48 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf) 13.18.35 Join TheLemonMan [0] (~lemonboy@adsl-ull-81-242.45-151.net24.it) 13.18.44 Quit TheLemonMan (Changing host) 13.18.44 Join TheLemonMan [0] (~lemonboy@unaffiliated/thelemonman) 13.27.44 Join ZincAlloy [0] (~Adium@p57B94D0C.dip0.t-ipconnect.de) 13.32.29 *** Saving seen data "./dancer.seen" 13.33.00 Join prof_wolfff [0] (~prof_wolf@89.141.51.203.dyn.user.ono.com) 13.35.04 # kugel: call to e->NewObject() returns NULL - thats why things fail afterwards but I have no idea why this is so. 13.35.41 # i would expect GetIntField() afterwards to crash horribly but ok 13.35.52 # wodz: check exceptions 13.36.17 # constructors can only fail due to exceptions 13.36.47 # this should be in logcat, no? 13.37.09 # it's not because the native side silently eats it 13.37.16 # it never reaches the default handler 13.37.29 # (our native code dosnt return to java) 13.39.00 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury) 13.39.07 # you can do somethihg like if ((*env_ptr)->ExceptionOccured(env_ptr)) { (*env)->ExceptionDescribe(env_ptr); (*env)->ExceptionClear(env_ptr); } 13.39.54 # also http://stackoverflow.com/questions/6015293/convert-exceptiondescribe-to-string 13.40.10 Quit yosafbridge (Ping timeout: 265 seconds) 13.40.47 # i think ExceptionDescribe() may print to stderr which you can't see on android 13.42.05 # stackoverflow suggest to crunch error with java api 13.52.13 Join yosafbridge [0] (~yosafbrid@105.ip-167-114-152.net) 13.59.29 Join alucryd [0] (~quassel@archlinux/developer/alucryd) 14.02.39 # kugel: looks like StackOverflow exception but I tried to set explicit 4MB stack size in Thread() call when creating rb service 14.05.03 # I can't see actual description as JNI DETECTED ERROR IN APPLICATION: JNI GetStringUTFChars called with pending exception 'java.lang.StackOverflowError' thrown in void org.rockbox.RockboxService.main():-2 14.05.04 Join Parker_ [0] (~ParkerR@unaffiliated/parkerr) 14.05.19 # even if I call ExceptionClear() before 14.32.22 Quit petur (Read error: Connection reset by peer) 14.32.22 Join p3tur [0] (~petur@rockbox/developer/petur) 14.37.24 Quit p3tur (Read error: Connection reset by peer) 14.39.17 Join p3tur [0] (~petur@rockbox/developer/petur) 14.39.47 Join amayer [0] (~amayer@mail.weberadvertising.com) 14.43.54 # wodz: I'm unsure if it works but you could try calling power_off(), that should go goes back to java via longjmp, perhaps you can inspect the exception there or it becomes visible in logcat 14.46.07 # wodz: ExceoptionOccured returns the exception object. maybe you can inspected that after calling ExceptionClear() 14.47.11 # ExceptionClear() must be called before most other jni functions are usable again 14.48.32 Nick p3tur is now known as petur (~petur@rockbox/developer/petur) 14.50.24 # kugel: I tried to call ExceptionClear() and then dump exception message as in stackoverflow you linked. This doesn't work as JNI reports another exception 14.53.09 # kugel: There must be some recurrence or something. I increased Rockbox thread stacksize to 40MB+ and it crashes with stack overflow in rockbox main() 14.54.55 # yea, can't call GetStringUTFChars() with the exception pending 14.57.50 Quit krabador (Quit: Take The Time) 15.08.44 Join puckipedia [0] (puck@irc.puckipedia.com) 15.10.04 Quit wodz (Quit: Leaving) 15.25.48 Quit pamaury_ (Ping timeout: 268 seconds) 15.26.08 Quit Galois (Ping timeout: 244 seconds) 15.32.33 *** Saving seen data "./dancer.seen" 15.32.55 Join Galois [0] (djao@efnet.math.uwaterloo.ca) 15.49.19 Quit Galois (Remote host closed the connection) 15.49.45 Join Galois [0] (djao@efnet.math.uwaterloo.ca) 16.00.51 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.") 16.07.44 Quit CustosLimen (Ping timeout: 240 seconds) 16.08.39 Quit petur (Read error: Connection reset by peer) 16.11.41 Join CustosLimen [0] (~CustosLim@unaffiliated/cust0slim3n) 16.58.14 Join YuMiki [0] (~Mikki@ipservice-092-208-087-221.092.208.pools.vodafone-ip.de) 17.03.01 Quit utrack (Quit: WeeChat 1.3) 17.14.45 Join Jinx [0] (Dojo@unaffiliated/jinx) 17.32.37 *** Saving seen data "./dancer.seen" 17.36.46 Quit yosafbridge (Ping timeout: 264 seconds) 17.44.15 Join yosafbridge [0] (~yosafbrid@105.ip-167-114-152.net) 17.55.24 Quit pamaury (Remote host closed the connection) 18.11.28 Join krabador [0] (~krabador@unaffiliated/krabador) 18.43.05 Join Markmaster [0] (~Markmaste@vpn-dc-184-173-166-154.hosts.getcloakvpn.com) 19.12.56 Quit MMlosh (Quit: Bye...) 19.31.22 Quit prof_wolfff (Ping timeout: 264 seconds) 19.32.42 *** Saving seen data "./dancer.seen" 19.40.57 Quit rela (Read error: Connection reset by peer) 19.57.50 Join rela [0] (~x@pdpc/supporter/active/rela) 19.59.47 Join bertrik [0] (~quassel@rockbox/developer/bertrik) 20.07.39 Quit Markmaster (Quit: My Mac has gone to sleep. ZZZzzz…) 20.08.08 Join lebellium [0] (~chatzilla@89-93-179-187.hfc.dyn.abo.bbox.fr) 20.19.50 Join prof_wolfff [0] (~prof_wolf@89.141.51.203.dyn.user.ono.com) 20.23.48 Quit ZincAlloy (Quit: Leaving.) 20.28.23 Quit Guest18189 (Ping timeout: 244 seconds) 20.30.29 Quit CustosLimen (Ping timeout: 244 seconds) 20.36.37 Join CustosLimen [0] (~CustosLim@unaffiliated/cust0slim3n) 20.39.10 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 20.42.20 Join ZincAlloy [0] (~Adium@87.185.77.12) 20.52.53 Quit bluebrother (Disconnected by services) 20.52.58 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother) 20.53.16 Join Rower [0] (husvagn@d83-183-134-99.cust.tele2.se) 20.53.55 Join fs-bluebot_ [0] (~fs-bluebo@f053155005.adsl.alicedsl.de) 20.56.00 Quit fs-bluebot (Ping timeout: 252 seconds) 21.03.46 Join xorly [0] (~xorly@ip-86-49-15-121.net.upcbroadband.cz) 21.14.10 Quit rela (Quit: Leaving) 21.32.43 *** Saving seen data "./dancer.seen" 22.26.27 Join Markmast_ [0] (~Markmaste@95-27-221-169.broadband.corbina.ru) 22.29.04 Quit lebellium (Ping timeout: 246 seconds) 22.30.24 Quit Markmast_ (Ping timeout: 240 seconds) 22.32.48 Join lebellium [0] (~chatzilla@89-93-179-187.hfc.dyn.abo.bbox.fr) 22.38.10 Quit pamaury (Ping timeout: 264 seconds) 22.52.53 Join [Franklin] [0] (~franklin@unaffiliated/franklin) 22.57.44 Quit Rower (Ping timeout: 252 seconds) 22.58.10 Join Rower [0] (husvagn@d83-183-134-99.cust.tele2.se) 23.03.16 Quit [Franklin] (Remote host closed the connection) 23.03.37 Join [Franklin] [0] (~franklin@cpe-71-71-39-6.triad.res.rr.com) 23.11.07 Quit scottj (Quit: leaving) 23.20.05 Quit amayer (Quit: Leaving) 23.23.05 Quit krabador (Ping timeout: 256 seconds) 23.26.33 Nick suYin`OFF is now known as suYin (suYin@server1.bouncer4you.de) 23.28.17 Quit lebellium (Quit: ChatZilla 0.9.92 [Firefox 41.0/20150907144446]) 23.32.46 *** Saving seen data "./dancer.seen" 23.36.48 Quit xorly (Ping timeout: 246 seconds) 23.43.21 Quit [Franklin] (Ping timeout: 265 seconds) 23.51.58 Quit suYin (Ping timeout: 264 seconds) 23.52.12 Join [Franklin] [0] (~franklin@unaffiliated/franklin)