same thing in 8.4.12

On Mon, 2006-01-30 at 10:34 +0100, Sander Hoentjen wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x005ba93c in Tk_CanvasEventuallyRedraw () from /usr/lib/libtk8.4.so
> (gdb) bt
> #0  0x005ba93c in Tk_CanvasEventuallyRedraw () from /usr/lib/libtk8.4.so
> #1  0x005bc860 in Tk_CreateItemType () from /usr/lib/libtk8.4.so
> #2  0x005bd06e in Tk_CreateItemType () from /usr/lib/libtk8.4.so
> #3  0x00581766 in Tk_HandleEvent () from /usr/lib/libtk8.4.so
> #4  0x00581c44 in Tk_HandleEvent () from /usr/lib/libtk8.4.so
> #5  0x001dc3f3 in Tcl_ServiceEvent () from /usr/lib/libtcl8.4.so
> #6  0x001dc68f in Tcl_DoOneEvent () from /usr/lib/libtcl8.4.so
> #7  0x00581088 in Tk_MainLoop () from /usr/lib/libtk8.4.so
> #8  0x0058e9f7 in Tk_MainEx () from /usr/lib/libtk8.4.so
> #9  0x080487e4 in main ()
> 
> So confirmed. Hmm just checked my version and I have 8.4.11 too.. so
> never mind
> 
> On Mon, 2006-01-30 at 00:16 +1100, Arieh Schneier wrote:
> > > if you're able to fix it and you know why it does that, do you think you
> > > can create a 'test' app for this (same bug happening with a minimum number
> > > of lines) and submit a bug report to tk ?
> > 
> > Ok, I created a test app. I discovered that it is to do with
> > the -activeimage, because if you dont have it then it doesn't crash. I will
> > post this to the tktoolkit bug database, but Id like someone to test this
> > app against the latest stable release 8.4.12 (I am only running 8.4.11)
> > before I submit it.
> > 
> > Here is the app, just note there is a file 'close.gif' just put any gif
> > there.
> > 
> > Thanks in advance Lio.
> > 
> > 
> > canvas .c
> > pack .c
> > set i [image create photo -file close.gif]
> > .c create image 20 20 -anchor nw -image $i -activeimage $i -tag c1text
> > .c bind c1text <ButtonRelease-1> "destroy .c"
> > 
> > #note, you can get around the bug by replacing either (or both) of the last
> > 2 lines with these:
> > #.c create image 20 20 -anchor nw -image $i -tag c1text
> > #.c bind c1text <ButtonRelease-1> "after 0 \"destroy .c\""
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> > _______________________________________________
> > Amsn-devel mailing list
> > Amsn-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/amsn-devel
> > 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel
> 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to