-
Right after build, during installation, I get SEGV due to environment, see below.
Command "unset LC_CTYPE" fixes SEGV.
Should never crash because of any environment variable values.
Should complain meaningfully if necessary.
----shell output----------------------------------------------------------------
turtle unix # ./tclsh
Segmentation fault
turtle unix # env...
2009-08-04 20:38:03 UTC in Tcl
-
I found the copyright notice online: http://www.tcl.tk/man/tcl8.4/copyright.htm
Please put it into the file COPYING in the root of the distribution as most
projects do so it's easy to find for anyone who is interested.
Thanks,
Yuri.
2009-05-09 02:55:51 UTC in Tcl
-
yurivict committed revision 156 to the Smart Common Input Method platform SVN repository, changing 2 files.
2009-04-27 17:14:15 UTC in Smart Common Input Method platform
-
I did some more debugging, and found that in metadir.py read(self, path, size, offset) returns correct strings.
Empty strings are returned after EOF has been reached.
2009-04-11 19:42:33 UTC in WikipediaFS
-
I grabbed the system calls logwhen the file is opened. It shows that after then file is read (it was 92060 bytes) read never returns 0 and keeps reading zeroes.
cp on the other hand copies it ok since it first stats the file and then mmaps the file.
So my conclusion is that the bug is that sequential 'read' commands nevfer return EOF indicator.
--- syscall log of vim opening the file...
2009-04-11 17:45:51 UTC in WikipediaFS
-
When I try to open a wiki page 'vim /wiki/wikipedia-en/France.mw' on FreeBSD-71 vim sits blank for a while.
'top' shows both python2.5 and vim consuming a lot of CPU while vim is blank.
But when I hit Ctrl-C shortly after I run a command (normally to interrupt loading of a long file) vim always shows a complete article.
Just to be clear here if I don't hit Ctrl-C it will sit blank for a long...
2009-04-11 17:28:44 UTC in WikipediaFS
-
testcase:
incr i
In tcl8.5.6 it succeeds. This is a problem.
In tcl8.4.19 it produced an error:
can't read "i": no such variable
(reading value of variable to increment)
invoked from within
"incr i"
(file "incr.tcl" line 2)
2009-04-07 09:48:53 UTC in Tcl
-
I am getting an error:
X Error of failed request: BadImplementation (server does not implement operation)
Major opcode of failed request: 148 (MIT-SHM)
Minor opcode of failed request: 5 (X_ShmCreatePixmap)
Serial number of failed request: 24
Current serial number in output stream: 25
It's better to first check for this extension first, warn the user and to suggest what...
2009-03-13 21:01:55 UTC in GPLFlash
-
Symptom:
When I have scim running and trying to save any image in gimp into any particular format, like png, gimp plugin 'file-png' crashes.
When I delete /usr/local/lib/gtk-2.0/immodules/im-scim.so problem disappears.
See crash stack below. Crash is in static destructors. Seems like somehow the code of destructor is already mmapped out when it's called.
It's easy to catch in debugger...
2009-03-03 20:15:28 UTC in Smart Common Input Method platform
-
Not yet. But I keep spotting this now and then.
Problem seems to be random in time.
My hope is that code review and some cleanups will resolve this issue.
2009-01-08 18:38:24 UTC in Smart Common Input Method platform