unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* return code 134
@ 2013-08-17 13:43 Marcelo Laia
  2013-08-19  9:55 ` David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Laia @ 2013-08-17 13:43 UTC (permalink / raw)
  To: notmuch

Hi there,

I run notmuch with mutt and offlineimap

However, a fwe days a go I having experiencing problems. notmuch stop
to work.

When I run it I got this error message:

:~$ notmuch new
terminate called after throwing an instance of 'std::length_error'
  what():  basic_string::assign
Abortado
:~$

Could you help me?

-- 
Laia, ML
http://ppgcf.ufvjm.edu.br/~ppgcf/marcelolaia

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: return code 134
  2013-08-17 13:43 return code 134 Marcelo Laia
@ 2013-08-19  9:55 ` David Bremner
  2013-08-19 11:15   ` Marcelo Laia
  0 siblings, 1 reply; 3+ messages in thread
From: David Bremner @ 2013-08-19  9:55 UTC (permalink / raw)
  To: Marcelo Laia, notmuch

Marcelo Laia <marcelolaia@gmail.com> writes:

> :~$ notmuch new
> terminate called after throwing an instance of 'std::length_error'
>   what():  basic_string::assign
> Abortado
> :~$
>
> Could you help me?

Hi Marcelo;

Can you tell us what versions of notmuch, gmime, and xapian you are
running?

Maybe you can try to get a backtrace? 

1) make sure you have the debugging symbols. If you compiled from source
this should be fine, otherwise if possible install the debugging symbols
package for your distro (on Debian and derivatives this is called
"notmuch-dbg")

2) run "gdb /usr/bin/notmuch" or equivalent

3) type "run new<RETURN>"

4) when it halts, type "bt full".

d



 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: return code 134
  2013-08-19  9:55 ` David Bremner
@ 2013-08-19 11:15   ` Marcelo Laia
  0 siblings, 0 replies; 3+ messages in thread
From: Marcelo Laia @ 2013-08-19 11:15 UTC (permalink / raw)
  To: David Bremner; +Cc: notmuch

Hi David,

I run these line codes

    $ notmuch dump --output=~/out.nm
    $ mv ~/Mail/.notmuch ~/.notmuch.bak
    $ notmuch new
    $ notmuch tag -inbox -unread '*'
    $ notmuch restore --accumulate --input=~/out.nm

from page http://notmuchmail.org/howto/#index6h2

and, after some complains, it get to run very well now!

Thank you very much!

-- 
Laia, ML
http://ppgcf.ufvjm.edu.br/~ppgcf/marcelolaia

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-19 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-17 13:43 return code 134 Marcelo Laia
2013-08-19  9:55 ` David Bremner
2013-08-19 11:15   ` Marcelo Laia

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).