Re: Authentication problem
Dmitry Kurochkin <dmitry.kurochkin-LbpN3Auhdh+Rtz+nHKFJDvXmoG9oyoYx@public.gmane.org> Fri, 20 Apr 2012 18:33:21 +0400
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Shahab. Sorry for a delayed reply, I somehow missed your email. Shahab Bakhtiyari <shahabb-6miFZF/[email protected]> writes: > Hi > > I am doing some tests with polygraph, when I want to involve some > authentication, I get "segmentation fault" error. I use a simple pgl > file wich works well otherwise. > > I added these parts: > > > string[] endEast = credentials(10000, "east-end"); > string[] endWest = credentials(15000, "west-end"); > > Robot R = { > ... > > credentials = select( > [ endEast, endWest ],1000); // just 1000 actual > credentials > > ... > > } > > > but when "use()"ing endEast and endWest > > use(endEast,emdWest) > > > I will get the above error when try to run the process. > > here is the log: > > Apr 14 01:55:35 server kernel: [23711.540866] polygraph-serve[19851]: > segfault at 4b ip 000000000000004b sp 00007fffe27b6d08 error 14 in > polygraph-server[400000+13f000] > > > > > what I need to do else or what I am doing wrong? > You should not use() string arrays. Just remove "use(endEast,emdWest);" line. Segfault is a bug, of course. Thanks for reporting. We will look into it. Regards, Dmitry > thank u in advance > -- > Regards > Shahab B. > _______________________________________________ > Users mailing list > Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] > http://www.web-polygraph.org/mailman/listinfo/users _______________________________________________ Users mailing list Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected] http://www.web-polygraph.org/mailman/listinfo/users