Friday, June 27, 2025
28.8 C
Singapore

2 LRTs ran over drunk Malaysian who had fallen onto tracks before he was discovered

A coroner’s inquiry revealed today that 2 driverless LRTs had run over Malaysian Ang Boon Tong who had drunkenly stumbled and fallen onto the tracks at Fajar LRT Station train platform after midnight, at 12.40am, on 24 March this year.

The train service controller in the operation control room did not spot Ang’s fall, instead occupied by the 22 monitors in front of her showing movements of the station that was about to close for the day.

The 43-year-old victim had stumbled onto the tracks but was conscious enough to sit up and roll to his left. Unfortunately, he could not move out of the way before the first train pulled up at the station and ran over him.

The sole passenger of the train, an SMRT staff member, reported that he heard a sound but did not stop to investigate.

10 minutes later, another train ran over Ang, at which point another SMRT staff member noticed the train’s carriage jerking upwards. That staff member was the one who spotted Ang’s body and notified the control centre.

See also  Singapore hearts melt when elderly uncle gave the love of his life a ride on his wheelchair

Paramedics pronounced Ang dead due to multiple injuries at 2.20am. The father leaves behind three children between the ages of 9 and 17.

 

 

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });