*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
*** llnz has joined #tp | 00:14 | |
*** JLP has joined #tp | 00:50 | |
JLP | ahoy all | 00:59 |
---|---|---|
*** JLafont has quit IRC | 01:01 | |
*** JLP has quit IRC | 01:05 | |
*** JLP has joined #tp | 01:07 | |
mithro | hey JLP | 01:13 |
mithro | long time no see, talk, etc | 01:13 |
JLP | mithro: yeah, was away with my father, helping him with some construction work | 01:14 |
JLP | did i miss anything important? | 01:14 |
llnz | hi all | 01:14 |
JLP | llnz: ahoy | 01:15 |
mithro | JLP: check the lists, blogs and stuff | 01:18 |
mithro | JLP: probably a good idea to check up with ezod | 01:18 |
mithro | the evaluations start this week too? | 01:18 |
mithro | or is that next week? | 01:18 |
JLP | i think it is this week already, at least that's why i got home now, not to miss it | 01:20 |
JLP | ah it's july 7th | 01:22 |
*** zzorn_laptop has joined #tp | 03:17 | |
*** nash has quit IRC | 03:23 | |
*** zzorn_laptop has quit IRC | 04:44 | |
*** peres has joined #tp | 04:46 | |
*** zzorn_laptop has joined #tp | 05:21 | |
*** zzorn_laptop has quit IRC | 05:29 | |
*** zzorn_laptop has joined #tp | 05:32 | |
*** mithro has quit IRC | 06:52 | |
*** mithro has joined #tp | 07:31 | |
*** mithro has quit IRC | 07:43 | |
* llnz wanders off | 07:46 | |
llnz | later all | 07:46 |
*** llnz has quit IRC | 07:46 | |
*** CIA-31 has quit IRC | 08:45 | |
*** CIA-31 has joined #tp | 09:12 | |
*** peres has quit IRC | 09:55 | |
*** zzorn_laptop has quit IRC | 10:19 | |
*** TBBle has quit IRC | 12:01 | |
*** TBBle has joined #tp | 12:05 | |
*** JLafont has joined #tp | 12:15 | |
*** Erroneous has joined #tp | 13:06 | |
*** JLafont has quit IRC | 13:10 | |
*** JLafont has joined #tp | 13:12 | |
*** CIA-31 has quit IRC | 13:41 | |
*** jphr has joined #tp | 14:09 | |
*** nuleren has joined #tp | 14:19 | |
*** zzorn has quit IRC | 14:19 | |
*** CIA-31 has joined #tp | 14:41 | |
CIA-31 | jphr tpserver-cpp-risk * r3845d712257e /modules/games/risk/ (bugs.txt colonize.cpp colonize.h move.cpp move.h): Removed old tags, reorganized and revised bugs.txt | 14:42 |
*** JLafont-laptop has joined #tp | 15:04 | |
*** Lukstr|Laptop has joined #tp | 15:09 | |
*** JLafont has quit IRC | 16:02 | |
*** JLafont-laptop has quit IRC | 16:22 | |
*** CIA-31 has quit IRC | 16:56 | |
*** llnz has joined #tp | 17:07 | |
llnz | hi all | 17:07 |
*** CIA-31 has joined #tp | 17:13 | |
ezod | hey llnz | 17:15 |
llnz | hi ezod | 17:15 |
* ezod is still getting that segfault | 17:16 | |
ezod | i was about to start looking at it again | 17:16 |
llnz | that would be helpful | 17:16 |
ezod | gentoo strips debug symbols by default, so i have to trace all the dependencies and recompile | 17:18 |
llnz | ouch | 17:18 |
ezod | unless there's some way for gdb to tell you at least which lib is causing the problem.. | 17:18 |
llnz | normally it tells you what file it's from | 17:18 |
ezod | Program received signal SIGSEGV, Segmentation fault. | 17:19 |
ezod | 0x0000000000000031 in ?? () | 17:19 |
ezod | that's all it's telling me atm | 17:19 |
llnz | what about further up the stack? | 17:20 |
ezod | i'll look, boost has -g now ;) | 17:20 |
llnz | you should only need to have -g in libtpproto-cpp and you app | 17:21 |
llnz | though with it in boost might help a bit more | 17:22 |
ezod | oh? | 17:22 |
ezod | well that's what i was thinking | 17:22 |
llnz | that line above looks like it's trying to run code somewhere it shouldn't so even with debug symbols that line will not tell you anything | 17:23 |
ezod | apparently not | 17:23 |
ezod | backtrace only spits that one line out | 17:23 |
llnz | odd | 17:23 |
ezod | did i mention this happens with nettest? | 17:26 |
ezod | i.e. it's not in tpadmin-cpp | 17:26 |
llnz | yes you did | 17:26 |
ezod | i suppose i could try building it on another machine and see what happens | 17:27 |
ezod | evidently it has something to do with my setup, if others are able to run nettest ok | 17:27 |
llnz | i don't know if anyone other than me has | 17:31 |
ezod | maybe i broke something in the config branch somehow | 17:31 |
ezod | ill try the master repo | 17:31 |
ezod | btw, feeling better? :) | 17:32 |
ezod | master repo has the same problem i guess | 17:33 |
ezod | trying on the sparc box | 17:33 |
llnz | i am better thanks | 17:33 |
*** jphr has quit IRC | 17:52 | |
ezod | llnz: same thing happens on my sparc box | 17:56 |
ezod | could be related to something gentoo-specific also | 17:56 |
llnz | ok, it segfaulted here | 17:58 |
llnz | crashed in TPProto::CacheNoneMethod::getIdList (in cachenonemethod.cpp:75) | 17:59 |
CIA-31 | aaron gentoo-overlay * rcf098d3c65f1 /games-server/tpserver-cpp/ (Manifest tpserver-cpp-0.5.0.ebuild): Fixed SRC_URI. | 18:00 |
llnz | think i've found the problem | 18:04 |
llnz | checking it now | 18:04 |
ezod | awesome | 18:04 |
ezod | i wonder why gdb didn't tell me that when i had libtpproto-cpp compiled with symbols? | 18:04 |
* ezod does not grok gdb | 18:05 | |
CIA-31 | llnz libtpproto-cpp * rd6077924ca0b /tpproto/cachenonemethod.cpp: | 18:06 |
CIA-31 | Removed incorrect delete in CacheNoneMethod. | 18:06 |
CIA-31 | This is probably what has been causing ezod's segfaults. | 18:06 |
* ezod will merge and test | 18:08 | |
ezod | thanks | 18:08 |
CIA-31 | nuleren tpserver-cpp-tae * r04132f62cc30 /modules/games/tae/ (taeturn.cpp taeturn.h): | 18:13 |
CIA-31 | Orders are now processed one player at a time and rotate each turn. | 18:13 |
CIA-31 | Players are alerted to the order for the next turn. | 18:13 |
CIA-31 | nuleren tpserver-cpp-tae * r8d3fde0eaeaf /modules/games/tae/ (colonize.cpp move.cpp): | 18:13 |
CIA-31 | Added some checks to catch illegal moves which were not illegal until | 18:13 |
CIA-31 | other players' orders were processed | 18:13 |
llnz | nuleren: how are you going? | 18:13 |
nuleren | pretty good | 18:13 |
llnz | cool | 18:13 |
nuleren | just getting everything ready for the midterm | 18:14 |
nuleren | everything looks to be on track | 18:14 |
llnz | very good | 18:14 |
nuleren | I was going to send you an email with some suggestions for the ruleset development book, but I forgot... I'll look over it again and send you some | 18:15 |
llnz | cool, thanks | 18:15 |
*** zzorn has joined #tp | 18:16 | |
ezod | wow | 18:18 |
ezod | instead of trying to debug that segfault, yesterday, i wrote all the rest of the command code stuff | 18:18 |
ezod | and it seems to work perfectly :) | 18:19 |
ezod | alright, maybe not all of it... :\ | 18:20 |
*** JLafont has joined #tp | 18:27 | |
CIA-31 | llnz libtpproto-cpp-config * rd6077924ca0b /tpproto/cachenonemethod.cpp: | 18:28 |
CIA-31 | Removed incorrect delete in CacheNoneMethod. | 18:28 |
CIA-31 | This is probably what has been causing ezod's segfaults. | 18:28 |
CIA-31 | aaron libtpproto-cpp-config * re25e8a16645b /tpproto/cachenonemethod.cpp: Merge commit 'origin/master' into config | 18:28 |
llnz | bbs | 18:30 |
*** Ohm has joined #tp | 18:54 | |
*** mithro has joined #tp | 19:28 | |
mithro | hey people | 19:35 |
llnz | hi mithro | 19:41 |
mithro | llnz: sorry I have not gotten the suit stuff back to you | 19:43 |
mithro | i've been soo busy | 19:43 |
llnz | it's ok | 19:43 |
JLafont | hey mithro | 19:45 |
CIA-31 | llnz tpserver-cpp * r641311adddc5 /libltdl/ (Makefile.in aclocal.m4 configure): | 19:47 |
CIA-31 | Ran automake and friends in libltdl to update the generated files. | 19:47 |
CIA-31 | This was needed. The automake version between the main project and the | 19:47 |
CIA-31 | subproject needs to be similar, and they were too different. This fixes | 19:47 |
CIA-31 | llnz's issue with doing make dist | 19:47 |
*** JLafont-laptop has joined #tp | 19:59 | |
JLafont-laptop | mithro: I've having some trouble with my SQL objects. I keeping this exception when I tried to insert() them. http://pastebin.com/d3c92927f | 20:08 |
*** JLafont has quit IRC | 20:13 | |
*** JLafont has joined #tp | 20:14 | |
CIA-31 | llnz tpserver-cpp * rf34ba471043d / (ChangeLog NEWS configure.ac): Preparing for 0.5.1 release. | 20:23 |
*** JLafont has quit IRC | 20:23 | |
*** JLafont has joined #tp | 20:24 | |
*** Ohm has quit IRC | 20:56 | |
CIA-31 | llnz web * rc1b02e13b6da / (2 files in 2 dirs): Added tpserver-cpp 0.5.1 release tarball and news | 20:58 |
tpb | <tpb@worldforge> New news from http://www.thousandparsec.net/tp/rss.php: TPServer-cpp 0.5.1 released. | 21:02 |
*** nash has joined #tp | 21:22 | |
llnz | hi nash | 21:22 |
nash | heyo llnz | 21:22 |
nash | How is life? | 21:22 |
llnz | fine thanks, you? | 21:27 |
nash | okay | 21:29 |
nash | Waiting on things,,, I hate waiting | 21:29 |
llnz | i'm waiting too | 21:31 |
llnz | hopefully some news in a week or so | 21:31 |
CIA-31 | aaron gentoo-overlay * r708c8dfee9bb /games-server/tpserver-cpp/ (ChangeLog Manifest tpserver-cpp-0.5.1.ebuild): New version: tpserver-cpp 0.5.1. | 21:31 |
llnz | hehe, thanks ezod | 21:33 |
ezod | llnz: ;) | 21:33 |
*** Erroneous has quit IRC | 21:42 | |
nash | Good to see Australia keeping up with international stupidity: http://www.smh.com.au/news/national/petrol-protest-causes-f3-chaos/2008/07/01/1214677983594.html | 21:43 |
tpb | <http://ln-s.net/1zO_> (at www.smh.com.au) | 21:43 |
*** JLafont has quit IRC | 21:45 | |
*** JLafont has joined #tp | 21:47 | |
mithro | JLafont: pong? | 22:06 |
JLafont-laptop | mithro: pong? | 22:06 |
mithro | you where having problems | 22:06 |
mithro | JLafont: just the error is pretty useless | 22:06 |
mithro | it sounds like the table does not exist | 22:06 |
JLafont-laptop | mithro: thats what tpserver-py gives me :( | 22:07 |
mithro | JLafont: it has a lot more context I'm sure | 22:07 |
mithro | and a full trace back | 22:08 |
mithro | the actuall problem was likely to be right back at the start where it says checking the tables | 22:09 |
JLafont-laptop | tpserver-py-tool seems to mute that. I think I can place the problem somewhere else to get it. one second | 22:09 |
mithro | you probably want the dbecho=True on | 22:09 |
JLafont-laptop | http://pastebin.com/m7be9a030 | 22:15 |
JLafont-laptop | hmm I think I see them not being started up | 22:18 |
*** peres has joined #tp | 22:18 | |
*** Lukstr|Laptop has quit IRC | 22:27 | |
mithro | JLafont: try removing your database and try again | 22:27 |
mithro | my other guess is that your table structure is wrong | 22:30 |
mithro | JLafont: you should commit your stuff so I can see the code you are working on | 22:31 |
*** DTRemenak has quit IRC | 22:33 | |
CIA-31 | juanmy777 tpserver-py-dronesec * r3a78eeadea71 /tp/server/rules/dronesec/bases/ (Drone.py __init__.py): Drone SQL object type defined | 22:36 |
CIA-31 | juanmy777 tpserver-py-dronesec * r53197dc01e0a /tp/server/rules/dronesec/bases/Research.py: Research SQL object type defined | 22:36 |
CIA-31 | juanmy777 tpserver-py-dronesec * r61fa2f28ee95 /tp/server/rules/dronesec/bases/Players.py: Players SQL object type defined | 22:36 |
CIA-31 | juanmy777 tpserver-py-dronesec * r73c959718461 /tp/server/rules/dronesec/__init__.py: Testing my SQL types | 22:36 |
JLafont | removing database didn't work | 22:36 |
JLafont | Drone.py is the one i've been trying to get working right now | 22:37 |
mithro | JLafont: umm your gettingstarted page still has sudo's | 22:42 |
mithro | oh and | 22:44 |
mithro | No module named Drone | 22:44 |
mithro | This game references a ruleset which doesn't exist anymore! Please reinstall the ruleset. | 22:44 |
mithro | That ruleset does not exist! Please check your spelling or install the correct module. | 22:44 |
mithro | tim@vaio:~/oss/tp/tpserver-py$ ./tpserver-py-tool --addgame test dronesec test test | 22:44 |
JLafont-laptop | oh woops, forgot about that. | 22:46 |
JLafont-laptop | I was messing around with it | 22:46 |
CIA-31 | juanmy777 tpserver-py-dronesec * r2821729c300f /tp/server/rules/dronesec/__init__.py: init will now point to correct module for Drone | 22:46 |
JLafont-laptop | that should work | 22:47 |
CIA-31 | aaron libtpproto-cpp-config * r64a0a3b2fcfb /tpproto/commandparameter.cpp: Removed incorrect packInt in string parameter packBuffer method. | 22:48 |
*** jphr has joined #tp | 22:49 | |
*** jphr has joined #tp | 22:56 | |
*** jphr has quit IRC | 23:02 | |
*** DTRemenak has joined #tp | 23:04 | |
*** peres has quit IRC | 23:48 | |
*** jphr has joined #tp | 23:58 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!