aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: more info about messages in log (epoll)  (Read 9651 times)

sl1pkn07

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
more info about messages in log (epoll)
« on: September 27, 2014, 03:37:53 AM »

example the log spam lot to:

 2014-09-27 03:21:18: 03:21:18: Error: Failed to modify descriptor 15 in epoll descriptor 5 (error 2: No such file or directory)
 2014-09-27 03:21:19: 03:21:19: Error: Failed to add descriptor 15 to epoll descriptor 5 (error 17: File exists)
 2014-09-27 03:29:09: 03:29:09: Error: Failed to add descriptor 8 to epoll descriptor 5 (error 17: El fichero ya existe)


what file/directory not found? what file exist?

greetings
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: more info about messages in log (epoll)
« Reply #1 on: September 27, 2014, 06:43:27 PM »

I believe it's networking (everything is a file including a network connection).
If you want to know where exactly it's coming from you have to build aMule in debug mode.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

sl1pkn07

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
Re: more info about messages in log (epoll)
« Reply #2 on: September 28, 2014, 08:27:15 PM »

hi, that messages spawn with amule (10845) builded with WXGTK 3.0.1 (over GTK2). and in few minutes terminated by

Program terminated with signal SIGTRAP, Trace/breakpoint trap.
#0  0x00007f55981db0c9 in ?? ()

with wxGTK 2.8.12.1 (over GTK2) gets Zero messages, and still running without any problems

greetings

PS: please move this thread to a Bug thread
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: more info about messages in log (epoll)
« Reply #3 on: September 28, 2014, 08:56:35 PM »

What happens when you build with WXGTK 3.0.1 and boost asio networking?
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

sl1pkn07

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
Re: more info about messages in log (epoll)
« Reply #4 on: September 28, 2014, 09:11:52 PM »

boost asio?
Logged

sl1pkn07

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
Re: more info about messages in log (epoll)
« Reply #5 on: September 28, 2014, 10:19:22 PM »

if you mean if is amule build with boots, yes, its build

  Configure script has finished system check.

  Configured aMule SVN (rev. 10845) for 'x86_64-unknown-linux-gnu'.

  aMule enabled options:

  **** aMule Core ****
  Prefix where aMule should be installed?                    /usr
  Should aMule be compiled with i18n support?                yes
  Should aMule be compiled in debug mode?                    no
  Should aMule be compiled with profiling?                   no
  Should aMule be compiled with optimizations?               yes
  Should aMule be compiled with UPnP support?                yes
  Should aMule be compiled with IP2country support?          no
  Should aMule monolithic application be built?              no
  Should aMule daemon version be built?                      yes
  Should aMule remote gui be built?                          no
  Crypto++ library/headers style?                            installed

  **** aMule TextClient ****
  Should aMule Command Line Client be built?                 yes

  **** aMule WebServer ****
  Should aMule WebServer be built?                           yes

  **** aMule ED2K Links Handler ****
  Should aMule ED2K Links Handler be built?                  yes

  **** aMuleLinkCreator ****
  Should aMuleLinkCreator GUI version (alc) be built?        no
  Should aMuleLinkCreator for console (alcc) be built?       yes

  **** aMule Statistics ****
  Should C aMule Statistics (CAS) be built?                  no
  Should aMule GUI Statistics (wxCas) be built?              no
  Should xas XChat2 plugin be installed?                     no
  Should plasmaMule plasma-applet be build?                  no

  **** General Libraries and Tools ****
  Should ccache support be enabled?                          yes
  Libraries aMule will use to build:
                             wxWidgets             3.0.1 (base,shared)
                             boost                 1.56
                             crypto++              5.6.2 (installed, in /usr)
                             libupnp               1.6.19
                             libintl               system
                             libpng                1.6.13
                             zlib                  1.2.8
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: more info about messages in log (epoll)
« Reply #6 on: September 29, 2014, 09:05:01 PM »

Try building it in debug mode, then it will show where the message originates from.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

sl1pkn07

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
Re: more info about messages in log (epoll)
« Reply #7 on: September 30, 2014, 01:12:03 PM »

hi , i build with debug, no add more info in that message, the message is equal like messages in first post

2014-09-30 15:06:01: Logger.cpp(324): 15:06:01: Error: Failed to add descriptor 8 to epoll descriptor 5 (error 17: El fichero ya existe)

now test with 10847

need build wxbase (now use this for only CLI) with debbug mode?

greetings
« Last Edit: September 30, 2014, 03:07:37 PM by sl1pkn07 »
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: more info about messages in log (epoll)
« Reply #8 on: September 30, 2014, 10:51:04 PM »

No, leave wxbase alone.
Message comes out of wxWidgets (through our logging handler), and epoll is network related.
But we aren't using wx networking at all if you configured aMule with boost (except for http downloads).

Hmmmmm...
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

sl1pkn07

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
Re: more info about messages in log (epoll)
« Reply #9 on: September 30, 2014, 11:39:14 PM »

Logged

sl1pkn07

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
Re: more info about messages in log (epoll)
« Reply #10 on: December 30, 2014, 11:51:47 PM »

Hi

any notice of this?

greetings
Logged