clrnd / discogs2pg

Discogs to PostgreSQL importer
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Segmentation Fault Error #10

Open Jazal-UoE opened 9 months ago

Jazal-UoE commented 9 months ago

Hi, getting segmentation fault, not sure how to fix. I can get the other tables like artist, release to work however releases I keep getting this error

~/Documents/discogs2023$ discogs2pg -g -c dbname=discogs discogs_20231001_releases.xml.gz Parsing releases... Avoiding entry for ridiculous relase - One Vigintillion(10^63): Release {_releaseId = "8262262", _releaseMasterId = "", _releaseStatus = "Accepted", _releaseTitle = "One Vigintillion(10^63) Songs", _releaseCountry = "Ukraine", _releaseDate = "2016-03-17", _releaseQuality = "Needs Vote", _releaseNotes = "The album comes in a 926.2 Kb 7z archive containing 10\226\129\182\194\179+1 similar five-second tracks for a total of about 158,5\195\151\&10\226\129\181\226\129\180 years.\n\nWas published at Archive.org", _releaseArtists = [ArtistRelation {_artistRelId = "2868829", _artistRelAnv = "", _artistRelJoin = "", _artistRelRole = ""}], _releaseExArtists = [ArtistRelation {_artistRelId = "2234455", _artistRelAnv = "", _artistRelJoin = "", _artistRelRole = "Painting [Uncredited]"}], _releaseLabels = [ReleaseLabel {_reLabLabel = "Genetic Trance", _reLabCatno = "GT662"}], _releaseFormats = [ReleaseFormat {_reFmtName = "File", _reFmtText = "32 kbps", _reFmtQty = "1000000000000000000000000000000000000000000000000000000000000001", _reFmtDescriptions = ["MP3","Album","Mono"]}], _releaseTracks = [ReleaseTrack {_reTrkIdx = "1", _reTrkTitle = "\226\136\158", _reTrkPosition = "1", _reTrkDuration = "0:05", _reTrkArtists = [], _reTrkExArtists = []},ReleaseTrack {_reTrkIdx = "2", _reTrkTitle = "\226\136\158", _reTrkPosition = "2\226\128\146\&10\226\129\182\194\179+1", _reTrkDuration = "", _reTrkArtists = [], _reTrkExArtists = []}], _releaseIdentifiers = [], _releaseVideos = [], _releaseCompanies = [], _releaseGenres = ["Electronic"], _releaseStyles = ["Ambient","Abstract"]} Segmentation fault (core dumped)