Re: how can I get a backtrace from inside my program?

2008-10-31 Thread Behdad Esfahbod
[EMAIL PROTECTED] wrote: > 2008/10/31 Brian J. Tarricone <[EMAIL PROTECTED]>: >> Garth's KidStuff wrote: >>> I have a large Gtk app running on Ubuntu and I'd love to be able to log >>> stack trace information when unusual events occur. Any ideas on where to >>> look for this? >> If you don't mind

Re: how can I get a backtrace from inside my program?

2008-10-31 Thread jcupitt
2008/10/31 Brian J. Tarricone <[EMAIL PROTECTED]>: > Garth's KidStuff wrote: >> I have a large Gtk app running on Ubuntu and I'd love to be able to log >> stack trace information when unusual events occur. Any ideas on where to >> look for this? > > If you don't mind that it only works on Linux, w

Re: how can I get a backtrace from inside my program?

2008-10-31 Thread Brian J. Tarricone
Garth's KidStuff wrote: I have a large Gtk app running on Ubuntu and I'd love to be able to log stack trace information when unusual events occur. Any ideas on where to look for this? If you don't mind that it only works on Linux, with glibc and gcc, take a look at backtrace() and backtrace_

how can I get a backtrace from inside my program?

2008-10-31 Thread Garth's KidStuff
Hey All, I have a large Gtk app running on Ubuntu and I'd love to be able to log stack trace information when unusual events occur. Any ideas on where to look for this? Thanks in advance. -Garth -- Garth Upshaw Garth's KidStuff ___ gtk-app-devel-lis

A dialog as small as possible, except it needs scrolling

2008-10-31 Thread Till Harbaum / Lists
Hi, i have the following problem: I have a dialog with variable contents. Since this content may even exceed the screen size (which isn't too difficult on a nokia n810) i have put the entire content into a scrolled window. My problem now is the dialog size. I want the dialog as small as possible

Re: another memory leak

2008-10-31 Thread Allin Cottrell
On Fri, 31 Oct 2008, Alexander Semenov wrote: > Jacques Le Normand wrote: > > thank you for helping me to solve my previous post, which > > found that I had a memory leak. The solution was to remove uim > > (universal input method). I have a new memory leak problem. > > This one creates and rem

Table with grid using gtk_table_new()

2008-10-31 Thread Sulabh Bista
Dear all: Is there a way to display grid lines of the table created using gtk_table_new()? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Desktop-operations in Metacity and Compiz?

2008-10-31 Thread Osmo Maatta
Hello, I'm developing a fancy screenshot application for the GNOME-desktop using the GTK and GDK libraries (and some Xlib stuff too). When taking a screenshot of a window, my code first finds out in which desktop the window lies (resides) and then moves to that desktop and takes a screenshot

Re: another memory leak

2008-10-31 Thread Alexander Semenov
Jacques Le Normand wrote: Hello list, thank you for helping me to solve my previous post, which found that I had a memory leak. The solution was to remove uim (universal input method). I have a new memory leak problem. This one creates and removes 2000 text entries every 100ms. I've had top sh

Re: another memory leak

2008-10-31 Thread Jacques Le Normand
the solution is currently being discussed here: http://groups.google.com/group/uim-en/browse_thread/thread/8ff1adf19bc40fd3 On Thu, Oct 30, 2008 at 2:36 PM, Yu Feng <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-29 at 22:08 -0400, Jacques Le Normand wrote: > > Hello list, > > thank you for helping

Re: another memory leak

2008-10-31 Thread Yu Feng
On Wed, 2008-10-29 at 22:08 -0400, Jacques Le Normand wrote: > Hello list, > thank you for helping me to solve my previous post, which found that I > had a memory leak. The solution was to remove uim (universal input > method). Would you say more about the solution in the list? I am also intereste