Thursday, June 26, 2025
28.5 C
Singapore

Malaysian priest dies from heart attack while trying to beat record for being steamed on coal pile

A 70-year-old Taoist priest died on Monday evening, after suffering a fatal heart attack during a ‘steaming’ ritual at a temple in Perlis, Malaysia, where he was ‘steamed’ alive on a coal pile while he was covered by a large metal container.

The victim, Lam, had supposedly been a renowned practitioner of the ‘steaming ritual. At the time of his death, he had been attempting to break the current record set at 75 minutes.

As he reached the half-hour mark, he began slamming the metal container from inside. When his aides removed the metal container, Lam was found trembling in shock.

He passed away soon after.

Malaysian daily The Star reported that Lam underwent a heart bypass surgery two years ago prior to the fatal ‘steaming’ ritual attempt.

See also  Annoyed by 'Baby Shark'? City plays the song to keep homeless from staying

Hot this week

Malaysian woman arrested at Woodlands Checkpoint for smuggling drugs worth $142,000

SINGAPORE: A 46-year-old Malaysian woman was arrested at Woodlands...

One dead, one injured in fatal lorry collision on CTE; 24-year-old driver arrested

SINGAPORE: A fatal accident involving two lorries on the...

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); } });