Marc Bourcier

Marc Bourcier is a Canadian politician, who was elected to the National Assembly of Quebec in a by-election on December 5, 2016.[1] He represents the electoral district of Saint-Jérôme as a member of the Parti Québécois caucus. Prior to his by-election in the legislature, he was a city councillor for Saint-Jérôme City Council.

Marc Bourcier

Member of the National Assembly of Quebec for Saint-Jérôme
In office
December 5, 2016  October 1, 2018
Preceded byPierre Karl Péladeau
Succeeded byYouri Chassin
Personal details
Political partyParti Québécois
ResidenceSaint-Jérôme, Quebec

Electoral record

Quebec provincial by-election, December 5, 2016
Party Candidate Votes%±%
Parti QuébécoisMarc Bourcier9,14146.23+9.42
Coalition Avenir QuébecBruno Laroche7,01635.48+3.96
LiberalNaömie Goyette2,09210.58-9.38
Québec solidaireMarcel Gosselin8674.38-6.38
GreenÉmilianne Lépine4052.05
Option nationaleOlivier Lamanque Galarneau890.45-0.09
ConservativeSébastien Roy670.34-0.07
Parti indépendantisteSengtiane Trempe400.20
Changement intégrité pour notre QuébecEric Emond340.17
Équipe autonomisteLouis Chandonnet230.12
Total valid votes 19,774100.00
Total rejected ballots 2321.16-0.54
Turnout 20,00633.92-33.33
Electors on the lists 58,973
Parti Québécois hold Swing +2.73
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?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.