Re: [fpc-pascal] SIGTERM problem

2010-11-25 Thread Евгений Семенов (Evgeniy Sem enov)
25.11.2010 12:47, Jonas Maebe пишет: On 25 Nov 2010, at 01:28, Евгений Семенов (Evgeniy Semenov) wrote: 24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive S

Re: [fpc-pascal] SIGTERM problem

2010-11-25 Thread Jonas Maebe
On 25 Nov 2010, at 01:28, Евгений Семенов (Evgeniy Semenov) wrote: 24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle this sign

Re: [fpc-pascal] SIGTERM problem

2010-11-25 Thread Евгений Семенов (Evgeniy Sem enov)
25.11.2010 10:50, Mark Morgan Lloyd пишет: Евгений Семенов (Evgeniy Semenov) wrote: 24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle

Re: [fpc-pascal] SIGTERM problem

2010-11-24 Thread Mark Morgan Lloyd
Евгений Семенов (Evgeniy Semenov) wrote: 24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle this signal, program instantly terminate. C

Re: [fpc-pascal] SIGTERM problem

2010-11-24 Thread Евгений Семенов (Evgeniy Sem enov)
24.11.2010 12:25, Jonas Maebe пишет: On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle this signal, program instantly terminate. Can someone suggest to me, what's the probl

Re: [fpc-pascal] SIGTERM problem

2010-11-24 Thread Jonas Maebe
On 23 Nov 2010, at 22:01, Евгений Семенов (Evgeniy Semenov) wrote: Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle this signal, program instantly terminate. Can someone suggest to me, what's the problem? May be it bug? Or where i c

[fpc-pascal] SIGTERM problem

2010-11-23 Thread Евгений Семенов (Evgeniy Sem enov)
Hello. Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle this signal, program instantly terminate. Can someone suggest to me, what's the problem? May be it bug? Or where i can see rtl code which handle linux signals. Exact same program norm