Lilly Kilvert
Lilly Kilvert (born 1950) is an American production designer. She has been nominated for 2 Academy Awards in the category Best Art Direction.
Lilly Kilvert | |
---|---|
Born | Elizabeth Kilvert 1950 (age 69–70) Providence, Rhode Island, United States |
Occupation | Production designer |
Years active | 1977-present |
Selected filmography
- Legends of the Fall (1994)[1]
- The Last Samurai (2003)[2]
gollark: See, it catches it, the handler handles it handlefully.
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
References
- "The 67th Academy Awards (1995) Nominees and Winners". oscars.org. Retrieved August 5, 2011.
- "The 76th Academy Awards (2004) Nominees and Winners". oscars.org. Retrieved August 5, 2011.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.