[so] [Tema5]Nelamuriri testul 2 Linux

Vlad Dogaru ddvlad at anaconda.cs.pub.ro
Thu Jun 11 23:25:56 EEST 2009


On Thu, 11 Jun 2009 23:15:46 +0300
ana-maria lepar <amylepar at gmail.com> wrote:

> Salut,
> 
> Ms. Am rezolvat cu testul 1 [eu ieseam din client -1].
> Acum la testul 2 cu verificarea api-ului folosit imi da failed, desi
> am in cod  epoll_ctl, epoll_create, epoll_wait etc.
> 
> Testul 2 arata asa :
> =================
> nm ../server | grep epoll_ctl &&\
> nm ../server | grep epoll_wait &&\
> nm ../server | grep epoll_create &&\
> nm ../server | grep io_setup &&\
> nm ../server | grep io_submit &&\
> nm ../server | grep eventfd
> 
> if [ $? -ne 0 ]
>     then do_exit 1
>     else do_exit 0
> fi
> ==================
> 
> Iar mie cand rulez checkerul imi da :
> 
> ==================
> Started test 02...
>          U epoll_ctl@@GLIBC_2.3.2
>          U epoll_wait@@GLIBC_2.3.2
>          U epoll_create@@GLIBC_2.3.2
> -- FAILED --
> =================

Salut,

ceea ce ţi se spune e că simbolurile alea 3 sunt nedefinite (şi asta e
bine, urmează să fie legate la runtime). Problema ta e că nu foloseşti
io_setup, io_submit şi eventfd (nu apar de niciun fel). De fapt, testul
se opreşte la primul grep eşuat. Sigur foloseşti io_setup? 

*Cred* că ăsta e răspunsul.

Hope this helps,
Vlad


More information about the so mailing list