• an error causes Alpine to quit!

    From Rob Pyott@21:1/5 to All on Sat Feb 13 13:42:21 2021
    Sorry to post so much at once. Appreciate the expertise.

    I received this error today after deleting 150+ messages in my Junk folder. The message is shown after Alpine crashes/quits. Any suggestions? Thanks.... Rob

    Last login: Sat Feb 13 07:38:08 on ttys000
    albertpyott@ARP-mini ~ % alpine


    Problem detected: "Bad msgno 0 in mail_elt, nmsgs = 0, mbx={imap.mail.me.com.akadns.net:993/imap/nostarttls/ssl/user="pyott"}Junk".
    Alpine Exiting.
    zsh: abort alpine
    albertpyott@ARP-mini ~ % ,,q
    albertpyott@ARP-mini ~ % alpine

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Chappa@21:1/5 to Rob Pyott on Sun Feb 14 02:07:57 2021
    On Sat, 13 Feb 2021, Rob Pyott wrote:

    Sorry to post so much at once. Appreciate the expertise.

    I received this error today after deleting 150+ messages in my Junk folder. The message is shown after Alpine crashes/quits. Any suggestions? Thanks.... Rob

    Problem detected: "Bad msgno 0 in mail_elt, nmsgs = 0, mbx={imap.mail.me.com.akadns.net:993/imap/nostarttls/ssl/user="pyott"}Junk".
    Alpine Exiting.

    Could you repeat this crash one more time, but execute Alpine under gdb
    and send us the output of the

    (gdb) bt

    comand?

    Thank you

    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob Pyott@21:1/5 to All on Sun Feb 14 09:29:09 2021
    Not sure if I'm using gdb right. I got this:

    (gdb) file /usr/local/Cellar/alpine/2.24/bin/alpine
    Reading symbols from /usr/local/Cellar/alpine/2.24/bin/alpine...
    (No debugging symbols found in /usr/local/Cellar/alpine/2.24/bin/alpine) ../../gdb/thread.c:95: internal-error: struct thread_info *inferior_thread(): Assertion `current_thread_ != nullptr' failed.
    A problem internal to GDB has been detected,
    further debugging may prove unreliable.
    Quit this debugging session? (y or n) y

    This is a bug, please report it. For instructions, see: <https://www.gnu.org/software/gdb/bugs/>.

    ../../gdb/thread.c:95: internal-error: struct thread_info *inferior_thread(): Assertion `current_thread_ != nullptr' failed.
    A problem internal to GDB has been detected,
    further debugging may prove unreliable.
    Create a core file of GDB? (y or n) n

    On Sat, 13 Feb 2021, Rob Pyott wrote:


    I received this error today after deleting 150+ messages in my Junk folder. The message is shown after Alpine crashes/quits. Any suggestions? Thanks.... Rob

    Problem detected: "Bad msgno 0 in mail_elt, nmsgs = 0, mbx={imap.mail.me.com.akadns.net:993/imap/nostarttls/ssl/user="pyott"}Junk".
    Alpine Exiting.
    Could you repeat this crash one more time, but execute Alpine under gdb
    and send us the output of the


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Chappa@21:1/5 to Rob Pyott on Sun Feb 14 16:13:41 2021
    On Sun, 14 Feb 2021, Rob Pyott wrote:

    Not sure if I'm using gdb right. I got this:

    (gdb) file /usr/local/Cellar/alpine/2.24/bin/alpine
    Reading symbols from /usr/local/Cellar/alpine/2.24/bin/alpine...
    (No debugging symbols found in /usr/local/Cellar/alpine/2.24/bin/alpine)

    Your version of Alpine was not built with debug support. You need to find
    one that has debug support so you can reproduce the problem.

    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Eduardo Chappa on Mon Feb 15 01:05:55 2021
    On 15/02/2021 00.13, Eduardo Chappa wrote:
    On Sun, 14 Feb 2021, Rob Pyott wrote:

    Not sure if I'm using gdb right.  I got this:

    (gdb) file /usr/local/Cellar/alpine/2.24/bin/alpine
    Reading symbols from /usr/local/Cellar/alpine/2.24/bin/alpine...
    (No debugging symbols found in /usr/local/Cellar/alpine/2.24/bin/alpine)

    Your version of Alpine was not built with debug support. You need to
    find one that has debug support so you can reproduce the problem.


    Depending on the distro, the debug information could be on another
    repository; that's what openSUSE does. One has to add the debug repo,
    and gdb prints an error message that tells the exact zypper command to
    install what is missing. Cool :-)

    But it seems Rob is using a local build :-?

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob Pyott@21:1/5 to Carlos E.R. on Sun Feb 14 16:29:25 2021
    On Sunday, February 14, 2021 at 7:08:07 PM UTC-5, Carlos E.R. wrote:
    On 15/02/2021 00.13, Eduardo Chappa wrote:
    On Sun, 14 Feb 2021, Rob Pyott wrote:

    Not sure if I'm using gdb right. I got this:

    (gdb) file /usr/local/Cellar/alpine/2.24/bin/alpine
    Reading symbols from /usr/local/Cellar/alpine/2.24/bin/alpine...
    (No debugging symbols found in /usr/local/Cellar/alpine/2.24/bin/alpine)

    Your version of Alpine was not built with debug support. You need to
    find one that has debug support so you can reproduce the problem.

    Depending on the distro, the debug information could be on another repository; that's what openSUSE does. One has to add the debug repo,
    and gdb prints an error message that tells the exact zypper command to install what is missing. Cool :-)

    But it seems Rob is using a local build :-?

    I'm using the build prepared for mac -- it's from the Homebrew repository. I don't know how to add a debug repo :(

    I'm not sure I can repeat the error at this point though. I occurred when I was deleting a lot of junk mails. So those 150+ items are gone and things seem to be running ok.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)