[Bug 71383] Re: Beagle crash on startup

2007-08-20 Thread Pedro Villavicencio
** Changed in: beagle (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-07-05 Thread Sebastien Bacher
** Changed in: beagle (Ubuntu)
   Importance: Undecided = Medium

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-22 Thread Joe Shaw
Gary: Use a newer version.  0.2.16.3 is in feisty, or you can get
updated edgy packages here: http://beagle-project.org/files/ubuntu/edgy/

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-21 Thread Gary Wieman
Received the error on reboot, had been trying to set up samba
connections to a windows file server.

** Attachment added: _usr_bin_beagled.1000.crash
   http://librarian.launchpad.net/7731670/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-17 Thread Philip Ganchev
Joe, I sent you my
.beagle/Indexes/FileSystemIndex/FileAttributesStore.db .  Unfortunately
the log file has been erased because I waited so long to reply, and
beagle apparently creates a new file every time my laptop comes back
from sleep.

The good news is that the crash seems to be gone after I upgraded my
Ubuntu box to Feisty Fawn yesterday.  The bad news is that we will
probably not know what the problem was.  I installed the old version
again and tried with the index file, but there is no crash anymore.

If I run the new beagle with the old index, I get warning messages about
a version mismatch:

Always: Starting Beagle Daemon (version 0.2.16.3)
Always: Running on Mono 1.2.3.1
Always: Using sqlite version 3
Always: Command Line: /usr/lib/beagle/BeagleDaemon.exe --fg --indexing-delay 3
Warn: Unable to create read-only index (likely due to index version
mismatch): /var/cache/beagle/indexes/applications
Warn: Unable to create read-only index (likely due to index version
mismatch): /var/cache/beagle/indexes/documentation
Always: Starting Index Helper process (version 0.2.16.3)
Always: Running on Mono 1.2.3.1
Always: Using sqlite version 3
Always: Extended attributes are supported
Always: Command Line: /usr/lib/beagle/IndexHelper.exe

If I see any more issues I will report.

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-07 Thread Joe Shaw
Philip: interesting.  It would be helpful if you could email me the logs
and the DB file, if possible.  ([EMAIL PROTECTED])

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-02 Thread Philip Ganchev
Beagled stops crashing if I remove /etc from the list of directories to
index, in addition to my home directory.  If any subdirectory of /etc is
listed , beagled crashes as above.  Other root subdirectories, such as
/usr have no effect either way.

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-02 Thread Joe Shaw
Philip: Interesting.  Can you check the logs (in ~/.beagle/Log) to see
what files it might be crashing on?

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-02 Thread Philip Ganchev
The crash only occurs with the files backend:

beagled --backend files --fg --debug

I set only the directory /etc/sound/events to be indexed.  No
IndexHelper log file is created, and the current-Beagle log file
(~/.beagle/Log/current-Beagle) mentions /etc only on the second-last
line:

070502 1733022546 06253 Beagle DEBUG: Adding root: /etc/sound/events

Followed by:

070502 1733024881 06253 Beagle DEBUG: Loaded 4874 records from
/home/philip/.beagle/Indexes/FileSystemIndex/FileAttributesStore.db in
0.145s

If I move the .db file mentioned above, beagled does not crash.  So I
guess the problem is that this file is corrupt, and beagled does not
cope with this.

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-05-01 Thread Philip Ganchev
Beagled does not crash if I attach it to the gdb process.  It crashes
reliably if I start it without. The gdb output is attached.

** Attachment added: gdb output
   http://librarian.launchpad.net/7508140/beagled_crash_gdb.txt

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-04-30 Thread Joe Shaw
Cascade: if you're running the released version of Feisty, can you
attach your ~/.beagle/Log/current-Beagle file to the bug?  It should
have the printed output from Mono when it crashed.

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-04-29 Thread Cascade
Beagle crashed for no apparent reason - well nothing I did anyway. I was just 
composing a note with the gapplet Sticky Notes 2.16.1.
Dump attached. On startup,

** Attachment added: _usr_bin_beagled.1000.crash
   http://librarian.launchpad.net/7472104/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-04-09 Thread dBera
Philip,
  could you do the following ? (it will be very helpful).
1) Put this in your .gdbinit in your home directory
---8-
define mono_backtrace
 select-frame 0
 set $i = 0
 while ($i  $arg0)
   set $foo = mono_pmip ($pc)
   if ($foo == 0x00)
 frame
   else
 printf #%d %p in %s\n, $i, $pc, $foo
   end
   up-silently
   set $i = $i + 1
 end
end
--8--
2) start beagled from the terminal as
beagled --fg --indexing-delay 300
then from another terminal,
3) find out the pid of beagle, $ ps ux | grep beagled
4) start gdb $ gdb --pid=pid of beagled
5) once gdb starts, enter at the gdb prompt
handle SIGXCPU SIG33 SIG35 SIGPWR nostop noprint
6) Enter at the gdb prompt
c or continue
7) when beagled crashes, enter this at gdb prompt
mono_backtrace 10
8) Copy the output of mono_backtrace to a file and attach it.
9) At gdb prompt, type q or quit
10) If it asks to detach, say yes.
11) Kill beagled if it is still running

Its a long process but not tedious :-). You can almost reliably
reproduce the crash, so I am seeking your help. Thanks.

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-04-06 Thread Joe Shaw
Yeah, very bizarre!

The next thing to try would be to attach gdb to the process and get a
threaded stack trace when it crashes.

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-04-03 Thread Philip Ganchev
Of course, you are right that the reported address boundary error is
Fish-specific.

It's interesting that this bug does not occur on my other Ubuntu 6.10
box, which should have the same versions of Beagle and other Mono apps
and libraries.  But the content that is indexed is different.

** Attachment added: beagled --fg from sh
   http://librarian.launchpad.net/7124666/beagled_crash_4.txt

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-04-02 Thread Philip Ganchev
Here is a second report, which also ends with an address boundary error,
but is slightly different, and so I include it for our common amusement.


** Attachment added: output from beagled --fg
   http://librarian.launchpad.net/7101011/beagled_crash_2.txt

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-04-02 Thread Philip Ganchev
I should say that the other suggested methods of creating a stacktrace
-- beagled 2 ~/.beagle/crash and using exec -a $PROCESS_NAME
$CMDLINE 2~/.beagle/crash  /usr/bin/beagled create an empty file.
There is no output.

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-04-02 Thread Philip Ganchev
Attached is a crash stacktrace (report) generated using the second
method described on http://beagle-
project.org/Troubleshooting#Beagle_crashes_on_login .  It ends with an
address boundary error.

Beagled crashes not only when I log in, but consistently every time I
start it.  I just start it from the command line and watch it crash
after about 1 minute.  Let me know if this is not a duplicate bug and I
should submit a separate report.  My command shell is Fish (the Friendly
Interactive Shell).  I am running Ubuntu Edgy Eft on an Intel 32-bit
processor.


** Attachment added: output from beagle --fg
   http://librarian.launchpad.net/7101008/beagled_crash.txt

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-04-02 Thread Joe Shaw
What is fish?

Normally when a mono app crashes it prints out a bunch of stuff to the
console about its stack trace at the time, but it doesn't seem to happen
for you because (I am guessing) that fish is trapping it.

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-04-02 Thread Joe Shaw
Oh, I see that you describe what fish is above. :)  Can you try running
it under bash or another shell instead?

-- 
Beagle crash on startup
https://bugs.launchpad.net/bugs/71383
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71383] Re: Beagle crash on startup

2007-03-31 Thread Albanou
Same thing, attach beagle log.

** Attachment added: Beagle .beagle/Log directory after crash.
   http://librarian.launchpad.net/7097626/beagle.log.tar.bz2

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-03-29 Thread bob93
Same thing

** Attachment added: full report
   http://librarian.launchpad.net/7040127/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-03-15 Thread lukisi
Same here, edgy intel 32bit


** Attachment added: dump
   http://librarian.launchpad.net/6825727/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-03-03 Thread dBera
To figure out what is crashing beagle we need the mono stracktrace.
Please see this http://beagle-
project.org/Troubleshooting#Beagle_crashes_on_login

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-03-02 Thread Kevin J Brown
Here you go, I only started having the problem recently, (last few days)
so I've only included the logs for about a week.

** Attachment added: Beagle Logs
   http://librarian.launchpad.net/6600595/beaglelog.tar.gz

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-03-02 Thread dBera
Thanks Kevin. Unfortunately the log files dont point to anything wrong in 
beagle. Its extremely important to figure out the right stacktrace - 
unfortunately the apport crashdump is not very helpful for mono programs. Can 
you change your beagled startup code as
beagled  2~/.beagle/crash

(instead of just beagled). I am hoping to get something inside
~/.beagle/crash file when beagle crashes.

If you dont know how to do that, let me know. I will post the steps.
Thanks.

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-02-22 Thread surautomatism
same problem. ubuntu edgy. intel.

** Attachment added: beagle crash at startup
   http://librarian.launchpad.net/6506316/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-02-22 Thread dBera
Hi,
  The crash dump is not entirely useful for beagle. It will be helpful if 
anyone who saw the problem could attach the ~/.beagle/Log directory 
(tar-gzipped) to the bug.
Thanks.

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-01-27 Thread hanzomon4
Same here

** Attachment added: crash report
   http://librarian.launchpad.net/5909329/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-01-21 Thread Dan Lynch
Yeah I've got the same problem with an AMD64 X2 4200 running Edgy
(32bit). Crashed on startup.

** Attachment added: Crash report
   http://librarian.launchpad.net/5807751/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-01-19 Thread Jonah
same here feisty amd64

** Attachment added: crash report file
   http://librarian.launchpad.net/5800744/beagle.bjI_up.apport

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2007-01-15 Thread Tronicle
The same on Edgy Eft AMD64.

** Attachment added: Beagled crash (Edgy Eft AMD64)
   http://librarian.launchpad.net/5756703/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2006-12-18 Thread siucdude
same here i attached my crash report

** Attachment added: beagled crash
   http://librarian.launchpad.net/5451379/_usr_bin_beagled.1000.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2006-12-01 Thread organica
Same here.  Edgy Eft.

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2006-11-24 Thread Sebastian Dröge
** Changed in: mono (Ubuntu)
Sourcepackagename: mono = beagle

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2006-11-13 Thread Kevin Kubasik
This looks to be a mono bug.

** Changed in: beagle (Ubuntu)
Sourcepackagename: beagle = mono

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2006-11-11 Thread Stéphane Graber
** Summary changed:

- crash
+ Beagle crash on startup

** Changed in: beagle (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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


[Bug 71383] Re: Beagle crash on startup

2006-11-11 Thread Spacial
dump attached

** Attachment added: dump
   http://librarian.launchpad.net/5052774/_usr_bin_beagled.1001.crash

-- 
Beagle crash on startup
https://launchpad.net/bugs/71383

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