[E-devel] Backtrace and issues with connman and fullscreen

2016-04-10 Thread Massimo Maiurana
I've always had problems with connman when resuming from suspend, sometimes it happens that the gadget icon looks like when it is estabilishing a connection (orange dot flashing) but it really is connected, other times it's like hanged with no connection so I have to restart the service via systemc

[E-devel] Backtrace

2013-10-18 Thread Massimo Maiurana
The attached crashdump was generated after a repeated segfault, i.e. E did keep segfaulting and I id keep hitting F1 :) -- Massimo Maiurana Ragusa (RG) Thread 3 (Thread 0x7ff9b9110700 (LWP 11702)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_w

Re: [E-devel] Backtrace after git push

2013-05-07 Thread Daniel Willmann
On 06/05/13 11:22, daniel.za...@samsung.com wrote: > Same for me! > > On 05/05/2013 08:11 AM, Cedric BAIL wrote: >> Hello, >> >> I just got that when I pushed some patch in efl git : >> >> remote: Traceback (most recent call last): >> remote: File "hooks/post-receive", line 107, in >> remote:

Re: [E-devel] Backtrace after git push

2013-05-06 Thread daniel.za...@samsung.com
Same for me! On 05/05/2013 08:11 AM, Cedric BAIL wrote: > Hello, > > I just got that when I pushed some patch in efl git : > > remote: Traceback (most recent call last): > remote: File "hooks/post-receive", line 107, in > remote: git_multimail.run_as_post_receive_hook(environment, mailer) >

[E-devel] Backtrace after git push

2013-05-04 Thread Cedric BAIL
Hello, I just got that when I pushed some patch in efl git : remote: Traceback (most recent call last): remote: File "hooks/post-receive", line 107, in remote: git_multimail.run_as_post_receive_hook(environment, mailer) remote: File "/srv/gitolite/.gitolite/hooks/common/git_multimail.py"

Re: [E-devel] backtrace of a segfault while using file manager

2010-09-13 Thread The Rasterman
On Tue, 07 Sep 2010 01:20:04 +0530 Amitav Mohanty said: > It happened once again today. I found that it can be enter button too and not > only the delete button.This time, it was a folder that I was locating after > going two levels of folder from my home directory. The backtrace is attached. ti

Re: [E-devel] backtrace of a segfault while using file manager

2010-09-06 Thread Amitav Mohanty
On 08/31/2010 01:02 AM, Massimiliano wrote: Try to disable EFM pathbar and retry, the problem could be here. Massimiliano 2010/8/30 Amitav Mohanty: Hello I was browsing my home directory when I found this segfault. Interestingly, it is reproducible. So, I know exactly how it occurs.

Re: [E-devel] backtrace of a segfault while using file manager

2010-08-31 Thread Amitav Mohanty
On 08/31/2010 01:02 AM, Massimiliano wrote: > Try to disable EFM pathbar and retry, the problem could be here. > > Massimiliano > > 2010/8/30 Amitav Mohanty: >> Hello >> >> I was browsing my home directory when I found this segfault. Interestingly, >> it is reproducible. So, I know exactly

Re: [E-devel] backtrace of a segfault while using file manager

2010-08-30 Thread Massimiliano
Try to disable EFM pathbar and retry, the problem could be here. Massimiliano 2010/8/30 Amitav Mohanty : > Hello > > I was browsing my home directory when I found this segfault. Interestingly, > it is reproducible. So, I know exactly how it occurs. I opened my home > directory from the icon on my

[E-devel] backtrace of a segfault while using file manager

2010-08-30 Thread Amitav Mohanty
Hello I was browsing my home directory when I found this segfault. Interestingly, it is reproducible. So, I know exactly how it occurs. I opened my home directory from the icon on my desktop. Then I opened Downloads folder which opened in another window. Then I located the file "USER TABLE (AD

Re: [E-devel] backtrace

2008-04-11 Thread The Rasterman
On Fri, 28 Mar 2008 20:51:34 +0100 Massimo Maiurana <[EMAIL PROTECTED]> babbled: that's the nature of memory corruption - something is stamping on random bits of memory - why, we don't know, and what is doing it, but it may stamp on something different each time and the resulting segv at a later t

Re: [E-devel] backtrace

2008-03-28 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman), il 22/03/2008 14:27, scrisse: mmory has been corrupted - something forecast does has walked over memory that shouldnt be touched. what it is i don't know and would probably need a code review of the forecast module code. attached another backtrace, this time t

Re: [E-devel] backtrace

2008-03-22 Thread The Rasterman
On Fri, 21 Mar 2008 13:08:54 +0100 Massimo Maiurana <[EMAIL PROTECTED]> babbled: > I always use hibernation on my system, and sometimes, after a few > minutes from resume, it happens that e receives either a sigsegv or > a sigabrt. > looks like it happens only when the forecast module is loaded,

[E-devel] backtrace

2008-03-21 Thread Massimo Maiurana
I always use hibernation on my system, and sometimes, after a few minutes from resume, it happens that e receives either a sigsegv or a sigabrt. looks like it happens only when the forecast module is loaded, I'll do further investigations about this, but again it doesn't happens always... let's

Re: [E-devel] backtrace and menus

2007-04-01 Thread Massimo Maiurana
Massimo Maiurana, il 01/04/2007 11:28, scrisse: > I have problems with transient windows, maybe this segfault has > something to do with it. before when I was reading my mail with > thunderbird and thunderbird opened the window which asked me to next > unread message in another folder, I did just

[E-devel] backtrace and menus

2007-04-01 Thread Massimo Maiurana
attached is a backtrace printed after a segfault of a recent build of e17 (checkout is from yesterday). I have problems with transient windows, maybe this segfault has something to do with it. before when I was reading my mail with thunderbird and thunderbird opened the window which asked me to ne

[E-devel] backtrace

2005-09-12 Thread Massimo Maiurana
for the first time, E did segfault on my box :) I remember raster posted a quick-guide for debugging a while ago, but I couldn't find it in my mailbox (it must be there, but I do not remember even the thread subject). however, I printed a backtrace with gdb and here it is: Program received sign