Subject: For your amusement: assertion 'success' failed
From: Chris Angelico <rosuav@gmail.com>
Date: Wed, 22 Jan 2014 AD 01:04:07 -0500

I didn't know success could ever fail.....

(pike.exe:12828): Gdk-CRITICAL **: inner_clipboard_window_procedure: assertion `
success' failed
C stack overflow.
C:/Pike/lib/modules/___GTK2.so:1: GTK2.Entry->paste_clipboard()
window.pike:149: window.pike()->paste(@0=GTK2.Entry,@1=mapping[21])
C:/Pike/lib/modules/___GTK2.so:1: GTK2.Entry->paste_clipboard()
window.pike:149: window.pike()->paste(@0,@1)
C:/Pike/lib/modules/___GTK2.so:1: GTK2.Entry->paste_clipboard()
window.pike:149: window.pike()->paste(@0,@1)
... last 2 frames above repeated 6698 times ...
-:1: Pike.Backend(0)->`()(3600.0)


This, apparently, is what happens when you put a call to
self->paste_clipboard() inside the paste_clipboard signal handler.
Yeah, I was getting stupid, having some fun :)

ChrisA

Return to results