From mboxrd@z Thu Jan 1 00:00:00 1970 From: Butorina Lilya MIME-Version: 1.0 Message-Id: <33821241768475@webmail63.yandex.ru> Date: Fri, 08 May 2009 11:41:15 +0400 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: [Bridge] sigsegv from rstpd on ppc List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.linux-foundation.org Hi, I want to run RSTP on ppc_8xx target, kernel 2.6.19. Is there some recommendation or restriction from RSTP implementation for this condition? I have a problem: I ran rstpd-daemon on ppc and it dies in one minute after start with SIGSEGV exception. Debuging shows that the reason in epoll_list.c file , epoll_main_loop() function, one of element(ev) of epoll_event[] array: ev[i].data.ptr->ref_ev = &ev[i]; This code kills rstpd. Is this known problem? Where should I find solution? Thanks. Liliya.