91³Ô¹ÏÍø

Watch CBS News

Jury in Alec Baldwin "Rust" shooting trial sent home early

Update: The judge dismissed the case against Alec Baldwin on Friday, July 12. Read the latest here. Our earlier story is below.


The judge in actor Alec Baldwin's trial on a charge of involuntary manslaughter sent the jury home early Friday, as attorneys argued over , including questioning a witness who had already testified in the case.

Baldwin is charged in the 2021 on-set shooting of cinematographer Halyna Hutchins. If convicted, he could face up to 18 months in prison. He has pleaded not guilty, and has said he did not pull the trigger.

Attorneys for  — the film's armorer, who has already been convicted of involuntary manslaughter in the shooting — had earlier said they expected her to be called to testify Friday. The judge earlier rejected a motion by the prosecution to compel her to testify. Her attorneys have said she plans to plead the fifth.

US-ENTERTAINMENT-FILM-TRIAL-BALDWIN
Actor Alec Baldwin arrives in the courtroom for his trial on involuntary manslaughter at Santa Fe County District Court in Santa Fe, New Mexico, on July 12, 2024. RAMSAY DE GIVE/POOL/AFP via Getty Images

Gutierrez-Reed is already serving 18 months in prison for her role in the shooting on the set at Bonanza Creek Ranch, a popular filming location near Santa Fe.

The prosecution, which called both the gun's manufacturer and a representative of the firm that imported it to testify Thursday, ended the day by calling the case's lead detective, sheriff's Cpl. Alexandria Hancock, to the stand. Her testimony was expected to continue Friday, but after lengthy arguments before the jury entered the courtroom over the motion the judge elected to push back testimony to Monday and excused the jury.

Thursday's testimony saw a lengthy cross-examination of crime scene technician Marissa Poppell by Baldwin's defense attorney Alex Spiro, who suggested the searches of a prop truck and a warehouse for the live ammunition that ultimately were loaded in Baldwin's prop gun, a revolver, were shoddy and subpar.

Baldwin has been joined in the courtroom by his wife, Hilaria Baldwin, for each day of testimony in the trial, which is scheduled through July 19. 

Elise Preston, Kathleen Seccombe and Elizabeth Campbell contributed to this report.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });