-
[binary decode hex " "] segfaults
... not much more to say.
2009-12-28 23:29:01 UTC in Tcl
-
Forgot to mention version: debian 1.11.1-dfsg-2.
2009-11-30 22:35:12 UTC in tcllib
-
calling md5:
set result "WUB[::md5::md5 -hex -file [dict get $req -file]]"
bgerror: {can not find channel named "file51"} {-code 1 -level 0 -errorcode {TCL LOOKUP CHANNEL file51} -errorinfo can\ not\ find\ channel\ named\ \"file51\"\n\ \ \ \ while\ executing\n\"close\ \$opts(-channel)\"\n\ \ \ \ (procedure\ \"::md5::md5\"\ line\ 44)\n\ \ \ \ invoked\ from\ within\n\"::md5::md5\ -hex\...
2009-11-30 22:33:15 UTC in tcllib
-
[oo::class create foo {constructor {} {my destroy}}] new
Sometimes results in a segv in Tcl_GetCommandFullName (interp=0x8053f58, command=0x10b15a98,\
objPtr=0x1254a650) [example from gdb] called from CallCommandTraces (iPtr=0x8053f58, cmdPtr=0x10b15a98, oldName\
=0x0, newName=0x0, flags=16512) [op cit]
The proximate cause is a bogus cmdPtr->nsPtr which is full of random.
Edited gdb...
2009-11-24 10:01:08 UTC in Tcl
-
Hi,
the [[url | name]] form leaves trailing spaces on url (in that example).
I believe it should trim trailing and probably leading strings from the url.
2009-11-19 10:09:29 UTC in JavaScript Creole Wiki Markup Parser
-
Can't you get the server fixed?.
2009-11-03 11:58:26 UTC in Tcl
-
The observed behaviour may not be due to the server prepending lines to the header in response, it may be due to improper encoding or decoding of preceding content, or by incorrect calculation of content length. This is to be suspected because the received text is reported to be \n and not \r\n (which is the normal form EOL for headers.)
If the error is in content, not header, then 'fixing'...
2009-10-09 21:46:22 UTC in Tcl
-
My apologies, I have completely misstated the case. ws2 is on the machine, I misunderstood the nature of my problem. I've closed the error.
2009-09-21 00:42:05 UTC in CeGCC - Cross development for Pocket PC
-
To use sockets I have to link against libws2.a, which creates a dependency on ws2.dll. This isn't available on my test winmob6.1, and prevents the compiled program from loading.
Is there an alternative available? There seems to be a wsp.dll which ms documentation suggests provides the winsock2 api. Is this the relevant target?
I'd not have posted this as a bug, but I noticed a call for...
2009-09-20 22:49:25 UTC in CeGCC - Cross development for Pocket PC
-
After 8 hours of running on the wiki I have no reports of any problems. I conclude that the fix is in!
Thanks Andreas.
2009-07-29 08:34:35 UTC in Tcl