Hi,

Provided you install the sogo-dbg package, can you launch gdb against one of your running instances (gdb -p [pid of instance]) and, at the prompt, perform the following commands:

> b GCSFolderManager.m:250
> continue

Once the breakpoint is reached, execute the following:

> bt
[output]
> q

and return me the result.
The "q" command will cause gdb to leave but it will let the sogo process running.
What interests me is the output of the "bt" command.


Thanks!


Wolfgang

--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to