[E-devel] Edje_Viewer patch

2006-06-26 Thread Christopher Michael
urandom, here is a patch for edje_viewer to attach the delete_event to the window, so closing edje_viewer via the close button works. Cheers, devilhorns --- etk_gui.c.orig 2006-06-26 07:19:33.0 -0400 +++ etk_gui.c 2006-06-26 07:18:44.0 -0400 @@ -35,6 +35,7 @@

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread Виктор Кожухаров
В пн, 2006-06-26 в 07:22 -0400, Christopher Michael написа: urandom, here is a patch for edje_viewer to attach the delete_event to the window, so closing edje_viewer via the close button works. Cheers, devilhorns Using Tomcat but need to do more? Need to support web services, security?

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread Christopher Michael
Виктор Кожухаров wrote: В пн, 2006-06-26 в 07:22 -0400, Christopher Michael написа: urandom, here is a patch for edje_viewer to attach the delete_event to the window, so closing edje_viewer via the close button works. Cheers, devilhorns Using Tomcat but need to do more? Need to support web

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread Виктор Кожухаров
В пн, 2006-06-26 в 14:19 -0400, Christopher Michael написа: Виктор Кожухаров wrote: В пн, 2006-06-26 в 07:22 -0400, Christopher Michael написа: urandom, here is a patch for edje_viewer to attach the delete_event to the window, so closing edje_viewer via the close button works. Cheers,

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread Christopher Michael
Виктор Кожухаров wrote: В пн, 2006-06-26 в 14:19 -0400, Christopher Michael написа: Виктор Кожухаров wrote: В пн, 2006-06-26 в 07:22 -0400, Christopher Michael написа: urandom, here is a patch for edje_viewer to attach the delete_event to the window, so closing edje_viewer via the close

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread brian . mattern
On Mon, Jun 26, 2006 at 03:04:15PM -0400, Christopher Michael wrote: Not entirely sure as I didn't investigate the segfault too much, but it does fix it. dh Causes a segfault to mysteriously no longer occur isn't a fix... It just hides the real bug (whatever it may be). I'd prefer if we

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread Christopher Michael
Christopher Michael wrote: Виктор Кожухаров wrote: В пн, 2006-06-26 в 14:19 -0400, Christopher Michael написа: Виктор Кожухаров wrote: В пн, 2006-06-26 в 07:22 -0400, Christopher Michael написа: urandom, here is a patch for edje_viewer to attach the delete_event to the window, so closing

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread Nathan Ingersoll
Looks like there is either a buffer being overrun or a stale pointer being accessed. Unless there is an obvious issue in the image surface deallocator or etk_shutdown, valgrind or other buffer overflow detection tool would probably save a lot of time tracking this down. On 6/26/06, Christopher

Re: [E-devel] Edje_Viewer patch

2006-06-26 Thread Виктор Кожухаров
run it again a few times, and see if you'll get the same backtrace. So far I've gotten a few different ones, and none of them look like yours В пн, 2006-06-26 в 16:27 -0400, Christopher Michael написа: Christopher Michael wrote: Виктор Кожухаров wrote: В пн, 2006-06-26 в 14:19 -0400,