I get this warning when I've set my vocabulary as access controlled:

user warning: Thread stack overrun: 10896 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack. query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE (t.vid NOT IN('10') OR grant_view(t.tid, 0)) AND ( r.vid = 6305 )ORDER BY v.weight, t.weight, t.name in /home/account/domains/mydomain.com/public_html/modules/taxonomy/taxonomy.module on line 617.

Comments

diaxpro’s picture

I have the same problem Do you get it solved? I've uploaded the Thread stack to 256 kb but now the page is slower when need check permissions...

superbaloo’s picture

Status: Active » Postponed (maintainer needs more info)

If this issue is still occurs, could you please give me the number of records in term_access_user, term_data and term_hierarchy tables ?

Thanks

diaxpro’s picture

Hi, superbaloo work fine I don't remember if i change anything more... but work.

superbaloo’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)