Skip to content

Commit

Permalink
Stream of consciousness through the M1 revival.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVStephen committed Nov 7, 2023
1 parent df90ce5 commit d7210a0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions avstephen/marte1-toomanych/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,33 @@ g++ -Q -v

For gcc 8.3.0-6 the build flags for both C and C++ compiler included '--disable-werror' which should
mean that warnings are NOT trated as errors.

## Running Under strace

'''
Clue that CollectionGAMs.gam may be one of the last loaded objects before bail.
ldd shows that this depends on libMARTeSupLib.so
Check the naming :
MARTe/MARTeSupportLib/linux/MARTeSupLib.so exists
Seems OK.

Try patching out the data collection.
NBG
Try paytching out the PlottingGAM
NBG
Try patching out the WebStatisticMGAM.gam
NBG
Try patching out the Waveform GAM ?

WaveformGAM is feeling like a contender.
AND indeed : it is not compiled.o
FRom the errors
linux/WaveformGenericClass.o : no such file or directory

FIXED
'''
## Logging and Syslog
i
https://www.loggly.com/blog/centralize-logs-docker-containers/

https://github.com/balabit/syslog-ng-docker/issues/21

0 comments on commit d7210a0

Please sign in to comment.