• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nasa / trick / 15620799604

12 Jun 2025 09:06PM UTC coverage: 55.947% (-0.001%) from 55.948%
15620799604

Pull #1915

github

web-flow
Merge 65da18835 into b34afa649
Pull Request #1915: FPEs don't work on Macs #1914

0 of 2 new or added lines in 2 files covered. (0.0%)

5 existing lines in 3 files now uncovered.

12333 of 22044 relevant lines covered (55.95%)

267102.25 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/trick_source/sim_services/Executive/fpe_handler.cpp
1
/*
2
   PURPOSE: (Floating point exception handler)
3

4
   PROGRAMMERS: (((Robert W. Bailey) (LinCom) (April 1992) (--) (Realtime)))
5
 */
6

7
#include <string.h>
8
#include <stdio.h>
9
#include <signal.h>
10

11
#include "trick/Executive.hh"
12
#include "trick/exec_proto.hh"
13

14
/**
15
 * @relates Trick::Executive
16
 * C binded function to handle the SIGFPE signal.  The handler prints which type of
17
 * floating point error has occured and calls exec_terminate()
18
 * @return void
19
 */
NEW
20
void fpe_sig_handler(int sig __attribute__ ((unused)), siginfo_t * sip, void *uap __attribute__ ((unused)))
×
21
{
UNCOV
22
    Trick::Executive * E = exec_get_exec_cpp();
×
23
    E->fpe_handler(sip) ;
×
UNCOV
24
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc