Re: [sqlite] Bus error with Evolution 3.12.9 and SQLite 3.8.7.4

2014-12-30 Thread Paul Menzel
Am Dienstag, den 30.12.2014, 08:21 -0500 schrieb Richard Hipp:
> On Mon, Dec 29, 2014 at 10:37 AM, László Böszörményi (GCS) wrote:

> > > it’s not obvious that these might cause such a regression.
> >
> > I'm the maintainer of SQLite3 in Debian and can't reproduce it on
> > AMD64. Even if I've a local mailbox, normal IMAP4 ones and some from
> > GMail. OK, other than the updated SQLite3 library I run on a clean
> > Jessie.
> 
> Our latest theory is that the problem only arises when /var/tmp runs out of
> space.

That seems to be a reasonable theory. Looking at `~/.bash_history` I
indeed cleaned up `/var/crash/1300`, where my core dump files are stored
by corekeeper [1], and only downgraded to SQLite 3.8.7.1 afterward.

Upgrading to SQLite 3.8.7.4 again I am unable to reproduce the crash
with 2 GB free space on the partition `/var`.

I’ll rebuild SQLite now with the fix applied [2] and try to reproduce
the issue by filling up `/var` intentionally.

Thank you for the awesome support so far!


Thanks,

Paul


[1] https://packages.debian.org/corekeeper
[2] https://www.sqlite.org/src/info/776648412c30dce206f1024ff849c2cb025bb006


signature.asc
Description: This is a digitally signed message part
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Bus error with Evolution 3.12.9 and SQLite 3.8.7.4

2014-12-30 Thread Paul Menzel
Am Montag, den 29.12.2014, 16:37 +0100 schrieb László Böszörményi (GCS):
> On Mon, Dec 29, 2014 at 2:09 PM, Paul Menzel wrote:
> > using Debian Sid/unstable and upgrading from libsqlite3-0 3.8.7.2 to
> > 3.8.7.4, Evolution 3.12.9 started to crash with a bus error [1].
>
> Just for the record, do you have an Intel or AMD type of CPU?

My CPU model is AMD E-350D APU with Radeon(tm) HD Graphics. I am using a
32-bin Linux kernel and userspace.

$ uname -m
i686

[…]


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Bus error with Evolution 3.12.9 and SQLite 3.8.7.4

2014-12-30 Thread Richard Hipp
On Mon, Dec 29, 2014 at 10:37 AM, László Böszörményi (GCS) 
wrote:

>
> > it’s not obvious that these might cause such a regression.
>  I'm the maintainer of SQLite3 in Debian and can't reproduce it on
> AMD64. Even if I've a local mailbox, normal IMAP4 ones and some from
> GMail. OK, other than the updated SQLite3 library I run on a clean
> Jessie.
>

Our latest theory is that the problem only arises when /var/tmp runs out of
space.

-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Bus error with Evolution 3.12.9 and SQLite 3.8.7.4

2014-12-30 Thread GCS
On Mon, Dec 29, 2014 at 2:09 PM, Paul Menzel
 wrote:
> using Debian Sid/unstable and upgrading from libsqlite3-0 3.8.7.2 to
> 3.8.7.4, Evolution 3.12.9 started to crash with a bus error [1].
 Just for the record, do you have an Intel or AMD type of CPU?

> it’s not obvious that these might cause such a regression.
 I'm the maintainer of SQLite3 in Debian and can't reproduce it on
AMD64. Even if I've a local mailbox, normal IMAP4 ones and some from
GMail. OK, other than the updated SQLite3 library I run on a clean
Jessie.

Laszlo/GCS
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Bus error with Evolution 3.12.9 and SQLite 3.8.7.4

2014-12-29 Thread Richard Hipp
On Mon, Dec 29, 2014 at 9:46 AM, Simon Slavin  wrote:

>
> On 29 Dec 2014, at 1:09pm, Paul Menzel 
> wrote:
>
> > using Debian Sid/unstable and upgrading from libsqlite3-0 3.8.7.2 to
> > 3.8.7.4, Evolution 3.12.9 started to crash with a bus error [1].
>
> Attachments don't work on this list.  Please post long text on a web site
> somewhere or append it to your message.
>
> Can you tell what sqlite_ call was being made to cause the crash ?  If it
> was executing a SQL command, can you tell us what the command is ?
>

I can see his stack trace by clicking on the bugzilla links, Simon.  But,
unfortunately, I don't have any clue about what might be the problem.

Paul:  If you can send a link to the "camel-db.c" source file (part of
Evolution, not SQLite), that might be helpful.  Note that I'm not blaming
camel-db.c but it is in a suspicion-arousing position in the stack trace
and I'd like to look closer.

-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Bus error with Evolution 3.12.9 and SQLite 3.8.7.4

2014-12-29 Thread Simon Slavin

On 29 Dec 2014, at 1:09pm, Paul Menzel  
wrote:

> using Debian Sid/unstable and upgrading from libsqlite3-0 3.8.7.2 to
> 3.8.7.4, Evolution 3.12.9 started to crash with a bus error [1].

Attachments don't work on this list.  Please post long text on a web site 
somewhere or append it to your message.

Can you tell what sqlite_ call was being made to cause the crash ?  If it was 
executing a SQL command, can you tell us what the command is ?

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users