Skip to content

Unimplemented: joinLoc Errormsg.Error while parsing on bench #54

@vogler

Description

@vogler

bench/coreutils but also others now fail with an exception while parsing:

./goblint -v coreutils/cksum_comb.c --enable exp.solver.td3.term --enable exp.earlyglobs --enable ana.int.interval --disable ana.int.enums --disable ana.int.def_exc --disable ana.context.widen --sets exp.privatization none --disable exp.solver.td3.space_restore --sets dbg.timeout 6h --sets save_run out/coreutils/cksum_comb.c.enable-term
Custom include dirs:
  1. /home/voglerr/bench/includes (exists=true)
Preprocessing files.
Preprocessor cpp: is_bad=false
cpp --undef __BLOCKS__ '-I' '/home/voglerr/bench/includes' "/home/voglerr/bench/includes/stdlib.c" -o "/home/voglerr/bench/goblint_temp_68b1cf/stdlib.c"
cpp --undef __BLOCKS__ '-I' '/home/voglerr/bench/includes' "coreutils/cksum_comb.c" -o "/home/voglerr/bench/goblint_temp_68b1cf/cksum_comb.c"
Parsing files.
Frontc is parsing /home/voglerr/bench/goblint_temp_68b1cf/stdlib.c
Converting CABS->CIL
Frontc is parsing /home/voglerr/bench/goblint_temp_68b1cf/cksum_comb.c
Unimplemented: joinLoc parse-datetime.c:1765:3--1:-1 parse-datetime.y:325:38--1:-1
Caught Errormsg.Error while parsing
Fatal error: exception Errormsg.Error
Raised at Frontc.parse_to_cabs_inner in file "src/frontc/frontc.ml", line 210, characters 6-13
Called from Frontc.parse_to_cabs in file "src/frontc/frontc.ml", line 121, characters 13-38
Called from Frontc.parse_helper in file "src/frontc/frontc.ml", line 256, characters 13-32
Called from Frontc.parse in file "src/frontc/frontc.ml" (inlined), line 264, characters 32-55
Called from Cilfacade.parse in file "src/util/cilfacade.ml", line 48, characters 2-26
Called from Stdlib__list.rev_map.rmap_f in file "list.ml", line 103, characters 22-25
Called from Maingoblint.merge_preprocessed in file "src/maingoblint.ml", line 292, characters 18-62
Called from Maingoblint.main in file "src/maingoblint.ml", line 505, characters 15-56
Called from Stdlib.at_exit.new_exit in file "stdlib.ml", line 554, characters 59-63
Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 560, characters 20-61
Called from Std_exit in file "std_exit.ml", line 18, characters 8-20
Command exited with non-zero status 2
	Command being timed: "./goblint -v coreutils/cksum_comb.c --enable exp.solver.td3.term --enable exp.earlyglobs --enable ana.int.interval --disable ana.int.enums --disable ana.int.def_exc --disable ana.context.widen --sets exp.privatization none --disable exp.solver.td3.space_restore --sets dbg.timeout 6h --sets save_run out/coreutils/cksum_comb.c.enable-term"
	User time (seconds): 0.18
	System time (seconds): 0.04
	Percent of CPU this job got: 98%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.23
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 33896
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 7728
	Voluntary context switches: 20
	Involuntary context switches: 1
	Swaps: 0
	File system inputs: 0
	File system outputs: 3768
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions