1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865
|
static const char *RcsId = "$Id: dserversignal.cpp 22503 2013-04-23 07:42:21Z taurel $\n$Name$";
//+=============================================================================
//
// file : DServerSignal.cpp
//
// description : C++ source for the DServer class and its commands.
// The class is derived from Device. It represents the
// CORBA servant object which will be accessed from the
// network. All commands which can be executed on a
// DServer object are implemented in this file.
//
// project : TANGO
//
// author(s) : A.Gotz + E.Taurel
//
// Copyright (C) : 2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
// European Synchrotron Radiation Facility
// BP 220, Grenoble 38043
// FRANCE
//
// This file is part of Tango.
//
// Tango is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Tango is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with Tango. If not, see <http://www.gnu.org/licenses/>.
//
// $Revision: 22503 $
//
//-=============================================================================
#if HAVE_CONFIG_H
#include <ac_config.h>
#endif
#include <tango.h>
#include <new>
#include <dserversignal.h>
#ifndef _TG_WINDOWS_
extern int errno;
#endif
namespace Tango
{
DServerSignal *DServerSignal::_instance = NULL;
DevSigAction DServerSignal::reg_sig[_NSIG];
string DServerSignal::sig_name[_NSIG];
#ifdef _TG_WINDOWS_
HANDLE DServerSignal::win_ev = NULL;
int DServerSignal::win_signo = 0;
#endif
//+----------------------------------------------------------------------------
//
// method : DServerSignal::Instance()
//
// description : Instance method for DServerSignal object. This class is
// a singleton and this method creates the object the
// first time it is called or simply returns a pointer
// to the already created object for all the other calls.
//
//-----------------------------------------------------------------------------
DServerSignal *DServerSignal::instance()
{
if (_instance == NULL)
{
try
{
_instance = new DServerSignal();
}
catch (bad_alloc)
{
throw;
}
}
return _instance;
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::DServerSignal()
//
// description : constructor for DServerSignal object. As this class is
// a singleton, this method is protected
//
//-----------------------------------------------------------------------------
DServerSignal::DServerSignal():TangoMonitor("signal")
{
cout4 << "Entering DServerSignal constructor" << endl;
//
// Set array of signal name
//
#ifdef _TG_WINDOWS_
sig_name[SIGINT] = "SIGINT";
sig_name[SIGILL] = "SIGILL";
sig_name[SIGFPE] = "SIGFPE";
sig_name[SIGSEGV] = "SIGSEGV";
sig_name[SIGTERM] = "SIGTERM";
sig_name[SIGBREAK] = "SIGBREAK";
sig_name[SIGABRT] = "SIGABRT";
#else
sig_name[SIGHUP] = "SIGHUP";
sig_name[SIGINT] = "SIGINT";
sig_name[SIGQUIT] = "SIGQUIT";
sig_name[SIGILL] = "SIGILL";
sig_name[SIGTRAP] = "SIGTRAP";
sig_name[SIGABRT] = "SIGABRT";
sig_name[SIGFPE] = "SIGFPE";
sig_name[SIGKILL] = "SIGKILL";
sig_name[SIGBUS] = "SIGBUS";
sig_name[SIGSEGV] = "SIGSEGV";
sig_name[SIGPIPE] = "SIGPIPE";
sig_name[SIGALRM] = "SIGALRM";
sig_name[SIGTERM] = "SIGTERM";
sig_name[SIGUSR1] = "SIGUSR1";
sig_name[SIGUSR2] = "SIGUSR2";
sig_name[SIGCHLD] = "SIGCHLD";
sig_name[SIGVTALRM] = "SIGVTALRM";
sig_name[SIGPROF] = "SIGPROF";
sig_name[SIGIO] = "SIGIO";
sig_name[SIGWINCH] = "SIGWINCH";
sig_name[SIGSTOP] = "SIGSTOP";
sig_name[SIGTSTP] = "SIGTSTP";
sig_name[SIGCONT] = "SIGCONT";
sig_name[SIGTTIN] = "SIGTTIN";
sig_name[SIGTTOU] = "SIGTTOU";
sig_name[SIGURG] = "SIGURG";
sig_name[SIGSYS] = "SIGSYS";
#ifdef linux
sig_name[SIGXCPU] = "SIGXCPU";
sig_name[SIGXFSZ] = "SIGXFSZ";
sig_name[SIGCLD] = "SIGCLD";
sig_name[SIGPWR] = "SIGPWR";
#else
#ifdef __darwin__
sig_name[SIGEMT] = "SIGEMT";
sig_name[SIGINFO] = "SIGINFO";
#else
#ifdef __freebsd__
sig_name[SIGXCPU] = "SIGXCPU";
sig_name[SIGXFSZ] = "SIGXFSZ";
#endif /* __freebsd__ */
#endif /* __darwin__ */
#endif /* linux */
#endif /* _TG_WINDOWS_ */
TangoSys_OMemStream o;
for (long i = 0;i < _NSIG;i++)
{
if (sig_name[i].size() == 0)
{
o << i << ends;
sig_name[i] = o.str();
o.seekp(0);
o.clear();
}
}
sig_to_install = false;
sig_to_remove = false;
#ifndef _TG_WINDOWS_
//
// With Solaris/Linux, the SIGINT and SIGQUIT default actions are set to SIG_IGN for
// all processes started in the background (POSIX requirement). Signal SIGINT is used by
// Tango in its signal management, reset the default action to default
//
struct sigaction sa;
sa.sa_flags = 0;
sa.sa_handler = SIG_DFL;
sigemptyset(&sa.sa_mask);
if (sigaction(SIGINT,&sa,NULL) == -1)
cerr << "DServerSignal::DServerSignal --> Can't reset default action for SIGINT to SIG_DFL" << endl;
if (sigaction(SIGQUIT,&sa,NULL) == -1)
cerr << "DServerSignal::DServerSignal --> Can't reset default action for SIGQUIT to SIG_DFL" << endl;
//
// Block signals in thread other than the thread dedicated to signal
//
sigset_t sigs_to_block;
sigemptyset(&sigs_to_block);
sigfillset(&sigs_to_block);
sigdelset(&sigs_to_block,SIGABRT);
sigdelset(&sigs_to_block,SIGKILL);
sigdelset(&sigs_to_block,SIGILL);
sigdelset(&sigs_to_block,SIGTRAP);
sigdelset(&sigs_to_block,SIGIOT);
sigdelset(&sigs_to_block,SIGFPE);
sigdelset(&sigs_to_block,SIGBUS);
sigdelset(&sigs_to_block,SIGSEGV);
sigdelset(&sigs_to_block,SIGSYS);
sigdelset(&sigs_to_block,SIGPIPE);
sigdelset(&sigs_to_block,SIGSTOP);
sigdelset(&sigs_to_block,SIGTSTP);
sigdelset(&sigs_to_block,SIGUSR1);
sigdelset(&sigs_to_block,SIGUSR2);
sigprocmask(SIG_BLOCK,&sigs_to_block,NULL);
#else /* _TG_WINDOWS_ */
win_ev = CreateEvent(NULL,FALSE,FALSE,NULL);
register_handler(SIGINT);
register_handler(SIGTERM);
register_handler(SIGABRT);
if (Util::_service == false)
register_handler(SIGBREAK);
#endif /* _TG_WINDOWS_ */
//
// Start the thread dedicated to signal
//
sig_th = new ThSig(this);
sig_th->start();
cout4 << "leaving DServerSignal constructor" << endl;
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::register_class_signal()
//
// description : method to register a signal handler at the class
// level
//
// in : long signo - Signal number
// DeviceClass *cl_ptr - Pointer to device class object
//
//-----------------------------------------------------------------------------
#if defined _TG_WINDOWS_
void DServerSignal::register_class_signal(long signo,DeviceClass *cl_ptr)
#else
void DServerSignal::register_class_signal(long signo,bool handler,DeviceClass *cl_ptr)
#endif
{
//
// Check signal validity
//
if ((signo < 1) || (signo >= _NSIG))
{
TangoSys_OMemStream o;
o << "Signal number " << signo << " out of range" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_class_signal");
}
if (auth_signal(signo) == false)
{
TangoSys_OMemStream o;
o << "Signal " << sig_name[signo] << "is not authorized with your OS" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_class_signal");
}
#ifndef _TG_WINDOWS_
if ((auto_signal(signo) == true) && (handler == true))
{
TangoSys_OMemStream o;
o << "Signal " << sig_name[signo] << "is not authorized using your own handler" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_class_signal");
}
#endif
//
// If nothing is registered for this signal, install the OS signal handler
//
if (auto_signal(signo) == false)
{
if ((reg_sig[signo].registered_devices.empty() == true) &&
(reg_sig[signo].registered_classes.empty() == true))
{
#ifdef _TG_WINDOWS_
register_handler(signo);
#else
register_handler(signo,handler);
#endif
}
}
//
// Check if class is already registered for this signal. If it is already done,
// leave method. Otherwise, record class pointer
//
vector<DeviceClass *>::iterator f = find_class(signo,cl_ptr);
if (f == reg_sig[signo].registered_classes.end())
{
reg_sig[signo].registered_classes.push_back(cl_ptr);
#ifndef _TG_WINDOWS_
reg_sig[signo].own_handler = handler;
#endif
}
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::find_class
//
// description : method to check if a class is already registered for a
// signal. If it is true, this method returns in which
// element of the vector the class is registered
//
// in : long signo - Signal number
// DeviceClass *cl_ptr - Pointer to device class object
//
//-----------------------------------------------------------------------------
vector<DeviceClass *>::iterator DServerSignal::find_class(long signo,DeviceClass *cl_ptr)
{
vector<DeviceClass *>::iterator p;
for (p = reg_sig[signo].registered_classes.begin();p < reg_sig[signo].registered_classes.end();++p)
{
if ((*p) == cl_ptr)
break;
}
return p;
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::register_dev_signal()
//
// description : method to register a signal handler at the device
// level
//
// in : long signo - Signal number
// DeviceImpl *dev_ptr - Pointer to device object
//
//-----------------------------------------------------------------------------
#ifdef _TG_WINDOWS_
void DServerSignal::register_dev_signal(long signo,DeviceImpl *dev_ptr)
#else
void DServerSignal::register_dev_signal(long signo,bool handler,DeviceImpl *dev_ptr)
#endif
{
//
// Check signal validity
//
if ((signo < 1) || (signo >= _NSIG))
{
TangoSys_OMemStream o;
o << "Signal number " << signo << " out of range" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_dev_signal");
}
if (auth_signal(signo) == false)
{
TangoSys_OMemStream o;
o << "Signal " << sig_name[signo] << "is not authorized with your OS" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_dev_signal");
}
#ifndef _TG_WINDOWS_
if ((auto_signal(signo) == true) && (handler == true))
{
TangoSys_OMemStream o;
o << "Signal " << sig_name[signo] << "is not authorized using your own handler" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_class_signal");
}
#endif
//
// If nothing is registered for this signal, install the OS signal handler
//
if (auto_signal(signo) == false)
{
if ((reg_sig[signo].registered_devices.empty() == true) &&
(reg_sig[signo].registered_classes.empty() == true))
{
#ifdef _TG_WINDOWS_
register_handler(signo);
#else
register_handler(signo,handler);
#endif
}
}
//
// Check if devices is already registered for this signal. If it is already done,
// leave method. Otherwise, record class pointer
//
vector<DeviceImpl *>::iterator f = find_device(signo,dev_ptr);
if (f == reg_sig[signo].registered_devices.end())
{
reg_sig[signo].registered_devices.push_back(dev_ptr);
#ifndef _TG_WINDOWS_
reg_sig[signo].own_handler = handler;
#endif
}
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::find_device
//
// description : method to check if a device is already registered for a
// signal. If it is true, this method returns in which
// element of the vector the device is registered
//
// in : long signo - Signal number
// DeviceImpl *dev_ptr - Pointer to device object
//
//-----------------------------------------------------------------------------
vector<DeviceImpl *>::iterator DServerSignal::find_device(long signo,DeviceImpl *dev_ptr)
{
vector<DeviceImpl *>::iterator p;
for (p = reg_sig[signo].registered_devices.begin();p < reg_sig[signo].registered_devices.end();++p)
{
if ((*p) == dev_ptr)
break;
}
return p;
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::unregister_class_signal()
//
// description : method to unregister a signal handler at the class
// level
//
// in : long signo - Signal number
// DeviceClass *cl_ptr - Pointer to device class object
//
//-----------------------------------------------------------------------------
void DServerSignal::unregister_class_signal(long signo,DeviceClass *cl_ptr)
{
//
// Check signal validity
//
if ((signo < 1) || (signo >= _NSIG))
{
TangoSys_OMemStream o;
o << "Signal number " << signo << " out of range" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_proc_signal");
}
//
// Check if class is already registered for this signal. If it is already done,
// leave method. Otherwise, record class pointer
//
vector<DeviceClass *>::iterator f = find_class(signo,cl_ptr);
if (f == reg_sig[signo].registered_classes.end())
return;
else
reg_sig[signo].registered_classes.erase(f);
//
// If nothing is registered for this signal, unregister the OS signal handler
// and (eventually) the event handler
//
if (auto_signal(signo) == false)
{
if ((reg_sig[signo].registered_classes.empty() == true) &&
(reg_sig[signo].registered_devices.empty() == true))
unregister_handler(signo);
}
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::unregister_dev_signal()
//
// description : method to unregister a signal handler at the class
// level
//
// in : long signo - Signal number
// DeviceImpl *dev_ptr - Pointer to device object
//
//-----------------------------------------------------------------------------
void DServerSignal::unregister_dev_signal(long signo,DeviceImpl *dev_ptr)
{
//
// Check signal validity
//
if ((signo < 1) || (signo >= _NSIG))
{
TangoSys_OMemStream o;
o << "Signal number " << signo << " out of range" << ends;
Except::throw_exception((const char *)API_SignalOutOfRange,
o.str(),
(const char *)"DServerSignal::register_proc_signal");
}
//
// Check if device is already registered for this signal. If yes, remove it.
// Otherwise, leave method
//
vector<DeviceImpl *>::iterator f = find_device(signo,dev_ptr);
if (f == reg_sig[signo].registered_devices.end())
return;
else
reg_sig[signo].registered_devices.erase(f);
//
// If nothing is registered for this signal, unregister the OS signal handler
// and eventually the event handler
//
if (auto_signal(signo) == false)
{
if ((reg_sig[signo].registered_classes.empty() == true) &&
(reg_sig[signo].registered_devices.empty() == true))
{
unregister_handler(signo);
}
}
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::unregister_dev_signal()
//
// description : method to unregister a signal handler at the device
// level for all signals
//
// in : DeviceImpl *dev_ptr - Pointer to device object
//
//-----------------------------------------------------------------------------
void DServerSignal::unregister_dev_signal(DeviceImpl *dev_ptr)
{
long i;
for (i = 0;i < _NSIG;i++)
{
//
// Check if device is registered for this signal. If yes, remove it.
// Otherwise, go to next signal
//
vector<DeviceImpl *>::iterator f = find_device(i,dev_ptr);
if (f == reg_sig[i].registered_devices.end())
continue;
else
reg_sig[i].registered_devices.erase(f);
//
// If nothing is registered for this signal, unregister the OS signal handler
//
if (auto_signal(i) == false)
{
if ((reg_sig[i].registered_classes.empty() == true) &&
(reg_sig[i].registered_devices.empty() == true))
unregister_handler(i);
}
}
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::unregister_class_signal()
//
// description : method to unregister a signal handler at the class
// level for all signals
//
// in : DeviceImpl *cl_ptr - Pointer to device class object
//
//-----------------------------------------------------------------------------
void DServerSignal::unregister_class_signal(DeviceClass *cl_ptr)
{
long i;
for (i = 0;i < _NSIG;i++)
{
//
// Check if classes is registered for this signal. If yes, remove it.
// Otherwise, go to next signal
//
vector<DeviceClass *>::iterator f = find_class(i,cl_ptr);
if (f == reg_sig[i].registered_classes.end())
continue;
else
reg_sig[i].registered_classes.erase(f);
//
// If nothing is registered for this signal, unregister the OS signal handler
//
if (auto_signal(i) == false)
{
if ((reg_sig[i].registered_classes.empty() == true) &&
(reg_sig[i].registered_devices.empty() == true))
unregister_handler(i);
}
}
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::register_handler()
//
// description : method to register in the OS the main signal handler
// for a given signal
//
// in : long signo - Signal number
//
//-----------------------------------------------------------------------------
#ifdef _TG_WINDOWS_
void DServerSignal::register_handler(long signo)
#else
void DServerSignal::register_handler(long signo,bool handler)
#endif
{
cout4 << "Installing OS signal handler for signal " << sig_name[signo] << endl;
#ifdef _TG_WINDOWS_
if (::signal(signo, DServerSignal::main_sig_handler) == SIG_ERR)
{
TangoSys_OMemStream o;
o << "Can't install signal " << signo << ". OS error = " << errno << ends;
Except::throw_exception((const char *)API_CantInstallSignal,
o.str(),
(const char *)"DServerSignal::register_handler");
}
#else
if (handler == true)
{
sigset_t sigs_to_unblock;
sigemptyset(&sigs_to_unblock);
sigaddset(&sigs_to_unblock,signo);
if (pthread_sigmask(SIG_UNBLOCK,&sigs_to_unblock,NULL) != 0)
{
TangoSys_OMemStream o;
o << "Can't install signal " << signo << ". OS error = " << errno << ends;
Except::throw_exception((const char *)API_CantInstallSignal,
o.str(),
(const char *)"DServerSignal::register_handler");
}
struct sigaction sa;
sa.sa_flags = SA_RESTART;
sa.sa_handler = DServerSignal::main_sig_handler;
sigemptyset(&sa.sa_mask);
if (sigaction((int)signo,&sa,0) == -1)
{
TangoSys_OMemStream o;
o << "Can't install signal " << signo << ". OS error = " << errno << ends;
Except::throw_exception((const char *)API_CantInstallSignal,
o.str(),
(const char *)"DServerSignal::register_handler");
}
}
else
{
omni_mutex_lock sy(*this);
while(sig_to_install == true)
{
wait();
}
sig_to_install = true;
inst_sig = signo;
}
pthread_kill(sig_th->my_thread,SIGINT);
#endif
}
//+----------------------------------------------------------------------------
//
// method : DServerSignal::unregister_handler()
//
// description : method to unregister from the OS the main signal handler
// for a given signal
//
// in : long signo - Signal number
//
//-----------------------------------------------------------------------------
void DServerSignal::unregister_handler(long signo)
{
cout4 << "Removing OS signal handler for signal " << sig_name[signo] << endl;
#ifdef _TG_WINDOWS_
if (::signal(signo, SIG_DFL) == SIG_ERR)
{
TangoSys_OMemStream o;
o << "Can't install signal " << signo << ". OS error = " << errno << ends;
Except::throw_exception((const char *)API_CantInstallSignal,
o.str(),
(const char *)"DServerSignal::register_handler");
}
#else
if (reg_sig[signo].own_handler == true)
{
struct sigaction sa;
sa.sa_flags = 0;
sa.sa_handler = SIG_DFL;
sigemptyset(&sa.sa_mask);
if (sigaction((int)signo,&sa,0) == -1)
{
TangoSys_OMemStream o;
o << "Can't install signal " << signo << ". OS error = " << errno << ends;
Except::throw_exception((const char *)API_CantInstallSignal,
o.str(),
(const char *)"DServerSignal::register_handler");
}
}
else
{
omni_mutex_lock sy(*this);
while(sig_to_remove == true)
{
wait();
}
sig_to_remove = true;
rem_sig = signo;
}
pthread_kill(sig_th->my_thread,SIGINT);
#endif
}
#ifndef _TG_WINDOWS_
pid_t DServerSignal::get_sig_thread_pid()
{
omni_mutex_lock syn(*this);
if (sig_th->my_pid == 0)
{
wait(1000);
}
return sig_th->my_pid;
}
#endif
//+----------------------------------------------------------------------------
//
// method : DServerSignal::main_sig_handler()
//
// description : This is a dummy signal handler used only with solaris
// which needs one for signal with a default ignore
// action to work correctly with the sigwait()
// call.
//
// in : int signo - Signal number
//
//-----------------------------------------------------------------------------
#ifndef _TG_WINDOWS_
void DServerSignal::main_sig_handler(int signo)
{
cout4 << "In main sig_handler !!!!" << endl;
DevSigAction *act_ptr = &(DServerSignal::reg_sig[signo]);
//
// First, execute all the handlers installed at the class level
//
if (act_ptr->registered_classes.empty() == false)
{
long nb_class = act_ptr->registered_classes.size();
for (long j = 0;j < nb_class;j++)
{
act_ptr->registered_classes[j]->signal_handler((long)signo);
}
}
//
// Then, execute all the handlers installed at the device level
//
if (act_ptr->registered_devices.empty() == false)
{
long nb_dev = act_ptr->registered_devices.size();
for (long j = 0;j < nb_dev;j++)
{
act_ptr->registered_devices[j]->signal_handler((long)signo);
}
}
}
#else
void DServerSignal::main_sig_handler(int signo)
{
cout4 << "In main sig_handler !!!!" << endl;
win_signo = signo;
SetEvent(win_ev);
}
#endif
} // End of Tango namespace
|