Re: [E-devel] Debug...

2008-12-06 Thread Ravenlock
On 12/03/2008 05:45, Anders Troback wrote: > Hi, > > E17 is crashing for me! I just start up E17, click on desktop to get > main menu, moving the mouse over the menu and then it srgfault! > > Running FreeBSD 7.1-STABLE and the co from svn are about 2h old! > > gdb output: > Program received sign

Re: [E-devel] Debug...

2008-12-04 Thread Anders Troback
On Wed, 03 Dec 2008 10:28:20 -0600 Ravenlock <[EMAIL PROTECTED]> wrote: > On 12/03/2008 08:04, Anders Troback wrote: > > On Wed, 3 Dec 2008 10:33:55 -0200 > > "Iván Briano (Sachiel)" <[EMAIL PROTECTED]> wrote: > > > >> On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback > >> <[EMAIL PROTECTED]> wrote:

Re: [E-devel] Debug...

2008-12-03 Thread Ravenlock
On 12/03/2008 08:04, Anders Troback wrote: > On Wed, 3 Dec 2008 10:33:55 -0200 > "Iván Briano (Sachiel)" <[EMAIL PROTECTED]> wrote: > >> On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback >> <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> E17 is crashing for me! I just start up E17, click on desktop to get

Re: [E-devel] Debug...

2008-12-03 Thread Iván Briano (Sachiel)
On Wed, Dec 3, 2008 at 12:04 PM, Anders Troback <[EMAIL PROTECTED]> wrote: > On Wed, 3 Dec 2008 10:33:55 -0200 > "Iván Briano (Sachiel)" <[EMAIL PROTECTED]> wrote: > >> On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback >> <[EMAIL PROTECTED]> wrote: >> > Hi, >> > >> > E17 is crashing for me! I just sta

Re: [E-devel] Debug...

2008-12-03 Thread Anders Troback
On Wed, 3 Dec 2008 10:33:55 -0200 "Iván Briano (Sachiel)" <[EMAIL PROTECTED]> wrote: > On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > E17 is crashing for me! I just start up E17, click on desktop to get > > main menu, moving the mouse over the menu and

Re: [E-devel] Debug...

2008-12-03 Thread Cedric BAIL
On Wed, Dec 3, 2008 at 1:33 PM, Iván Briano (Sachiel) <[EMAIL PROTECTED]> wrote: > On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> E17 is crashing for me! I just start up E17, click on desktop to get >> main menu, moving the mouse over the menu and then it s

Re: [E-devel] Debug...

2008-12-03 Thread Iván Briano (Sachiel)
On Wed, Dec 3, 2008 at 9:45 AM, Anders Troback <[EMAIL PROTECTED]> wrote: > Hi, > > E17 is crashing for me! I just start up E17, click on desktop to get > main menu, moving the mouse over the menu and then it srgfault! > > Running FreeBSD 7.1-STABLE and the co from svn are about 2h old! > > gdb out

[E-devel] Debug...

2008-12-03 Thread Anders Troback
Hi, E17 is crashing for me! I just start up E17, click on desktop to get main menu, moving the mouse over the menu and then it srgfault! Running FreeBSD 7.1-STABLE and the co from svn are about 2h old! gdb output: Program received signal SIGSEGV, Segmentation fault. eina_chained_mempool_malloc (

Re: [E-devel] Debug a module with gdb

2005-06-09 Thread Arlo
As far as debugging here's what I know: You'll likely want to run E17 in a separate X session. You can either run another display with: startx -- :1 Or run a nested display by doing (Note the -ac argument is important and allows apps to connect): Xnest -ac :1 At this point, you need to start

[E-devel] Debug a module with gdb

2005-06-09 Thread joel vennin
Ok, sorry to bored you again :p I'm currently trying to make a module but i've encountered some problem. In fact, i've made some code, compile fine ... load fine ... but when i activate it, the enlightenment wm segfault. So i understand that i've made a nice error in my code. I would like to k