Gnus development mailing list
 help / color / mirror / Atom feed
* [PB]: Backtrace when entering any group
@ 2005-08-21  8:08 Xavier Maillard
  2005-08-21  9:28 ` Matthieu Moy
  0 siblings, 1 reply; 8+ messages in thread
From: Xavier Maillard @ 2005-08-21  8:08 UTC (permalink / raw)


Hello,

For a unknown reason, each time I try to enter a group, I hit the
debugger stuff with a backtrace like this one (sorry for long lines):

Debugger entered--Lisp error: (wrong-type-argument symbolp 5)
  symbol-name(5)
  gnus-score-string((((touched t) (decay 732177) ("from" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) ("subject" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...)) ((touched nil) ("from" ... ... ... ... ... ... ... ... ... ... ... ...) ("references" ... ... ... ... ... ...) ("xref" ... ... ... ... ... ...) ("subject" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (orphan -50) (mark-and-expunge -900) (decay 731637)) ((touched nil) ("from" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...))) "from" 732179 732169 nil)
  gnus-score-headers((((... ...)) "/home/zedek/.gnus.d/etc/scores/all.SCORE" "/home/zedek/.gnus.d/etc/scores/nntp+news.gnu-rox.org:fr.comp.applications.libres.ADAPT" "/home/zedek/.gnus.d/etc/scores/nntp+news.gnu-rox.org:fr.comp.applications.libres.SCORE") nil)
  gnus-possibly-score-headers()
  gnus-summary-read-group-1("nntp+news.gnu-rox.org:fr.comp.applications.libres" nil t nil nil nil)
  gnus-summary-read-group("nntp+news.gnu-rox.org:fr.comp.applications.libres" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)
  call-interactively(gnus-topic-select-group)

I tried to figure out my setup and score files but did not find
anything wrong.

Any hint ?

Regards
-- 
GNUSFR.ORG                       http://gnusfr.org/
EMACSFR.ORG                      http://emacsfr.org/
Xavier Maillard                  Tel: +33 6 68 04 64 37




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

* Re: [PB]: Backtrace when entering any group
  2005-08-21  8:08 [PB]: Backtrace when entering any group Xavier Maillard
@ 2005-08-21  9:28 ` Matthieu Moy
  2005-08-21 19:44   ` Xavier Maillard
  0 siblings, 1 reply; 8+ messages in thread
From: Matthieu Moy @ 2005-08-21  9:28 UTC (permalink / raw)


Xavier Maillard <zedek@gnu-rox.org> writes:

> Debugger entered--Lisp error: (wrong-type-argument symbolp 5)
>   symbol-name(5)

[...]

> Any hint ?

grep '\<5\>'

in your score files?

-- 
Matthieu



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

* Re: [PB]: Backtrace when entering any group
  2005-08-21  9:28 ` Matthieu Moy
@ 2005-08-21 19:44   ` Xavier Maillard
  2005-08-21 21:08     ` Matthieu Moy
  0 siblings, 1 reply; 8+ messages in thread
From: Xavier Maillard @ 2005-08-21 19:44 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

On 21 Aug 2005, Matthieu Moy outgrape:

> Xavier Maillard <zedek@gnu-rox.org> writes:
> 
> > Debugger entered--Lisp error: (wrong-type-argument symbolp 5)
> > symbol-name(5)
> 
> [...]
> 
> > Any hint ?
> 
> grep '\<5\>'
> 
> in your score files?

Two rules are matching but they seem correct to me.
-- 
GNUSFR.ORG                       http://gnusfr.org/
EMACSFR.ORG                      http://emacsfr.org/
Xavier Maillard                  Tel: +33 6 68 04 64 37


[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [PB]: Backtrace when entering any group
  2005-08-21 19:44   ` Xavier Maillard
@ 2005-08-21 21:08     ` Matthieu Moy
  2005-08-22  2:44       ` Xavier Maillard
  0 siblings, 1 reply; 8+ messages in thread
From: Matthieu Moy @ 2005-08-21 21:08 UTC (permalink / raw)


Xavier Maillard <zedek@gnu-rox.org> writes:

> Two rules are matching but they seem correct to me.

What happens if you remove those two rules?

-- 
Matthieu



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

* Re: [PB]: Backtrace when entering any group
  2005-08-21 21:08     ` Matthieu Moy
@ 2005-08-22  2:44       ` Xavier Maillard
  2005-08-22 12:39         ` drkm
  0 siblings, 1 reply; 8+ messages in thread
From: Xavier Maillard @ 2005-08-22  2:44 UTC (permalink / raw)


Matthieu Moy <Matthieu.Moy <at> imag.fr> writes:

> 
> Xavier Maillard <zedek <at> gnu-rox.org> writes:
> 
> > Two rules are matching but they seem correct to me.
> 
> What happens if you remove those two rules?

Nothing.







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

* Re: [PB]: Backtrace when entering any group
  2005-08-22  2:44       ` Xavier Maillard
@ 2005-08-22 12:39         ` drkm
  2005-08-22 22:30           ` Xavier Maillard
  0 siblings, 1 reply; 8+ messages in thread
From: drkm @ 2005-08-22 12:39 UTC (permalink / raw)


Xavier Maillard writes:

> Matthieu Moy <Matthieu.Moy <at> imag.fr> writes:

>> What happens if you remove those two rules?

> Nothing.

  Maybe, if it's not confidential, you can make your score file
available.

--drkm




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

* Re: [PB]: Backtrace when entering any group
  2005-08-22 12:39         ` drkm
@ 2005-08-22 22:30           ` Xavier Maillard
  2005-08-31  7:07             ` Xavier Maillard
  0 siblings, 1 reply; 8+ messages in thread
From: Xavier Maillard @ 2005-08-22 22:30 UTC (permalink / raw)


drkm <darkman_spam <at> yahoo.fr> writes:

>   Maybe, if it's not confidential, you can make your score file
> available.

I will do but I am almost sure the problem is elsewhere...





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

* Re: [PB]: Backtrace when entering any group
  2005-08-22 22:30           ` Xavier Maillard
@ 2005-08-31  7:07             ` Xavier Maillard
  0 siblings, 0 replies; 8+ messages in thread
From: Xavier Maillard @ 2005-08-31  7:07 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 511 bytes --]

On 23 Aug 2005, Xavier Maillard spake thusly:

> drkm <darkman_spam <at> yahoo.fr> writes:
> 
> > Maybe, if it's not confidential, you can make your score file
> > available.
> 
> I will do but I am almost sure the problem is elsewhere...

Bah too bad. I deleted all my score files and I am still
experiencing the same behavior.

,----[ ls -l /home/zedek/.gnus.d/etc/scores/ ]
| total 0
`----

I am totally lost and I really miss scoring .

Any hint ?
-- 
Hito no kokoro wa kawareru mono


[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2005-08-31  7:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-21  8:08 [PB]: Backtrace when entering any group Xavier Maillard
2005-08-21  9:28 ` Matthieu Moy
2005-08-21 19:44   ` Xavier Maillard
2005-08-21 21:08     ` Matthieu Moy
2005-08-22  2:44       ` Xavier Maillard
2005-08-22 12:39         ` drkm
2005-08-22 22:30           ` Xavier Maillard
2005-08-31  7:07             ` Xavier Maillard

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 NNTP newsgroup(s).