The Barrings
The Barrings (German: Die Barrings) is a 1955 West German historical drama film directed by Rolf Thiele and starring Dieter Borsche, Nadja Tiller and Paul Hartmann.[1]
The Barrings | |
---|---|
Dieter Borsche and Nadja Tiller | |
Directed by | Rolf Thiele |
Produced by | Luggi Waldleitner |
Written by |
|
Starring | |
Music by | Friedrich Meyer |
Cinematography | Günther Anders |
Edited by | Alexandra Anatra |
Production company | |
Distributed by | Deutsche London-Film |
Release date | 27 October 1955 |
Running time | 107 minutes |
Country | West Germany |
Language | German |
Cast
- Dieter Borsche as Fried von Barring
- Nadja Tiller as Gerda von Eyff
- Paul Hartmann as Archibald von Barring
- Sonja Sutter as Gisa von Eyff
- Heinz Hilpert as Baron von Eyff
- Jan Hendriks as Graf Wilda
- Lil Dagover as Thilde von Barring
- Olga Tschechowa as Amelie von Eyff
- Ida Wüst as Tante Ulrike
- Tilo von Berlepsch as Emanuel von Eyff
- Ernst von Klipstein as Dr. Bremer
- Erik von Loewis as Hofrat Herbst
- Benno Hoffmann as Gutsinspektor Barbknecht
- Friedmar Apel as Malte mit 4 Jahren
- Hartmut Apel as Malte mit 2 Jahren
- Eugen Bergen as Arnoldi
- Gerhard Holleschek as Lachmanski, Kaufmann
- Hartmut Krüger as Archie mit 8 Jahren
- Burghard Ortgies as Archie mit 4 Jahren
- Andrea Schoder as Wirtschafterin Charlotte
gollark: <@!309787486278909952> <@!309787486278909952> <@!309787486278909952> <@!309787486278909952> <@!309787486278909952>
gollark: Although the `mmap` call doesn't appear to magically fix everything.
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;}```
References
- Bock & Bergfelder p.511
Bibliography
- Bock, Hans-Michael & Bergfelder, Tim. The Concise CineGraph. Encyclopedia of German Cinema. Berghahn Books, 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.