*** DEAD_BEEF has quit IRC | 00:07 | |
*** ced117 has quit IRC | 00:08 | |
*** ajalkane has joined #harmattan | 00:08 | |
*** tom___ has joined #harmattan | 00:18 | |
*** leinir has joined #harmattan | 00:19 | |
*** leinir has joined #harmattan | 00:19 | |
*** XenGi is now known as XenGi_ | 00:35 | |
*** Hitham has joined #harmattan | 00:46 | |
*** Hitham has quit IRC | 00:48 | |
*** elldekaa has quit IRC | 00:49 | |
*** rashm2k has joined #harmattan | 00:49 | |
*** e-yes has quit IRC | 01:00 | |
thedead1440 | ladoga, haha thats a more advanced smartphone :p | 01:04 |
---|---|---|
*** tom___ has quit IRC | 01:05 | |
*** XenGi_ is now known as XenGi | 01:08 | |
*** Sfiet_Konstantin has quit IRC | 01:11 | |
*** Sfiet_Konstantin has joined #harmattan | 01:11 | |
*** messerting has quit IRC | 01:12 | |
*** Venemo_N9 has quit IRC | 01:14 | |
*** e-yes has joined #harmattan | 01:14 | |
*** jaywink has quit IRC | 01:15 | |
*** beford has joined #harmattan | 01:18 | |
*** rashm2k has quit IRC | 01:27 | |
*** jreznik has quit IRC | 01:27 | |
*** jreznik has joined #harmattan | 01:29 | |
*** danielcbit has quit IRC | 01:31 | |
*** ajalkane has quit IRC | 01:35 | |
*** ortylp has joined #harmattan | 01:38 | |
*** jreznik has quit IRC | 01:41 | |
njsf | anybody got experience with QtCreator and remote gdbserver connections to the N9 | 01:45 |
njsf | ? | 01:45 |
njsf | mine keeps stopping at attach | 01:46 |
njsf | Cannot access memory at address 0xe59fe004 | 01:46 |
njsf | and on the remote side (the N9 ssh connection where I started the gdbserver : readchar: Got EOF) | 01:47 |
*** ortylp has quit IRC | 01:48 | |
jonni | njsf: maybe the problem is that you tried to start gdbserver yourself, as creator should do that for you. | 01:49 |
jonni | if there is 2 servers in same port, then your in trouble :) | 01:50 |
njsf | The problem is that because this is an aegis started process, after the deb is installed by creator it is already running | 01:50 |
njsf | No, it is not a problem with the ports | 01:50 |
njsf | the connection IS established | 01:50 |
njsf | and the QtCreator side gdb is the one crapping out AFAICS | 01:50 |
jonni | anyways works for me just fine :), so might be your creator version then | 01:51 |
njsf | Its the latest from Nokia AFAIK 1.2.1 | 01:51 |
jonni | thats is sdk version number, not the latest creator version number ;) | 01:51 |
njsf | I am using the QtCreator that comes with it ok ? You know full well on 1.2.1 it comes with QtCreator... | 01:52 |
jonni | every process is aegis started process, that sentance doesnt make any sense | 01:52 |
njsf | every process is started by an aegis-exec from a conf file in /etc/init/apps ? | 01:53 |
jonni | you mean background process | 01:53 |
njsf | yes | 01:54 |
jonni | which is automaticly started at boot | 01:54 |
jonni | well for those you cannot ofcourse easily debug them, or you can if you kill the process, and start it by hand, and attach gdb to it. | 01:54 |
njsf | it gets restarted automatically | 01:55 |
njsf | so that does not work | 01:55 |
jonni | not directly, you should create normal desktop launcher for it untill you have debugged it in working condition before putting it to autostart list | 01:56 |
jonni | (as otherwise you most likely will run into permission problems if you try to run them with aegis-exec) | 01:57 |
njsf | So how do I do that ? | 01:58 |
njsf | This is a project I am trying to improve | 01:58 |
njsf | I am not the original coder | 01:58 |
njsf | its organiserfeed | 01:58 |
njsf | I don't think its a permissions problem | 01:58 |
jonni | well in that case maybe you should 1st try helloworld example and see howto debug that one | 01:58 |
njsf | I just attached using gdb just fine in the N9 itself | 01:59 |
njsf | it has to be the version of gdb I am using on the PC side | 01:59 |
njsf | what is the gdb you use when you attach to a remote server ? | 01:59 |
jonni | and your sure that its not root vs user vs capability problem | 01:59 |
jonni | are root cannot read user processes and vice versa | 01:59 |
jonni | are=as | 02:00 |
njsf | I started gdbserver with ariadne | 02:00 |
njsf | and attached to the process with a regular gdb using ariadne too | 02:00 |
njsf | I think that would verify that all permissions are fine ? | 02:00 |
jonni | then it can well be permission problems, as ariadne can have too much capabilities in some cases | 02:01 |
*** thedead1440_ has joined #harmattan | 02:04 | |
*** thedead1440 has quit IRC | 02:07 | |
*** arcean has quit IRC | 02:21 | |
*** thedead1440_ has quit IRC | 02:28 | |
*** arcean has joined #harmattan | 02:28 | |
*** thedead1440 has joined #harmattan | 02:30 | |
njsf | Ok, so I just verified it is an issue with the PC debugger :/ | 02:32 |
njsf | Just as a last resort I'm going to try to have the background service start with gdbserver | 02:34 |
njsf | hmmm ok, instead I'm used initctl stop to stop it | 02:38 |
njsf | now I'm going to try the regular debug | 02:38 |
njsf | Guess what, got the same thing: | 02:42 |
*** leinir has quit IRC | 02:44 | |
*** Sfiet_Konstantin has quit IRC | 02:45 | |
*** Sfiet_Konstantin has joined #harmattan | 02:45 | |
*** NONA has joined #harmattan | 03:03 | |
*** NONA is now known as Guest97829 | 03:03 | |
*** Guest97829 has quit IRC | 03:05 | |
*** Sfiet_Konstantin has quit IRC | 03:09 | |
njsf | I think the issue was really that I was using a release build variant | 03:10 |
*** rcg has quit IRC | 03:11 | |
*** Sfiet_Konstantin has joined #harmattan | 03:13 | |
*** tom___ has joined #harmattan | 03:22 | |
*** Sfiet_Konstantin has quit IRC | 03:24 | |
*** NIN101 has quit IRC | 03:25 | |
*** arcean has quit IRC | 03:28 | |
*** tom___ has quit IRC | 03:35 | |
*** pinheiro has quit IRC | 03:57 | |
*** XenGi is now known as XenGi_ | 03:58 | |
*** _vladest_ has joined #harmattan | 04:01 | |
*** XenGi_ is now known as XenGi | 04:01 | |
*** vladest has quit IRC | 04:02 | |
*** _vladest has quit IRC | 04:02 | |
*** _vladest_ is now known as _vladest | 04:02 | |
*** vladest has joined #harmattan | 04:03 | |
*** zhxt has joined #harmattan | 04:16 | |
*** DEAD_BEEF has joined #harmattan | 04:20 | |
*** DEAD_BEEF has quit IRC | 04:21 | |
*** mschlens1 has joined #harmattan | 04:25 | |
*** mschlens_ has quit IRC | 04:28 | |
*** Morpog has quit IRC | 04:38 | |
*** Martix has quit IRC | 04:46 | |
*** Morpog has joined #harmattan | 04:49 | |
*** hardaker has joined #harmattan | 04:50 | |
*** stroughtonsmith has quit IRC | 04:52 | |
*** M4rtinK has quit IRC | 05:01 | |
*** hardaker has quit IRC | 05:03 | |
*** thedead1440 has quit IRC | 05:32 | |
*** furikku has joined #harmattan | 05:33 | |
*** hardaker has joined #harmattan | 05:38 | |
*** tgalal has joined #harmattan | 05:39 | |
*** lamikr has quit IRC | 05:44 | |
*** natunen has joined #harmattan | 05:45 | |
*** a has joined #harmattan | 05:57 | |
*** a is now known as Guest7158 | 05:57 | |
*** Guest7158 has quit IRC | 05:58 | |
*** DocScrutinizer05 has quit IRC | 06:04 | |
*** DocScrutinizer06 has joined #harmattan | 06:04 | |
*** DocScrutinizer06 is now known as DocScrutinizer05 | 06:08 | |
*** natunen has quit IRC | 06:21 | |
*** elldekaa has joined #harmattan | 06:35 | |
*** elldekaa has quit IRC | 07:05 | |
*** XenGi is now known as XenGi_ | 07:16 | |
*** thedead1440 has joined #harmattan | 07:33 | |
*** npm has quit IRC | 07:35 | |
*** npm has joined #harmattan | 07:37 | |
*** hardaker has quit IRC | 08:05 | |
*** Morpog has quit IRC | 08:26 | |
*** Morpog has joined #harmattan | 08:34 | |
*** Octal has quit IRC | 08:44 | |
*** Octal has joined #harmattan | 08:45 | |
*** topi` has quit IRC | 08:56 | |
*** topi` has joined #harmattan | 08:56 | |
*** trench has quit IRC | 09:07 | |
*** trench has joined #harmattan | 09:08 | |
*** trench has joined #harmattan | 09:08 | |
*** zhxt has quit IRC | 09:11 | |
*** xarcass has joined #harmattan | 09:14 | |
*** Morpog has quit IRC | 09:17 | |
*** zhxt has joined #harmattan | 09:23 | |
*** Morpog has joined #harmattan | 09:35 | |
*** zhxt has quit IRC | 09:35 | |
*** zhxt has joined #harmattan | 09:36 | |
*** thedead1440 has quit IRC | 09:37 | |
*** zhxt has quit IRC | 09:53 | |
*** zhxt has joined #harmattan | 09:54 | |
*** natunen has joined #harmattan | 10:05 | |
*** thedead1440 has joined #harmattan | 10:12 | |
*** tom___ has joined #harmattan | 10:26 | |
*** tom___ has quit IRC | 10:57 | |
*** tarek_ has joined #harmattan | 11:34 | |
*** tgalal has quit IRC | 11:35 | |
*** rcg has joined #harmattan | 11:38 | |
*** vladest has quit IRC | 11:42 | |
*** _vladest has quit IRC | 11:42 | |
*** _vladest has joined #harmattan | 11:48 | |
*** vladest has joined #harmattan | 11:51 | |
*** piggz has quit IRC | 11:52 | |
*** piggz has joined #harmattan | 11:53 | |
*** RzR has quit IRC | 11:53 | |
*** RzR has joined #harmattan | 11:55 | |
*** tarek__ has joined #harmattan | 11:56 | |
*** tarek_ has quit IRC | 11:57 | |
*** tarek__ is now known as tgalal | 11:58 | |
*** _vladest has quit IRC | 12:08 | |
*** vladest has quit IRC | 12:09 | |
*** ortylp has joined #harmattan | 12:24 | |
*** faenil has joined #harmattan | 12:30 | |
*** RzR has quit IRC | 12:32 | |
*** RzR has joined #harmattan | 12:35 | |
*** piggz has quit IRC | 12:35 | |
*** leinir has joined #harmattan | 13:13 | |
*** leinir has joined #harmattan | 13:13 | |
*** M4rtinK has joined #harmattan | 13:28 | |
*** rashm2k has joined #harmattan | 13:29 | |
*** rashm2k has quit IRC | 13:32 | |
*** rashm2k has joined #harmattan | 13:32 | |
*** xarcass has quit IRC | 13:32 | |
*** jreznik has joined #harmattan | 13:33 | |
*** NIN101 has joined #harmattan | 13:36 | |
*** though has joined #harmattan | 14:04 | |
*** though has quit IRC | 14:07 | |
*** ZogG_laptop has quit IRC | 14:20 | |
*** ZogG_laptop has joined #harmattan | 14:22 | |
*** ZogG_laptop has quit IRC | 14:22 | |
*** ZogG_laptop has joined #harmattan | 14:22 | |
*** ZogG_laptop has joined #harmattan | 14:23 | |
*** ZogG_laptop has quit IRC | 14:23 | |
*** ZogG_laptop has joined #harmattan | 14:23 | |
*** ortylp has quit IRC | 14:30 | |
*** thedead1440 has quit IRC | 14:32 | |
*** rcg has quit IRC | 14:40 | |
*** gabriel9 has joined #harmattan | 14:41 | |
gabriel9 | the docs are down again | 14:52 |
gabriel9 | great | 14:52 |
RzR | those have been mirrored right ? | 14:58 |
*** thedead1440 has joined #harmattan | 14:59 | |
*** arcean has joined #harmattan | 15:02 | |
gabriel9 | duno | 15:03 |
* RzR http://rzr.online.fr/q/harmattandev# #HarmattanDev #OffLine again, is it safe to BackUp / mirror it ? #MeeGo #Nokia #n9 !n950club #n9lovers | 15:14 | |
*** emperor has joined #harmattan | 15:14 | |
*** gabriel9 has quit IRC | 15:15 | |
RzR | https://www.developer.nokia.com/info/sw.nokia.com/id/5eae171f-3acf-49b8-adc3-72dfbdc77adf/Harmattan_Library.html | 15:18 |
*** Martix has joined #harmattan | 15:19 | |
*** zhxt has quit IRC | 15:19 | |
*** lamikr has joined #harmattan | 15:35 | |
*** pinheiro has joined #harmattan | 15:36 | |
*** zhxt has joined #harmattan | 15:38 | |
*** zhxt has quit IRC | 15:52 | |
*** elldekaa has joined #harmattan | 16:18 | |
*** arcean_ has joined #harmattan | 16:22 | |
*** arcean has quit IRC | 16:25 | |
*** faenil has quit IRC | 16:38 | |
*** Morpog_ has joined #harmattan | 16:59 | |
*** Morpog_ has quit IRC | 17:00 | |
*** arcean_ is now known as arcean | 17:00 | |
*** e-yes has quit IRC | 17:01 | |
*** rashm2k1 has joined #harmattan | 17:11 | |
*** rashm2k has quit IRC | 17:12 | |
*** lamikr has quit IRC | 17:35 | |
*** hardaker has joined #harmattan | 17:46 | |
*** stroughtonsmith has joined #harmattan | 17:46 | |
*** rubdos has joined #harmattan | 17:47 | |
*** jaywink has joined #harmattan | 17:47 | |
*** pinheiro has quit IRC | 17:56 | |
*** elldekaa has quit IRC | 18:03 | |
*** jaywink has quit IRC | 18:13 | |
*** thedead1440 has quit IRC | 18:18 | |
*** thedead1440 has joined #harmattan | 18:22 | |
*** Nirkus has quit IRC | 18:41 | |
*** ZogG_lap1op has joined #harmattan | 18:47 | |
*** ZogG_laptop has quit IRC | 18:48 | |
*** ortylp has joined #harmattan | 18:52 | |
*** mhoye has quit IRC | 18:54 | |
*** mhoye has joined #harmattan | 18:56 | |
*** thedead1440 has quit IRC | 19:06 | |
*** _vladest has joined #harmattan | 19:11 | |
*** vladest has joined #harmattan | 19:12 | |
*** Qusai has joined #harmattan | 19:31 | |
*** tom___ has joined #harmattan | 19:42 | |
*** jaywink has joined #harmattan | 19:45 | |
*** byron has joined #harmattan | 19:58 | |
*** e-yes has joined #harmattan | 20:05 | |
*** byron has left #harmattan | 20:05 | |
*** tom___ has quit IRC | 20:07 | |
*** rcg has joined #harmattan | 20:11 | |
*** thedead1440 has joined #harmattan | 20:14 | |
*** pinku has joined #harmattan | 20:24 | |
*** pinku has quit IRC | 20:26 | |
*** NIN101 has quit IRC | 20:27 | |
*** NIN102 has joined #harmattan | 20:28 | |
*** tom___ has joined #harmattan | 20:31 | |
njsf | anybody here knows where the 12/24 hr config setting can be accessed ? | 20:32 |
njsf | is it via gconf ? | 20:32 |
*** fk_lx_nemo has joined #harmattan | 20:34 | |
*** mikelima has quit IRC | 20:35 | |
njsf | does /meegotouch/i18n/lc_timeformat24h sound right ? | 20:35 |
*** tom___ has quit IRC | 20:38 | |
*** fk_lx_nemo has left #harmattan | 20:38 | |
*** Sfiet_Konstantin has joined #harmattan | 20:40 | |
*** Venemo_N9 has joined #harmattan | 20:47 | |
*** bluefox is now known as bluefox______ | 20:48 | |
*** NIN102 is now known as NIN101 | 20:59 | |
*** tom___ has joined #harmattan | 21:00 | |
*** thedead1440 has quit IRC | 21:06 | |
*** tgalal has quit IRC | 21:10 | |
*** tom___ has quit IRC | 21:14 | |
*** hardaker has quit IRC | 21:15 | |
*** _oozbooz has joined #harmattan | 21:27 | |
*** oozbooz has quit IRC | 21:27 | |
*** furikku has quit IRC | 21:31 | |
*** npm has quit IRC | 21:37 | |
*** _vladest_ has joined #harmattan | 21:37 | |
*** vladest1 has joined #harmattan | 21:38 | |
*** tom__ has joined #harmattan | 21:38 | |
*** vladest has quit IRC | 21:39 | |
*** _vladest has quit IRC | 21:39 | |
*** _vladest_ is now known as _vladest | 21:40 | |
*** messerting has joined #harmattan | 21:42 | |
*** faenil has joined #harmattan | 21:43 | |
*** RzR has quit IRC | 21:44 | |
*** RzR has joined #harmattan | 21:45 | |
*** rcg has quit IRC | 21:47 | |
*** _oozbooz has quit IRC | 21:47 | |
*** rcg has joined #harmattan | 21:47 | |
*** npm has joined #harmattan | 21:50 | |
*** rcg has quit IRC | 21:54 | |
*** Venemo_N9 has quit IRC | 22:00 | |
*** XenGi_ is now known as XenGi | 22:01 | |
*** rcg has joined #harmattan | 22:03 | |
*** tgalal has joined #harmattan | 22:13 | |
*** tom__ has quit IRC | 22:18 | |
*** gabriel9 has joined #harmattan | 22:20 | |
*** mhamad has joined #harmattan | 22:34 | |
*** Morpog has quit IRC | 22:40 | |
*** oozbooz has joined #harmattan | 22:47 | |
*** XenGi is now known as XenGi_ | 22:48 | |
*** Morpog has joined #harmattan | 22:49 | |
*** mounir has joined #harmattan | 22:49 | |
*** orfix has quit IRC | 22:49 | |
*** gabriel9 has quit IRC | 22:51 | |
*** arcean has quit IRC | 23:00 | |
*** rubdos has quit IRC | 23:03 | |
*** Venemo has joined #harmattan | 23:04 | |
*** Resho has joined #harmattan | 23:06 | |
*** faenil has quit IRC | 23:07 | |
*** mounir is now known as orfix | 23:08 | |
*** Resho has quit IRC | 23:10 | |
*** Sfiet_Konstantin has quit IRC | 23:11 | |
*** pinheiro has joined #harmattan | 23:14 | |
*** ortylp has quit IRC | 23:16 | |
*** thedead1440 has joined #harmattan | 23:17 | |
*** nayigeta has joined #harmattan | 23:23 | |
*** nayigeta has quit IRC | 23:25 | |
*** arcean has joined #harmattan | 23:29 | |
*** XenGi_ is now known as XenGi | 23:37 | |
*** hardaker has joined #harmattan | 23:54 | |
*** _oozbooz has joined #harmattan | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!