view · edit · sidebar · attach · print · history

Index>

20141022-parse-medregom-with-mechanize

Summary

  • parse medregom pages with mechanize

Commits

(branch ruby_21x)

Index

Keep in Mind
  • Fix dojo error http://www.sitepen.com/blog/2012/10/31/debugging-dojo-common-error-messages/#forgot-dom-ready
  • I removed on May-27 tests for ix_registrationss, fix_sequences, fix_compositions, fix_packages from test/test_plugin/swissmedic.rb,as he could not find any references for them in the src code. Did I erroneously remove stuff when cleaning up the swissmedic import earlier?
  • The whole test for older/newer Packages must be adapted to xlsx. One must compare the rows (e.g. by creating csv files) and do the same stuff in xlsx!

---

Prepare for switching to ruby 2.1

Will try to

  • merge the changes from master into the branch 2.1.
  • install ruby 2.1.3 on oddb-ci2
  • run all services via ruby 2.1.3 (yus compiles and passes all tests with ruby 2.1.3!)

Pushed commit Merged changes from master

parse medregom pages with mechanize

Zeno does not want Xvfb installed on thinpower. Therefore I must replace watir by mechanize to to fetch the data from medregom.

But now bizarre things happen! When I open the URL http://www.medregom.admin.ch/de/Suche/Detail/?gln=7601000019080&vorname=Martin&name=Zwingli I get the result for "Casal, Margret" with GLN 7601000786418

See

Going to its startpage shows another error

As I must wait till the site works again. I committed my changes Added tst_mechanize.rb

Trying to get detail info for kantonsspital glarus (GLN 7601002017145) in a new tst_mechanize_betrieb.rb file. This works quite find and I am now splitting the information into the different fiels needed.

For importing/updating the company I must be careful not to overwrite values imported via jobs/import_medwin_companies which iterates over all packages, whereas I will iterate over all companies found the in https://www.medregbm.admin.ch/Publikation/CreateExcelListBetriebs. Adding a helper function company_by_gln(gln) to src/util/oddbapp.rb (aka bin/admin) and a import job jobs/import_regmed_companies.

Looking around what values are defined.

ch.oddb> companies.collect{|x| x[1].business_area}.uniq[0..10]
-> ["ba_pharma", nil, "ba_insurance", "", "ba_info", "ba_hospital", "ba_health"]

Updated unit test. Added saving to the yaml file. Now import seems to work and is proceeding. Stopped it and added a counter to be able to judge the progress. Import has the problem, that it always imports all companies. This must be fixed.

Import hangs after 256 search last output is

2014-10-22 16:21:48 +0200:  MedregCompanyPlugin Searching for company with GLN 7601001017511 (255/2996)
2014-10-22 16:21:49 +0200:  MedregCompanyPlugin {:ean13=>"7601001017511", :name=>"Apotheke Hanns Busse AG", :plz=>"3800", :location=>"Unterseen", :address=>["Hauptstrasse 9"], :typ=>"öffentliche Apotheke"}

After restarting the import I get now a very different error at position 303

2014-10-22 17:04:42 +0200:  MedregCompanyPlugin Searching for company with GLN 7601001020344 (303/2996)
2014-10-22 17:04:43 +0200:  MedregCompanyPlugin {:ean13=>"7601001020344", :name=>"Hammer Apotheke AG", :plz=>"4600", :location=>"Olten ", :address=>["Solothurnerstrasse 19"], :typ=>"öffentliche Apotheke"}
failsafe rescued DBI::ProgrammingError < StandardError
message contents do not agree with length in message type "2"
lost synchronization with server: got message type "
/usr/local/lib/ruby/site_ruby/1.9.1/dbd/pg/statement.rb:62:in `rescue in execute'
/usr/local/lib/ruby/site_ruby/1.9.1/dbd/pg/statement.rb:37:in `execute'
/usr/local/lib/ruby/site_ruby/1.9.1/dbi/handles/statement.rb:116:in `execute'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/storage.rb:263:in `block in ensure_object_connections'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/storage.rb:262:in `each'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/storage.rb:262:in `ensure_object_connections'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/cache.rb:553:in `store_object_connections'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/cache.rb:512:in `store'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/persistable.rb:274:in `odba_isolated_store'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/persistable.rb:395:in `block in odba_store_unsaved'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/persistable.rb:392:in `each'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/persistable.rb:392:in `odba_store_unsaved'
/usr/local/lib/ruby/gems/1.9.1/gems/odba-1.1.0/lib/odba/persistable.rb:380:in `odba_store'
/var/www/oddb.org/src/util/persistence.rb:226:in `issue_create'
/var/www/oddb.org/src/util/oddbapp.rb:110:in `block in create'
/var/www/oddb.org/src/util/failsafe.rb:10:in `call'
/var/www/oddb.org/src/util/failsafe.rb:10:in `failsafe'
/var/www/oddb.org/src/util/oddbapp.rb:109:in `create'
/var/www/oddb.org/src/util/persistence.rb:288:in `block in resolve'
/var/www/oddb.org/src/util/persistence.rb:278:in `each'
/var/www/oddb.org/src/util/persistence.rb:278:in `resolve'
/var/www/oddb.org/src/util/persistence.rb:256:in `issue_update'
/var/www/oddb.org/src/util/oddbapp.rb:131:in `block in update'
/var/www/oddb.org/src/util/failsafe.rb:10:in `call'
/var/www/oddb.org/src/util/failsafe.rb:10:in `failsafe'
/var/www/oddb.org/src/util/oddbapp.rb:129:in `update'
/var/www/oddb.org/src/util/oddbapp.rb:1556:in `update'
/var/www/oddb.org/src/plugin/medreg_company.rb:207:in `store_company'
/var/www/oddb.org/src/plugin/medreg_company.rb:154:in `block in get_detail_info'
/var/www/oddb.org/src/plugin/medreg_company.rb:113:in `each'
/var/www/oddb.org/src/plugin/medreg_company.rb:113:in `get_detail_info'
/var/www/oddb.org/src/plugin/medreg_company.rb:91:in `update'
/var/www/oddb.org/src/util/updater.rb:249:in `block in update_medreg_companies'
/var/www/oddb.org/src/util/updater.rb:526:in `call'
/var/www/oddb.org/src/util/updater.rb:526:in `wrap_update'
/var/www/oddb.org/src/util/updater.rb:247:in `update_medreg_companies'
jobs/import_regmed_companies:14:in `block in <module:Util>'
/var/www/oddb.org/src/util/job.rb:40:in `call'
/var/www/oddb.org/src/util/job.rb:40:in `run'
jobs/import_regmed_companies:12:in `<module:Util>'
jobs/import_regmed_companies:11:in `<module:ODDB>'
jobs/import_regmed_companies:10:in `<main>'

Fixed an error for company_by_gln and restarting the import again.

Now I get warnings like this

2014-10-22 17:16:14 +0200:  MedregCompanyPlugin Searching for company with GLN 7601001004771 (5/2996)
2014-10-22 17:16:15 +0200:  MedregCompanyPlugin {:ean13=>"7601001004771", :name=>"Stern-Apotheke", :plz=>"9000", :location=>"St. Gallen", :address=>["Burggraben 28"], :typ=>"öffentliche Apotheke"}
ODBA::Stub was unable to replace ODDB::Company#32408563 from Hash:#3

Import goes into an ruby error after 324 items

2014-10-22 17:20:59 +0200:  MedregCompanyPlugin Searching for company with GLN 7601001021358 (324/2996)
2014-10-22 17:21:00 +0200:  MedregCompanyPlugin {:ean13=>"7601001021358", :name=>"Apotheke Hornstein AG", :plz=>"4153", :location=>"Reinach", :address=>["Angensteinerstrasse 5"], :typ=>"öffentliche Apotheke"}
ODBA::Stub was unable to replace ODDB::Company#32408563 from Hash:#3
*** Error in `/usr/local/bin/ruby': corrupted double-linked list: 0x00007f3370ab1dd0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7991b)[0x7f338f00d91b]
/lib64/libc.so.6(+0x7f616)[0x7f338f013616]
/lib64/libc.so.6(+0x806cc)[0x7f338f0146cc]
/usr/lib64/libpq.so.5(+0xcb05)[0x7f337f3bab05]
/usr/lib64/libpq.so.5(+0xcb3e)[0x7f337f3bab3e]
/usr/lib64/libpq.so.5(+0x158ec)[0x7f337f3c38ec]
/usr/lib64/libpq.so.5(PQgetResult+0x20)[0x7f337f3bc750]
/usr/lib64/libpq.so.5(+0xea68)[0x7f337f3bca68]
/usr/local/lib/ruby/gems/1.9.1/gems/pg-0.17.1/lib/pg_ext.so(+0x9479)[0x7f337f5dc479]
/usr/local/bin/ruby(rb_thread_blocking_region+0x134)[0x529b64]
/usr/local/lib/ruby/gems/1.9.1/gems/pg-0.17.1/lib/pg_ext.so(gvl_PQexecPrepared+0x49)[0x7f337f5dc809]
/usr/local/lib/ruby/gems/1.9.1/gems/pg-0.17.1/lib/pg_ext.so(+0xe88f)[0x7f337f5e188f]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby(rb_yield+0x47)[0x51e7a7]
/usr/local/bin/ruby(rb_ary_each+0x52)[0x534792]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby(rb_yield+0x47)[0x51e7a7]
/usr/local/bin/ruby(rb_ary_each+0x52)[0x534792]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby[0x5192c1]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby(rb_yield+0x47)[0x51e7a7]
/usr/local/bin/ruby(rb_ary_each+0x52)[0x534792]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby[0x5192c1]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby(rb_yield+0x47)[0x51e7a7]
/usr/local/bin/ruby(rb_ary_each+0x52)[0x534792]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby[0x5192c1]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby[0x5192c1]
/usr/local/bin/ruby[0x51dd51]
/usr/local/bin/ruby[0x511f3b]
/usr/local/bin/ruby[0x518333]
/usr/local/bin/ruby(rb_iseq_eval_main+0xc0)[0x51f300]
/usr/local/bin/ruby[0x41847a]
/usr/local/bin/ruby(ruby_run_node+0x36)[0x41a976]
/usr/local/bin/ruby[0x417df9]
/lib64/libc.so.6(__libc_start_main+0xed)[0x7f338efb8cdd]
/usr/local/bin/ruby[0x417e29]
======= Memory map: ========
00400000-0061b000 r-xp 00000000 08:05 6427141                            /usr/local/bin/ruby
0081a000-0081b000 r--p 0021a000 08:05 6427141                            /usr/local/bin/ruby
0081b000-0081d000 rw-p 0021b000 08:05 6427141                            /usr/local/bin/ruby
0081d000-0083a000 rw-p 00000000 00:00 0 
01b76000-0e464000 rw-p 00000000 00:00 0                                  [heap]
7f3370000000-7f3370d72000 rw-p 00000000 00:00 0 
7f3370d72000-7f3374000000 ---p 00000000 00:00 0 
7f3378000000-7f3378021000 rw-p 00000000 00:00 0 
7f3378021000-7f337c000000 ---p 00000000 00:00 0 
7f337e4d5000-7f337e4e9000 r-xp 00000000 08:05 3419472                    /lib64/libresolv-2.18.so
7f337e4e9000-7f337e6e8000 ---p 00014000 08:05 3419472                    /lib64/libresolv-2.18.so
7f337e6e8000-7f337e6e9000 r--p 00013000 08:05 3419472                    /lib64/libresolv-2.18.so
7f337e6e9000-7f337e6ea000 rw-p 00014000 08:05 3419472                    /lib64/libresolv-2.18.so
7f337e6ea000-7f337e6ec000 rw-p 00000000 00:00 0 
7f337e6ec000-7f337e6f1000 r-xp 00000000 08:05 3419471                    /lib64/libnss_dns-2.18.so
7f337e6f1000-7f337e8f0000 ---p 00005000 08:05 3419471                    /lib64/libnss_dns-2.18.so
7f337e8f0000-7f337e8f1000 r--p 00004000 08:05 3419471                    /lib64/libnss_dns-2.18.so
7f337e8f1000-7f337e8f2000 rw-p 00005000 08:05 3419471                    /lib64/libnss_dns-2.18.so
7f337e8f2000-7f337e8f3000 ---p 00000000 00:00 0 
7f337e8f3000-7f337eb75000 rw-p 00000000 00:00 0                          [stack:19197]
7f337eb75000-7f337eb81000 r-xp 00000000 08:05 3419475                    /lib64/libnss_files-2.18.so
7f337eb81000-7f337ed80000 ---p 0000c000 08:05 3419475                    /lib64/libnss_files-2.18.so
7f337ed80000-7f337ed81000 r--p 0000b000 08:05 3419475                    /lib64/libnss_files-2.18.so
7f337ed81000-7f337ed82000 rw-p 0000c000 08:05 3419475                    /lib64/libnss_files-2.18.so
7f337ed82000-7f337ed8c000 r-xp 00000000 08:05 3419479                    /lib64/libnss_nis-2.18.so
7f337ed8c000-7f337ef8b000 ---p 0000a000 08:05 3419479                    /lib64/libnss_nis-2.18.so
7f337ef8b000-7f337ef8c000 r--p 00009000 08:05 3419479                    /lib64/libnss_nis-2.18.so
7f337ef8c000-7f337ef8d000 rw-p 0000a000 08:05 3419479                    /lib64/libnss_nis-2.18.so
7f337ef8d000-7f337efa2000 r-xp 00000000 08:05 3419478                    /lib64/libnsl-2.18.so
7f337efa2000-7f337f1a1000 ---p 00015000 08:05 3419478                    /lib64/libnsl-2.18.so
7f337f1a1000-7f337f1a2000 r--p 00014000 08:05 3419478                    /lib64/libnsl-2.18.so
7f337f1a2000-7f337f1a3000 rw-p 00015000 08:05 3419478                    /lib64/libnsl-2.18.so
7f337f1a3000-7f337f1a5000 rw-p 00000000 00:00 0 
7f337f1a5000-7f337f1ad000 r-xp 00000000 08:05 3419481                    /lib64/libnss_compat-2.18.so
7f337f1ad000-7f337f3ac000 ---p 00008000 08:05 3419481                    /lib64/libnss_compat-2.18.so
7f337f3ac000-7f337f3ad000 r--p 00007000 08:05 3419481                    /lib64/libnss_compat-2.18.so
7f337f3ad000-7f337f3ae000 rw-p 00008000 08:05 3419481                    /lib64/libnss_compat-2.18.so
7f337f3ae000-7f337f3d1000 r-xp 00000000 08:05 1066420                    /usr/lib64/postgresql-8.4/lib64/libpq.so.5.2
7f337f3d1000-7f337f5d0000 ---p 00023000 08:05 1066420                    /usr/lib64/postgresql-8.4/lib64/libpq.so.5.2
7f337f5d0000-7f337f5d1000 r--p 00022000 08:05 1066420                    /usr/lib64/postgresql-8.4/lib64/libpq.so.5.2
7f337f5d1000-7f337f5d3000 rw-p 00023000 08:05 1066420                    /usr/lib64/postgresql-8.4/lib64/libpq.so.5.2
7f337f5d3000-7f337f5e9000 r-xp 00000000 08:05 5915139                    /usr/local/lib64/ruby/gems/1.9.1/gems/pg-0.17.1/lib/pg_ext.so
7f337f5e9000-7f337f7e8000 ---p 00016000 08:05 5915139                    /usr/local/lib64/ruby/gems/1.9.1/gems/pg-0.17.1/lib/pg_ext.so
7f337f7e8000-7f337f7e9000 r--p 00015000 08:05 5915139                    /usr/local/lib64/ruby/gems/1.9.1/gems/pg-0.17.1/lib/pg_ext.so
7f337f7e9000-7f337f7ea000 rw-p 00016000 08:05 5915139                    /usr/local/lib64/ruby/gems/1.9.1/gems/pg-0.17.1/lib/pg_ext.so
7f337f7ea000-7f337f7f3000 r-xp 00000000 08:05 803223                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/generator.so
7f337f7f3000-7f337f9f2000 ---p 00009000 08:05 803223                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/generator.so
7f337f9f2000-7f337f9f3000 r--p 00008000 08:05 803223                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/generator.so
7f337f9f3000-7f337f9f4000 rw-p 00009000 08:05 803223                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/generator.so
7f337f9f4000-7f337f9f5000 r-xp 00000000 08:05 803204                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7f337f9f5000-7f337fbf4000 ---p 00001000 08:05 803204                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7f337fbf4000-7f337fbf5000 r--p 00000000 08:05 803204                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7f337fbf5000-7f337fbf6000 rw-p 00001000 08:05 803204                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
7f337fbf6000-7f337fbf7000 r-xp 00000000 08:05 803172                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7f337fbf7000-7f337fdf7000 ---p 00001000 08:05 803172                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7f337fdf7000-7f337fdf8000 r--p 00001000 08:05 803172                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7f337fdf8000-7f337fdf9000 rw-p 00002000 08:05 803172                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
7f337fdf9000-7f337fdfe000 r-xp 00000000 08:05 803224                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/parser.so
7f337fdfe000-7f337fffe000 ---p 00005000 08:05 803224                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/parser.so
7f337fffe000-7f337ffff000 r--p 00005000 08:05 803224                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/parser.so
7f337ffff000-7f3380000000 rw-p 00006000 08:05 803224                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/json/ext/parser.so
7f3380000000-7f3380021000 rw-p 00000000 00:00 0 
7f3380021000-7f3384000000 ---p 00000000 00:00 0 
7f3384015000-7f3384016000 ---p 00000000 00:00 0 
7f3384016000-7f3384096000 rw-p 00000000 00:00 0                          [stack:19178]
7f3384096000-7f33840ac000 r-xp 00000000 08:05 934729                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgcc_s.so.1
7f33840ac000-7f33842ac000 ---p 00016000 08:05 934729                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgcc_s.so.1
7f33842ac000-7f33842ad000 r--p 00016000 08:05 934729                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgcc_s.so.1
7f33842ad000-7f33842ae000 rw-p 00017000 08:05 934729                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgcc_s.so.1
7f33842ae000-7f33842bf000 r-xp 00000000 08:05 934632                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgomp.so.1.0.0
7f33842bf000-7f33844be000 ---p 00011000 08:05 934632                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgomp.so.1.0.0
7f33844be000-7f33844bf000 r--p 00010000 08:05 934632                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgomp.so.1.0.0
7f33844bf000-7f33844c0000 rw-p 00011000 08:05 934632                     /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.1/libgomp.so.1.0.0
7f33844c0000-7f33844c9000 r-xp 00000000 08:05 6298415                    /usr/lib64/libltdl.so.7.3.0
7f33844c9000-7f33846c8000 ---p 00009000 08:05 6298415                    /usr/lib64/libltdl.so.7.3.0
7f33846c8000-7f33846c9000 r--p 00008000 08:05 6298415                    /usr/lib64/libltdl.so.7.3.0
7f33846c9000-7f33846ca000 rw-p 00009000 08:05 6298415                    /usr/lib64/libltdl.so.7.3.0
7f33846ca000-7f33846d9000 r-xp 00000000 08:05 793119                     /lib64/libbz2.so.1.0.6
7f33846d9000-7f33848d8000 ---p 0000f000 08:05 793119                     /lib64/libbz2.so.1.0.6
7f33848d8000-7f33848d9000 r--p 0000e000 08:05 793119                     /lib64/libbz2.so.1.0.6
7f33848d9000-7f33848da000 rw-p 0000f000 08:05 793119                     /lib64/libbz2.so.1.0.6
7f33848da000-7f3384978000 r-xp 00000000 08:05 804814                     /usr/lib64/libfreetype.so.6.10.2
7f3384978000-7f3384b78000 ---p 0009e000 08:05 804814                     /usr/lib64/libfreetype.so.6.10.2
7f3384b78000-7f3384b7d000 r--p 0009e000 08:05 804814                     /usr/lib64/libfreetype.so.6.10.2
7f3384b7d000-7f3384b7e000 rw-p 000a3000 08:05 804814                     /usr/lib64/libfreetype.so.6.10.2
7f3384b7e000-7f3384d50000 r-xp 00000000 08:05 933452                     /usr/lib64/libMagickCore-6.Q16.so.1.0.0
7f3384d50000-7f3384f4f000 ---p 001d2000 08:05 933452                     /usr/lib64/libMagickCore-6.Q16.so.1.0.0
7f3384f4f000-7f3384f62000 r--p 001d1000 08:05 933452                     /usr/lib64/libMagickCore-6.Q16.so.1.0.0
7f3384f62000-7f3384f67000 rw-p 001e4000 08:05 933452                     /usr/lib64/libMagickCore-6.Q16.so.1.0.0
7f3384f67000-7f3384f69000 rw-p 00000000 00:00 0 
7f3384f69000-7f3384fd3000 r-xp 00000000 08:05 5915474                    /usr/local/lib64/ruby/gems/1.9.1/gems/rmagick-2.13.2/lib/RMagick2.so
7f3384fd3000-7f33851d3000 ---p 0006a000 08:05 5915474                    /usr/local/lib64/ruby/gems/1.9.1/gems/rmagick-2.13.2/lib/RMagick2.so
7f33851d3000-7f33851d5000 r--p 0006a000 08:05 5915474                    /usr/local/lib64/ruby/gems/1.9.1/gems/rmagick-2.13.2/lib/RMagick2.so
7f33851d5000-7f33851d7000 rw-p 0006c000 08:05 5915474                    /usr/local/lib64/ruby/gems/1.9.1/gems/rmagick-2.13.2/lib/RMagick2.so
7f33851d7000-7f33851d8000 rw-p 00000000 00:00 0 
7f33851d8000-7f33851da000 r-xp 00000000 08:05 5905820                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/fast_xs.so
7f33851da000-7f33853d9000 ---p 00002000 08:05 5905820                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/fast_xs.so
7f33853d9000-7f33853da000 r--p 00001000 08:05 5905820                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/fast_xs.so
7f33853da000-7f33853db000 rw-p 00002000 08:05 5905820                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/fast_xs.so
7f33853db000-7f33855d0000 r-xp 00000000 08:05 2638287                    /usr/lib64/libruby19.so.1.9.1
7f33855d0000-7f33857cf000 ---p 001f5000 08:05 2638287                    /usr/lib64/libruby19.so.1.9.1
7f33857cf000-7f33857d4000 r--p 001f4000 08:05 2638287                    /usr/lib64/libruby19.so.1.9.1
7f33857d4000-7f33857d8000 rw-p 001f9000 08:05 2638287                    /usr/lib64/libruby19.so.1.9.1
7f33857d8000-7f33857f4000 rw-p 00000000 00:00 0 
7f33857f4000-7f338580e000 r-xp 00000000 08:05 5905826                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f338580e000-7f3385a0d000 ---p 0001a000 08:05 5905826                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f3385a0d000-7f3385a0e000 r--p 00019000 08:05 5905826                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f3385a0e000-7f3385a0f000 rw-p 0001a000 08:05 5905826                    /usr/local/lib64/ruby/gems/1.9.1/gems/hpricot-0.8.6/lib/hpricot_scan.so
7f3385a0f000-7f3385a17000 r-xp 00000000 08:05 803234                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/pathname.so
7f3385a17000-7f3385c16000 ---p 00008000 08:05 803234                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/pathname.so
7f3385c16000-7f3385c17000 r--p 00007000 08:05 803234                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/pathname.so
7f3385c17000-7f3385c18000 rw-p 00008000 08:05 803234                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/pathname.so
7f3385c18000-7f3385c66000 r-xp 00000000 08:05 1048684                    /lib64/libncurses.so.5.9
7f3385c66000-7f3385e66000 ---p 0004e000 08:05 1048684                    /lib64/libncurses.so.5.9
7f3385e66000-7f3385e6a000 r--p 0004e000 08:05 1048684                    /lib64/libncurses.so.5.9
7f3385e6a000-7f3385e6b000 rw-p 00052000 08:05 1048684                    /lib64/libncurses.so.5.9
7f3385e6b000-7f3385e6c000 rw-p 00000000 00:00 0 
7f3385e6c000-7f3385eaa000 r-xp 00000000 08:05 804776                     /lib64/libreadline.so.6.2
7f3385eaa000-7f33860a9000 ---p 0003e000 08:05 804776                     /lib64/libreadline.so.6.2
7f33860a9000-7f33860ab000 r--p 0003d000 08:05 804776                     /lib64/libreadline.so.6.2
7f33860ab000-7f33860b1000 rw-p 0003f000 08:05 804776                     /lib64/libreadline.so.6.2
7f33860b1000-7f33860b3000 rw-p 00000000 00:00 0 
7f33860b3000-7f33860b9000 r-xp 00000000 08:05 803161                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/readline.so
7f33860b9000-7f33862b8000 ---p 00006000 08:05 803161                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/readline.so
7f33862b8000-7f33862b9000 r--p 00005000 08:05 803161                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/readline.so
7f33862b9000-7f33862ba000 rw-p 00006000 08:05 803161                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/readline.so
7f33862ba000-7f33862c5000 r-xp 00000000 08:05 5917855                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/debugger-1.6.6/ruby_debug.so
7f33862c5000-7f33864c4000 ---p 0000b000 08:05 5917855                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/debugger-1.6.6/ruby_debug.so
7f33864c4000-7f33864c5000 r--p 0000a000 08:05 5917855                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/debugger-1.6.6/ruby_debug.so
7f33864c5000-7f33864c6000 rw-p 0000b000 08:05 5917855                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/debugger-1.6.6/ruby_debug.so
7f33864c6000-7f33864c7000 r-xp 00000000 08:05 803145                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/sha1.so
7f33864c7000-7f33866c6000 ---p 00001000 08:05 803145                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/sha1.so
7f33866c6000-7f33866c7000 r--p 00000000 08:05 803145                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/sha1.so
7f33866c7000-7f33866c8000 rw-p 00001000 08:05 803145                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/sha1.so
7f33866c8000-7f33866c9000 r-xp 00000000 08:05 803170                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7f33866c9000-7f33868c8000 ---p 00001000 08:05 803170                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7f33868c8000-7f33868c9000 r--p 00000000 08:05 803170                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7f33868c9000-7f33868ca000 rw-p 00001000 08:05 803170                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
7f33868ca000-7f33868cb000 r-xp 00000000 08:05 803205                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7f33868cb000-7f3386acb000 ---p 00001000 08:05 803205                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7f3386acb000-7f3386acc000 r--p 00001000 08:05 803205                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7f3386acc000-7f3386acd000 rw-p 00002000 08:05 803205                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
7f3386acd000-7f3386acf000 r-xp 00000000 08:05 803174                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/shift_jis.so
7f3386acf000-7f3386cce000 ---p 00002000 08:05 803174                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/shift_jis.so
7f3386cce000-7f3386ccf000 r--p 00001000 08:05 803174                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/shift_jis.so
7f3386ccf000-7f3386cd0000 rw-p 00002000 08:05 803174                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/shift_jis.so
7f3386cd0000-7f3386cd2000 r-xp 00000000 08:05 803177                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/euc_jp.so
7f3386cd2000-7f3386ed1000 ---p 00002000 08:05 803177                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/euc_jp.so
7f3386ed1000-7f3386ed2000 r--p 00001000 08:05 803177                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/euc_jp.so
7f3386ed2000-7f3386ed3000 rw-p 00002000 08:05 803177                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/euc_jp.so
7f3386ed3000-7f3386f04000 r-xp 00000000 08:05 803150                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/nkf.so
7f3386f04000-7f3387103000 ---p 00031000 08:05 803150                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/nkf.so
7f3387103000-7f3387108000 r--p 00030000 08:05 803150                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/nkf.so
7f3387108000-7f3387109000 rw-p 00035000 08:05 803150                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/nkf.so
7f3387109000-7f338710c000 rw-p 00000000 00:00 0 
7f338710c000-7f3387123000 r-xp 00000000 08:05 3689547                    /usr/lib64/gconv/CP932.so
7f3387123000-7f3387322000 ---p 00017000 08:05 3689547                    /usr/lib64/gconv/CP932.so
7f3387322000-7f3387323000 r--p 00016000 08:05 3689547                    /usr/lib64/gconv/CP932.so
7f3387323000-7f3387324000 rw-p 00017000 08:05 3689547                    /usr/lib64/gconv/CP932.so
7f3387324000-7f3387328000 r-xp 00000000 08:05 803236                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/racc/cparse.so
7f3387328000-7f3387527000 ---p 00004000 08:05 803236                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/racc/cparse.so
7f3387527000-7f3387528000 r--p 00003000 08:05 803236                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/racc/cparse.so
7f3387528000-7f3387529000 rw-p 00004000 08:05 803236                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/racc/cparse.so
7f3387529000-7f338754b000 r-xp 00000000 08:05 1048679                    /lib64/liblzma.so.5.0.5
7f338754b000-7f338774a000 ---p 00022000 08:05 1048679                    /lib64/liblzma.so.5.0.5
7f338774a000-7f338774b000 r--p 00021000 08:05 1048679                    /lib64/liblzma.so.5.0.5
7f338774b000-7f338774c000 rw-p 00022000 08:05 1048679                    /lib64/liblzma.so.5.0.5
7f338774c000-7f338796c000 r-xp 00000000 08:05 5907174                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/nokogiri-1.6.3.1/nokogiri/nokogiri.so
7f338796c000-7f3387b6b000 ---p 00220000 08:05 5907174                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/nokogiri-1.6.3.1/nokogiri/nokogiri.so
7f3387b6b000-7f3387b73000 r--p 0021f000 08:05 5907174                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/nokogiri-1.6.3.1/nokogiri/nokogiri.so
7f3387b73000-7f3387b78000 rw-p 00227000 08:05 5907174                    /usr/local/lib64/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/nokogiri-1.6.3.1/nokogiri/nokogiri.so
7f3387b78000-7f3387b7a000 rw-p 00000000 00:00 0 
7f3387b7a000-7f3387b7b000 ---p 00000000 00:00 0 
7f3387b7b000-7f3387bfb000 rw-p 00000000 00:00 0                          [stack:19141]
7f3387bfb000-7f3387bfc000 r-xp 00000000 08:05 803144                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/md5.so
7f3387bfc000-7f3387dfb000 ---p 00001000 08:05 803144                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/md5.so
7f3387dfb000-7f3387dfc000 r--p 00000000 08:05 803144                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/md5.so
7f3387dfc000-7f3387dfd000 rw-p 00001000 08:05 803144                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest/md5.so
7f3387dfd000-7f3387dff000 r-xp 00000000 08:05 3689612                    /usr/lib64/gconv/ISO8859-1.so
7f3387dff000-7f3387ffe000 ---p 00002000 08:05 3689612                    /usr/lib64/gconv/ISO8859-1.so
7f3387ffe000-7f3387fff000 r--p 00001000 08:05 3689612                    /usr/lib64/gconv/ISO8859-1.so
7f3387fff000-7f3388000000 rw-p 00002000 08:05 3689612                    /usr/lib64/gconv/ISO8859-1.so
7f3388000000-7f3388021000 rw-p 00000000 00:00 0 
7f3388021000-7f338c000000 ---p 00000000 00:00 0 
7f338c067000-7f338c168000 rw-p 00000000 00:00 0 
7f338c168000-7f338c16a000 r-xp 00000000 08:05 803169                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7f338c16a000-7f338c369000 ---p 00002000 08:05 803169                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7f338c369000-7f338c36a000 r--p 00001000 08:05 803169                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7f338c36a000-7f338c36b000 rw-p 00002000 08:05 803169                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
7f338c36b000-7f338c36e000 r-xp 00000000 08:05 803227                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest.so
7f338c36e000-7f338c56d000 ---p 00003000 08:05 803227                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest.so
7f338c56d000-7f338c56e000 r--p 00002000 08:05 803227                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest.so
7f338c56e000-7f338c56f000 rw-p 00003000 08:05 803227                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/digest.so
7f338c56f000-7f338c72e000 r-xp 00000000 08:05 1058876                    /usr/lib64/libcrypto.so.1.0.0
7f338c72e000-7f338c92e000 ---p 001bf000 08:05 1058876                    /usr/lib64/libcrypto.so.1.0.0
7f338c92e000-7f338c949000 r--p 001bf000 08:05 1058876                    /usr/lib64/libcrypto.so.1.0.0
7f338c949000-7f338c954000 rw-p 001da000 08:05 1058876                    /usr/lib64/libcrypto.so.1.0.0
7f338c954000-7f338c958000 rw-p 00000000 00:00 0 
7f338c958000-7f338c9b9000 r-xp 00000000 08:05 1058880                    /usr/lib64/libssl.so.1.0.0
7f338c9b9000-7f338cbb8000 ---p 00061000 08:05 1058880                    /usr/lib64/libssl.so.1.0.0
7f338cbb8000-7f338cbbc000 r--p 00060000 08:05 1058880                    /usr/lib64/libssl.so.1.0.0
7f338cbbc000-7f338cbc2000 rw-p 00064000 08:05 1058880                    /usr/lib64/libssl.so.1.0.0
7f338cbc2000-7f338cbc3000 rw-p 00000000 00:00 0 
7f338cbc3000-7f338cc10000 r-xp 00000000 08:05 803231                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/openssl.so
7f338cc10000-7f338ce0f000 ---p 0004d000 08:05 803231                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/openssl.so
7f338ce0f000-7f338ce10000 r--p 0004c000 08:05 803231                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/openssl.so
7f338ce10000-7f338ce12000 rw-p 0004d000 08:05 803231                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/openssl.so
7f338ce12000-7f338ce13000 rw-p 00000000 00:00 0 
7f338ce13000-7f338ce19000 r-xp 00000000 08:05 803244                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/iconv.so
7f338ce19000-7f338d018000 ---p 00006000 08:05 803244                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/iconv.so
7f338d018000-7f338d019000 r--p 00005000 08:05 803244                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/iconv.so
7f338d019000-7f338d01a000 rw-p 00006000 08:05 803244                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/iconv.so
7f338d01a000-7f338d02f000 r-xp 00000000 08:05 934108                     /lib64/libz.so.1.2.8
7f338d02f000-7f338d22e000 ---p 00015000 08:05 934108                     /lib64/libz.so.1.2.8
7f338d22e000-7f338d22f000 r--p 00014000 08:05 934108                     /lib64/libz.so.1.2.8
7f338d22f000-7f338d230000 rw-p 00015000 08:05 934108                     /lib64/libz.so.1.2.8
7f338d230000-7f338d23e000 r-xp 00000000 08:05 803142                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/zlib.so
7f338d23e000-7f338d43d000 ---p 0000e000 08:05 803142                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/zlib.so
7f338d43d000-7f338d43e000 r--p 0000d000 08:05 803142                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/zlib.so
7f338d43e000-7f338d43f000 rw-p 0000e000 08:05 803142                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/zlib.so
7f338d43f000-7f338d440000 ---p 00000000 00:00 0 
7f338d440000-7f338d5c1000 rw-p 00000000 00:00 0                          [stack:19140]
7f338d5c1000-7f338d5c4000 r-xp 00000000 08:05 803226                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/etc.so
7f338d5c4000-7f338d7c3000 ---p 00003000 08:05 803226                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/etc.so
7f338d7c3000-7f338d7c4000 r--p 00002000 08:05 803226                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/etc.so
7f338d7c4000-7f338d7c5000 rw-p 00003000 08:05 803226                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/etc.so
7f338d7c5000-7f338d7d8000 r-xp 00000000 08:05 803228                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/bigdecimal.so
7f338d7d8000-7f338d9d8000 ---p 00013000 08:05 803228                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/bigdecimal.so
7f338d9d8000-7f338d9d9000 r--p 00013000 08:05 803228                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/bigdecimal.so
7f338d9d9000-7f338d9da000 rw-p 00014000 08:05 803228                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/bigdecimal.so
7f338d9da000-7f338d9f8000 r-xp 00000000 08:05 803240                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/syck.so
7f338d9f8000-7f338dbf7000 ---p 0001e000 08:05 803240                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/syck.so
7f338dbf7000-7f338dbf8000 r--p 0001d000 08:05 803240                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/syck.so
7f338dbf8000-7f338dbf9000 rw-p 0001e000 08:05 803240                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/syck.so
7f338dbf9000-7f338dbfa000 rw-p 00000000 00:00 0 
7f338dbfa000-7f338dc2c000 r-xp 00000000 08:05 803141                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/date_core.so
7f338dc2c000-7f338de2c000 ---p 00032000 08:05 803141                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/date_core.so
7f338de2c000-7f338de2d000 r--p 00032000 08:05 803141                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/date_core.so
7f338de2d000-7f338de2e000 rw-p 00033000 08:05 803141                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/date_core.so
7f338de2e000-7f338de30000 rw-p 00000000 00:00 0 
7f338de30000-7f338de35000 r-xp 00000000 08:05 803162                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/strscan.so
7f338de35000-7f338e034000 ---p 00005000 08:05 803162                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/strscan.so
7f338e034000-7f338e035000 r--p 00004000 08:05 803162                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/strscan.so
7f338e035000-7f338e036000 rw-p 00005000 08:05 803162                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/strscan.so
7f338e036000-7f338e03d000 r-xp 00000000 08:05 803232                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/stringio.so
7f338e03d000-7f338e23c000 ---p 00007000 08:05 803232                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/stringio.so
7f338e23c000-7f338e23d000 r--p 00006000 08:05 803232                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/stringio.so
7f338e23d000-7f338e23e000 rw-p 00007000 08:05 803232                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/stringio.so
7f338e23e000-7f338e25e000 r-xp 00000000 08:05 1186255                    /usr/lib64/libyaml-0.so.2.0.2
7f338e25e000-7f338e45d000 ---p 00020000 08:05 1186255                    /usr/lib64/libyaml-0.so.2.0.2
7f338e45d000-7f338e45e000 r--p 0001f000 08:05 1186255                    /usr/lib64/libyaml-0.so.2.0.2
7f338e45e000-7f338e45f000 rw-p 00020000 08:05 1186255                    /usr/lib64/libyaml-0.so.2.0.2
7f338e45f000-7f338e464000 r-xp 00000000 08:05 803230                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/psych.so
7f338e464000-7f338e664000 ---p 00005000 08:05 803230                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/psych.so
7f338e664000-7f338e665000 r--p 00005000 08:05 803230                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/psych.so
7f338e665000-7f338e666000 rw-p 00006000 08:05 803230                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/psych.so
7f338e666000-7f338e667000 r-xp 00000000 08:05 803229                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/fcntl.so
7f338e667000-7f338e866000 ---p 00001000 08:05 803229                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/fcntl.so
7f338e866000-7f338e867000 r--p 00000000 08:05 803229                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/fcntl.so
7f338e867000-7f338e868000 rw-p 00001000 08:05 803229                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/fcntl.so
7f338e868000-7f338e88b000 r-xp 00000000 08:05 803225                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/socket.so
7f338e88b000-7f338ea8a000 ---p 00023000 08:05 803225                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/socket.so
7f338ea8a000-7f338ea8b000 r--p 00022000 08:05 803225                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/socket.so
7f338ea8b000-7f338ea8c000 rw-p 00023000 08:05 803225                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/socket.so
7f338ea8c000-7f338ea8e000 r-xp 00000000 08:05 803194                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f338ea8e000-7f338ec8e000 ---p 00002000 08:05 803194                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f338ec8e000-7f338ec8f000 r--p 00002000 08:05 803194                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f338ec8f000-7f338ec90000 rw-p 00003000 08:05 803194                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
7f338ec90000-7f338ec92000 r-xp 00000000 08:05 803171                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f338ec92000-7f338ee91000 ---p 00002000 08:05 803171                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f338ee91000-7f338ee92000 r--p 00001000 08:05 803171                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f338ee92000-7f338ee93000 rw-p 00002000 08:05 803171                     /usr/local/lib64/ruby/1.9.1/x86_64-linux/enc/encdb.so
7f338ee93000-7f338ef94000 rw-p 00000000 00:00 0 
7f338ef94000-7f338f135000 r-xp 00000000 08:05 3419484                    /lib64/libc-2.18.so
7f338f135000-7f338f334000 ---p 001a1000 08:05 3419484                    /lib64/libc-2.18.so
7f338f334000-7f338f338000 r--p 001a0000 08:05 3419484                    /lib64/libc-2.18.so
7f338f338000-7f338f33a000 rw-p 001a4000 08:05 3419484                    /lib64/libc-2.18.so
7f338f33a000-7f338f33e000 rw-p 00000000 00:00 0 
7f338f33e000-7f338f43d000 r-xp 00000000 08:05 3419464                    /lib64/libm-2.18.so
7f338f43d000-7f338f63c000 ---p 000ff000 08:05 3419464                    /lib64/libm-2.18.so
7f338f63c000-7f338f63d000 r--p 000fe000 08:05 3419464                    /lib64/libm-2.18.so
7f338f63d000-7f338f63e000 rw-p 000ff000 08:05 3419464                    /lib64/libm-2.18.so
7f338f63e000-7f338f646000 r-xp 00000000 08:05 3419457                    /lib64/libcrypt-2.18.so
7f338f646000-7f338f845000 ---p 00008000 08:05 3419457                    /lib64/libcrypt-2.18.so
7f338f845000-7f338f846000 r--p 00007000 08:05 3419457                    /lib64/libcrypt-2.18.so
7f338f846000-7f338f847000 rw-p 00008000 08:05 3419457                    /lib64/libcrypt-2.18.so
7f338f847000-7f338f875000 rw-p 00000000 00:00 0 
7f338f875000-7f338f877000 r-xp 00000000 08:05 3419458                    /lib64/libdl-2.18.so
7f338f877000-7f338fa77000 ---p 00002000 08:05 3419458                    /lib64/libdl-2.18.so
7f338fa77000-7f338fa78000 r--p 00002000 08:05 3419458                    /lib64/libdl-2.18.so
7f338fa78000-7f338fa79000 rw-p 00003000 08:05 3419458                    /lib64/libdl-2.18.so
7f338fa79000-7f338fa80000 r-xp 00000000 08:05 3419466                    /lib64/librt-2.18.so
7f338fa80000-7f338fc7f000 ---p 00007000 08:05 3419466                    /lib64/librt-2.18.so
7f338fc7f000-7f338fc80000 r--p 00006000 08:05 3419466                    /lib64/librt-2.18.so
7f338fc80000-7f338fc81000 rw-p 00007000 08:05 3419466                    /lib64/librt-2.18.so
7f338fc81000-7f338fc9a000 r-xp 00000000 08:05 3419469                    /lib64/libpthread-2.18.so
7f338fc9a000-7f338fe99000 ---p 00019000 08:05 3419469                    /lib64/libpthread-2.18.so
7f338fe99000-7f338fe9a000 r--p 00018000 08:05 3419469                    /lib64/libpthread-2.18.so
7f338fe9a000-7f338fe9b000 rw-p 00019000 08:05 3419469                    /lib64/libpthread-2.18.so
7f338fe9b000-7f338fe9f000 rw-p 00000000 00:00 0 
7f338fe9f000-7f338febf000 r-xp 00000000 08:05 3419483                    /lib64/ld-2.18.so
7f338fedc000-7f33900a4000 r--p 00000000 08:05 6291496                    /usr/lib64/locale/locale-archive
7f33900a4000-7f33900a9000 rw-p 00000000 00:00 0 
7f33900b1000-7f33900b2000 rw-p 00000000 00:00 0 
7f33900b2000-7f33900b9000 r--s 00000000 08:05 6291495                    /usr/lib64/gconv/gconv-modules.cache
7f33900b9000-7f33900ba000 ---p 00000000 00:00 0 
7f33900ba000-7f33900be000 rw-p 00000000 00:00 0                          [stack:19172]
7f33900be000-7f33900bf000 r--p 0001f000 08:05 3419483                    /lib64/ld-2.18.so
7f33900bf000-7f33900c0000 rw-p 00020000 08:05 3419483                    /lib64/ld-2.18.so
7f33900c0000-7f33900c1000 rw-p 00000000 00:00 0 
7fff5b985000-7fff5b9a6000 rw-p 00000000 00:00 0                          [stack]
7fff5b9fe000-7fff5ba00000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Must investigate the problem next week.

view · edit · sidebar · attach · print · history
Page last modified on October 22, 2014, at 05:22 PM