Re: [Bug 373842] Re: evolution crashes on startup

2009-05-12 Thread Jeff Blanchard
Hello Sebastien,

I am not sure of the difference between a stacktrace and a backtrace.  
Here is what I do

In terminal

gdb evolution 2>&1 | tee gdb-evolution.txt
handle SIG33 pass nostop noprint
set pagination 0
run

Then in the Evolution gui

Create an event that recurs every week.
Save the event
Edit the event by changing the time.
Select all (freezes at this step).

In Terminal
ctr c
backtrace full
info registers
thread apply all backtrace
quit

Attached is the file.


Cheers, Jeff


Sebastien Bacher wrote:
> could you get an evolution-data-server stacktrace using gdb?
>
>   


** Attachment added: "gdb-evolution.txt"
   http://launchpadlibrarian.net/26635940/gdb-evolution.txt

-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 373842] Re: evolution crashes on startup

2009-05-12 Thread Jeff Blanchard
When I do this it locks up when I switch to calendar.

 Here is what I get

(gdb) continue
Continuing.
[New Thread 0xb63a8b90 (LWP 4251)]
Cannot get thread event message: debugger service failed
(gdb) backtrace
#0  0xb7ef2430 in __kernel_vsyscall ()
#1  0xb73b6ae7 in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xb74e774b in g_poll () from /usr/lib/libglib-2.0.so.0
#3  0xb74d9f82 in ?? () from /usr/lib/libglib-2.0.so.0
#4  0xb74da5ba in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#5  0xb7710cc3 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#6  0x0804b96c in ?? ()
#7  0xb72f3775 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#8  0x0804a421 in ?? ()


Sebastien Bacher wrote:
> the log you got shows it's eds crashing and not evolution
>
> the way to get a stacktrace is either to use apport or gdb this way
>
> - start evolution on the email component
> - gdb --pid `pidof evolution-data-server-2.26`
> (gdb) continue
> - switch evolution to the calendar
> - the gdb prompt will be stopped on the e-d-s crash
> (gdb) backtrace
>
>

-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373842] [NEW] evolution crashes on startup

2009-05-08 Thread Jeff Blanchard
Public bug reported:

Binary package hint: evolution

After upgrading to 9.04 I decided to give Evolution another try. My
email was working fine and I started adding events into the calendar.
After a few events Evolution locked up. After force quiting, it now
locks up at restart. When I try restarting in Terminal I get

j...@froggypond:~$ evolution
Fontconfig error: "~/.fonts.conf", line 2: no element found
** (evolution:5966: DEBUG: EI: SHELL STARTUP

but Evolution is still crashes. Any suggestions?


evolution:
  Installed: 2.26.1-0ubuntu1
  Candidate: 2.26.1-0ubuntu1
  Version table:
 *** 2.26.1-0ubuntu1 0
500 http://us.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

Cheers, Jeff

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New

-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 373842] Re: evolution crashes on startup

2009-05-08 Thread Jeff Blanchard
Hello Pedro,

There are no files in /var/crash.   When I launch Evolution it freezes 
and I have to use force quit to close it.  This doesn't seem to generate 
a crash file.  I generated a backtrace which is attached.  Should I 
submit this?

Cheers, Jeff


Pedro Villavicencio wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. However, your crash report is either missing or
> challenging to deal with as a ".crash" file. Please follow these
> instructions to have apport report a new bug about your crash that can
> be dealt with by the automatic retracer.
>
> If you are running the Ubuntu Stable Release you might need to enable
> apport in /etc/default/apport and restart.
>
> If you are using Ubuntu with the Gnome desktop environment - launch
> nautilus and navigate to your /var/crash directory and double click on
> the crash report you wish to submit.
>
> If you are using Kubuntu or Xubuntu you can file the crash using
> /usr/share/apport/apport-qt --crash-
> file=/var/crash/_my_crash_report.crash in a terminal - where
> _my_crash_report.crash is the crash you would like to report.
>
> I'm closing this bug report since the process outlined above will
> automatically open a new bug report which can then dealt with more
> efficiently. Thanks in advance for your cooperation and understanding.
>
> ** Changed in: evolution (Ubuntu)
>Status: New => Invalid
>
>   


** Attachment added: "gdb-evolution.txt"
   http://launchpadlibrarian.net/26478811/gdb-evolution.txt

-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 373842] Re: evolution crashes on startup

2009-05-09 Thread Jeff Blanchard
I was able to get Evolution working again by renaming the .evolution
directory and then restarting.  No big deal since I had only been using
it a few hours and my messages were still on the my email servers.
Unfortunately while I was trying to recreate the bug I accidently wrote
over the old .evolution directory.  If it comes up again I will get the
stacktrace.  I do like Evolution and will continue using it.  The bug
did motivate me to learn backup/restore functions right away.

Cheers, Jeff

On Sat, 2009-05-09 at 10:02 +, Sebastien Bacher wrote:
> the stacktrace indicates an evolution-data-server crash, could you get a
> stacktrace for this one? you could also try the update on bug #368508
> and see if it workaround the bug
> 
> ** Package changed: evolution (Ubuntu) => evolution-data-server (Ubuntu)
> 
> ** Changed in: evolution-data-server (Ubuntu)
>Importance: Undecided => Medium
> 
> ** Changed in: evolution-data-server (Ubuntu)
>Status: Invalid => Incomplete
> 
> ** Changed in: evolution-data-server (Ubuntu)
>  Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
>

-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 373842] Re: evolution crashes on startup

2009-05-11 Thread Jeff Blanchard


-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373842] Re: evolution crashes on startup

2009-05-11 Thread Jeff Blanchard
Well, without trying I was able to replicate the events that led to the
first lock up.   In Calendar, I was modifying a recurring event,
selected All Instances and wham.   I renamed the .evolution file,
restarted and was able to replicate it a third time.   I am not sure how
to generate the stacktrace.  Can you send me a link or directions?

-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373842] Re: evolution crashes on startup

2009-05-11 Thread Jeff Blanchard
I just tried the proposed evolution-data-server and it still freezes.   I also 
tried the proposed libical
 as per bug #368508 but still no luck.

-- 
evolution crashes on startup
https://bugs.launchpad.net/bugs/373842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 714862] Re: Atheros AR3002 cannot be turned up/is not recognized.

2011-05-22 Thread Jeff Blanchard
I  followed AceLan Kao's steps and got the bluetooth service working on
my V130, but the bluetooth applet icon in the panel was not visible. I
found this helpful in getting that to show up:

http://askubuntu.com/questions/40400/how-do-i-show-blueproximitys-icon-
in-the-panel

 (had to restart session as well).

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714862

Title:
  Atheros AR3002 cannot be turned up/is not recognized.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs