Search:

Type: Posts; User: pumpkin105; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    1,672

    [all variants] Re: Java process gets killed?

    *bump*
  2. Replies
    7
    Views
    1,672

    [all variants] Re: Java process gets killed?

    I have run the combination of my program and strace again and now I have a log entry that could be a hint:


    ...
    1681 <... sched_yield resumed> ) = 0
    1682 sched_yield( <unfinished ...>...
  3. Replies
    7
    Views
    1,672

    [all variants] Re: Java process gets killed?

    I get several of these:


    20602 <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)

    Edit:
    And 99% of the logfile looks like this:


    20607 sched_yield( <unfinished ...>
  4. Replies
    7
    Views
    1,672

    [all variants] Re: Java process gets killed?

    Thank you for your idea!

    I started the program again using nohup and started strace in another terminal. While waiting for the process to stop, I pressed enter a few times until i got this message...
  5. Replies
    7
    Views
    1,672

    [all variants] Java process gets killed?

    Hi,

    I have a VServer which runs Ubuntu. On that server, I have a Java application that does some calculations for me. In the last few weeks, this worked perfectly fine.
    In the last few days, my...
Results 1 to 5 of 6