zsh-workers
 help / color / mirror / code / Atom feed
* A repeating core, just sharing backtrace
@ 2018-07-02 10:09 Sebastian Gniazdowski
  2018-07-05 13:40 ` Sebastian Gniazdowski
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Gniazdowski @ 2018-07-02 10:09 UTC (permalink / raw)
  To: Zsh hackers list

Hello,
I've triggered loading a snippet with Zplugin, and core happened.
Tried again and it repeats. Zsh-5.5.1-dev-0, HEAD. Don't have energy
currently to track this, maybe someone has idea for a "economical"
debug print or other thing to reveal the cause?

frame #0: 0x00000001092f7e1f
zsh-5.5.1-dev-0`scanmatchtable(ht=<unavailable>,
pprog=0x0000000000000000, sorted=446721, flags1=0, flags2=0,
scanfunc=(zsh-5.5.1-dev-0`scanendscope at params.c:5570), scanflags=0)
at hashtable.c:424 [opt]
   421         for (i = 0; i < hsize; i++)
   422             for (st.u.u = nodes[i]; st.u.u; ) {
   423             HashNode hn = st.u.u;
-> 424             st.u.u = st.u.u->next;
   425             if ((!flags1 || (hn->flags & flags1)) &&
!(hn->flags & flags2)
   426                 && (!pprog || pattry(pprog, hn->nam))) {
   427                 match++;

-- 
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin


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

end of thread, other threads:[~2018-07-10 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-02 10:09 A repeating core, just sharing backtrace Sebastian Gniazdowski
2018-07-05 13:40 ` Sebastian Gniazdowski
2018-07-10 13:33   ` Peter Stephenson
     [not found]   ` <20180710143319.340e1bdf@camnpupstephen.cam.scsc.local>
2018-07-10 13:38     ` Peter Stephenson
2018-07-10 15:12       ` Sebastian Gniazdowski

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

	https://git.vuxu.org/mirror/zsh/

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).