Clément 148 Posted September 7, 2022 I'm using Delphi 11.2 ( yes I did ) I downloaded from https://github.com/CPsoftBE/BackupOfCromis I am using this library in a few projects and never had any issue. Until a fews days ago. After a lot of debugging I finally realized the library has a problem. If I compile IPCServer ( from demo ) using FastMM4 (eternal version) the following error is raised: --------------------------- Debugger Exception Notification --------------------------- Project IPCServer.exe raised exception class EThread with message 'Cannot terminate an externally created thread'. --------------------------- Break Continue Copy Help --------------------------- Since there's no externally created thread, there's probably a memory issue. Before digging into solving it, I posted an issue in github, but to play safe, I'm also posting here. Hopefully someone already found (and fixed) the issue . TIA, Clément Share this post Link to post
Der schöne Günther 316 Posted September 8, 2022 I remember using CromisIPC about 8 years ago, but it never really worked 100%, so we stopped using it. Share this post Link to post
Clément 148 Posted September 8, 2022 It's a nice library, with many features. Any way, hopefully there's a way to fix this issue. Share this post Link to post
Clément 148 Posted September 8, 2022 FYI CPsoftBE uploaded a fix in branch 'Limagito Patches' . Problem is solved! 2 Share this post Link to post
Edwin Yip 154 Posted September 9, 2022 8 hours ago, Clément said: FYI CPsoftBE uploaded a fix in branch 'Limagito Patches' . Problem is solved! Do you mean this commit: https://github.com/CPsoftBE/BackupOfCromis/commit/0323cf3dbd25587fae592701581b8241ff07cebf Strange, I couldn't see any file changes to the github repo... Share this post Link to post
Clément 148 Posted September 9, 2022 10 hours ago, Edwin Yip said: Do you mean this commit: https://github.com/CPsoftBE/BackupOfCromis/commit/0323cf3dbd25587fae592701581b8241ff07cebf Strange, I couldn't see any file changes to the github repo... I meant this: https://github.com/CPsoftBE/BackupOfCromis/tree/Limagito-patches 2 Share this post Link to post