| *** withdefault has left #ingres | 00:15 | |
| *** stephenb has joined #ingres | 00:26 | |
| *** withdefault has joined #ingres | 00:45 | |
| *** ChanServ sets mode: +o withdefault | 00:45 | |
| *** Dejan has joined #ingres | 01:44 | |
| Dejan | hello everybody | 01:44 |
|---|---|---|
| *** dyki has joined #ingres | 02:09 | |
| *** dyki has quit IRC | 02:18 | |
| *** withdefault1 has joined #ingres | 02:41 | |
| *** dyki has joined #ingres | 02:57 | |
| *** withdefault has quit IRC | 02:57 | |
| *** withdefault1 has left #ingres | 02:57 | |
| *** withdefault has joined #ingres | 03:40 | |
| *** ChanServ sets mode: +o withdefault | 03:40 | |
| *** FrankW_ has joined #ingres | 03:43 | |
| *** magnusg| has joined #ingres | 04:04 | |
| *** grantc has joined #ingres | 04:35 | |
| *** ChanServ sets mode: +o grantc | 04:35 | |
| *** cthibert has joined #ingres | 04:41 | |
| *** grantc has quit IRC | 04:47 | |
| *** grantc has joined #ingres | 04:47 | |
| *** ChanServ sets mode: +o grantc | 04:47 | |
| *** grantc has quit IRC | 04:49 | |
| *** grantc has joined #ingres | 05:05 | |
| *** ChanServ sets mode: +o grantc | 05:05 | |
| atrofast | Thanks for teh answer yesterday grantc, most helpful | 05:17 |
| grantc | no problem | 05:17 |
| grantc | the code for the PHP and Ruby drivers should give you an idea too | 05:18 |
| Dejan | any new stuff in php-ingres? | 06:38 |
| *** DarylM has joined #ingres | 06:50 | |
| *** Gerhard has joined #ingres | 06:51 | |
| *** mull has joined #ingres | 07:20 | |
| *** magnusg| has left #ingres | 07:27 | |
| *** rossand has joined #ingres | 07:29 | |
| *** ChanServ sets mode: +o rossand | 07:29 | |
| cthibert | Is there a method to grab the data out of a blob/lvch and put it into a single char? I thought adu_lvch_move would do this, but it's segfaulting on large data. | 07:37 |
| cthibert | Sorry, by single char I mean a pre allocated char * string. | 07:39 |
| grantc | Hi Dejan php-ingres is on hold whilst i work on some ruby stuff | 07:52 |
| grantc | is there a way in gdb to pre-emptively apply a break point to all threads, rather than doing it once the thread is created? | 07:55 |
| toumi01 | grantc: which sort of threads are you asking about, which OS? | 08:01 |
| grantc | linux - as to the type I don't know | 08:01 |
| grantc | i guess they are posix threads but it's just a guess | 08:02 |
| toumi01 | my experience is if you attach gdb to a process and set a breakpoint it will work for any of the process threads that hit that point | 08:02 |
| toumi01 | you're not seeing that? | 08:02 |
| grantc | unfortunately not | 08:02 |
| toumi01 | my manra is just "gdb `which iidbms` `ps xf|grep iidbms|grep ME|grep default|awk '{ print $1 }'`" | 08:03 |
| toumi01 | I don't worry about the thread ids | 08:03 |
| grantc | that would be nice but this is a short running ruby program | 08:04 |
| toumi01 | and it has been a long time since Linux exposed those hidden pids for pthreads | 08:04 |
| grantc | or rather a rails test suite which is written in ruby | 08:04 |
| toumi01 | so can you launch the short-running program under gdb? | 08:04 |
| grantc | yup but "break somefunction|somefile:someline" does not work | 08:05 |
| toumi01 | you've set those in the gdb config file? | 08:05 |
| DarylM | A breakpoint will fire against any thread. There are probably other reasons for not hitting it | 08:05 |
| toumi01 | I have to agree with DarylM | 08:06 |
| DarylM | I have had issues in the past with symbol table problems being "off" on things like line numbers | 08:07 |
| DarylM | breakpoint at the entrance to that function and see if it stops there | 08:07 |
| grantc | even function names are not being hit | 08:07 |
| DarylM | lol | 08:07 |
| DarylM | ok | 08:07 |
| DarylM | ;) | 08:07 |
| grantc | no not lol - i am starting to dislike ruby | 08:07 |
| DarylM | I definitely don't like ruby. But that is just IMHO | 08:08 |
| toumi01 | grantc: maybee you are mispeling the fuction nammes? ;) | 08:08 |
| grantc | or rather i dislike rails... | 08:08 |
| grantc | toumi01: alas not :( | 08:09 |
| DarylM | No hidden fork/exec or anything like that which would eliminate a breakpoint? | 08:09 |
| grantc | perhaps - I am not sure what rake does | 08:12 |
| DarylM | rake ~= make right? I would almost expect a fork/exec. | 08:24 |
| Dejan | Ruby? Brrrr | 08:38 |
| Dejan | Ruby = good ideas went bad | 08:38 |
| Dejan | very nice, innovative ideas - but very bad implementation, IMHO | 08:39 |
| DarylM | There are other languages that have similar innovative ideas. Ruby has such a convoluted syntatic structure that it is painful to use. | 08:39 |
| DarylM | I have no personal experience with Groovy but it seemed a little cleaner than Ruby. Anyone else have any comments on Groovy/Grails? | 08:40 |
| grantc | i have managed to extract the command used and can get break points to work... | 08:53 |
| *** DerMeister has joined #ingres | 09:01 | |
| *** cthibert1 has joined #ingres | 09:03 | |
| Dejan | never tried it | 09:06 |
| Dejan | to be honest | 09:06 |
| Dejan | the best "new" language is IMHO, D | 09:06 |
| Dejan | however, it is not a scripting language... | 09:07 |
| Dejan | if i cannot do something in BASH, i use PHP | 09:12 |
| Dejan | :D | 09:12 |
| *** Gerhard has quit IRC | 09:17 | |
| *** cthibert has quit IRC | 09:22 | |
| *** Alex|off is now known as Alex| | 09:52 | |
| *** dyki has quit IRC | 10:04 | |
| *** Dejan has quit IRC | 10:04 | |
| *** toumi01_ has joined #ingres | 11:16 | |
| *** Alex| is now known as Alex|off | 11:19 | |
| *** toumi01 has left #ingres | 11:20 | |
| *** toumi01_ has left #ingres | 11:21 | |
| *** toumi01__ has joined #ingres | 11:23 | |
| *** toumi01__ has quit IRC | 11:27 | |
| *** toumi01__ has joined #ingres | 11:30 | |
| *** toumi01__ has quit IRC | 11:41 | |
| *** Alex|off is now known as Alex| | 11:42 | |
| *** toumi01 has joined #ingres | 11:43 | |
| *** Alex| is now known as Alex|off | 12:58 | |
| *** cthibert1 has left #ingres | 13:18 | |
| *** withdefault1 has joined #ingres | 13:23 | |
| *** withdefault has quit IRC | 13:41 | |
| *** DerMeister has quit IRC | 14:19 | |
| *** rossand has quit IRC | 14:31 | |
| *** rossand has joined #ingres | 14:37 | |
| *** ChanServ sets mode: +o rossand | 14:37 | |
| *** toumi01 has quit IRC | 14:45 | |
| *** zxiiro has joined #ingres | 14:59 | |
| *** ChanServ sets mode: +v zxiiro | 14:59 | |
| *** zxiiro has quit IRC | 16:12 | |
| *** mull has quit IRC | 16:12 | |
| *** zxiiro has joined #ingres | 16:13 | |
| *** ChanServ sets mode: +v zxiiro | 16:13 | |
| *** rossand has quit IRC | 17:12 | |
| *** zxiiro has quit IRC | 18:18 | |
| *** toumi01 has joined #ingres | 18:28 | |
| *** withdefault has joined #ingres | 18:52 | |
| *** ChanServ sets mode: +o withdefault | 18:52 | |
| *** withdefault1 has quit IRC | 19:08 | |
| *** mull has joined #ingres | 20:08 | |
| *** mull has quit IRC | 20:51 | |
| *** withdefault has quit IRC | 23:02 | |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!